P_CN_CADEBillofExchangeInfo2
P_CN_CADEBillofExchangeInfo2 is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_CN_CADEBillofExchangeInfo) and exposes 7 fields with key fields gjahr, belnr, buzei, bukrs.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_CN_CADEBillofExchangeInfo | P_CN_CADEBillofExchangeInfo | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.sqlViewName | PCADEBOE2 | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | gjahr | gjahr | ||
| KEY | belnr | |||
| KEY | buzei | |||
| KEY | bukrs | bukrs | ||
| boe_number | boe_number | |||
| boe_type | boe_type | |||
| wdate | wdate |
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'PCADEBOE2'
@VDM.private: true
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_CN_CADEBillofExchangeInfo2 as select from P_CN_CADEBillofExchangeInfo {
key gjahr,
key cast(belnr as farp_belnr_d ) as belnr,
key cast (right(buzei,3) as farp_buzei) as buzei,
key bukrs,
boe_number,
boe_type,
wdate
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CN_CADEBILLOFEXCHANGEINFO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA