PDdddlssrc
PDdddlssrc is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (ddddlsrc) and exposes 9 fields with key fields ddlname, as4local.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ddddlsrc | ddddlsrc | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | PDDDDLSRC1 | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| AbapCatalog.preserveKey | true | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ddlname | ddlname | ||
| KEY | as4local | as4local | ||
| as4user | as4user | |||
| as4date | as4date | |||
| as4time | as4time | |||
| source | source | |||
| parentname | parentname | |||
| actflag | actflag | |||
| chgflag | chgflag |
--@VDM.private: true
--@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'PDDDDLSRC1'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #META
@AbapCatalog.preserveKey:true
define view PDdddlssrc as select from ddddlsrc
{
key ddlname,
key as4local,
as4user,
as4date,
as4time,
source,
parentname,
actflag,
chgflag
}
where
as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDDDLSRC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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