0% found this document useful (0 votes)
3 views1 page

02 Basic Cds Views Source Code

The document defines two basic CDS views: 'zi_sales_hdr1' for sales header data and 'zi_sales_item1' for sales item data. Each view includes key fields and relevant attributes, with currency semantics applied to monetary values. The views are designed for access control and provide essential sales information for reporting or analysis.

Uploaded by

Deb Dutta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

02 Basic Cds Views Source Code

The document defines two basic CDS views: 'zi_sales_hdr1' for sales header data and 'zi_sales_item1' for sales item data. Each view includes key fields and relevant attributes, with currency semantics applied to monetary values. The views are designed for access control and provide essential sales information for reporting or analysis.

Uploaded by

Deb Dutta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Basic CDS Views

@AbapCatalog.sqlViewName: 'ZISALESHDR1'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Sales Header interface view'
define view zi_sales_hdr1 as select from zsales_header1 {
key sd_key,
doc_date,
name,
catg,
order_type,
order_reason,

@Semantics.amount.currencyCode: 'currency'
net_value,
currency
}

@AbapCatalog.sqlViewName: 'ZISALESITEM1'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Sales item interface view'
define view zi_sales_item1 as select from zsales_item1 {
key itm_key,
parentkey,
mat_num,
mat_grp,
itm_type,

@Semantics.amount.currencyCode: 'currency'
item_value,
currency
}

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy