P_Dd10b
P_Dd10b is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd10b) and exposes 4 fields with key fields strucobjn, nodename, posnr, as4local.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd10b | dd10b | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | PDD10B | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.preserveKey | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | strucobjn | strucobjn | ||
| KEY | nodename | nodename | ||
| KEY | posnr | posnr | ||
| KEY | as4local | as4local |
@VDM.private: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'PDD10B'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.preserveKey:true
define view P_Dd10b as select from dd10b{
key strucobjn,
key nodename,
key parametername,
key posnr,
key as4local,
parametername_raw
}
where
as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD10B"
],
"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