P_CLFNSDMEXTCAWNBASE
P_CLFNSDMEXTCAWNBASE is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (cabn) and exposes 11 fields with key fields atinn, adzhl.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cabn | cabn | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #AUTOMATED | view | |
| AbapCatalog.sqlViewName | PSDMECAWNB | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #NONE | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view |
// Classification Helper View for Ext. CAWN SDM, base
@ClientHandling.algorithm: #AUTOMATED
@AbapCatalog: {
sqlViewName: 'PSDMECAWNB',
compiler.compareFilter: true,
preserveKey: true
}
@VDM: {
private: true,
viewType: #BASIC,
lifecycle.contract.type: #NONE
}
@ObjectModel: {
usageType.sizeCategory: #L,
usageType.serviceQuality: #X,
usageType.dataClass: #TRANSACTIONAL
}
@AccessControl.authorizationCheck: #NOT_ALLOWED
define view P_CLFNSDMEXTCAWNBASE as
select from cabn
{
key cabn.atinn,
key cabn.adzhl,
cabn.atnam,
cabn.atfor,
cabn.anzst,
cabn.anzdz,
cabn.atdim,
cabn.atdex,
cabn.msehi,
cabn.atvor,
( cabn.anzdz - cabn.atdim ) as anzdz_atdim
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CABN"
],
"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