E_TradingDocument
Trading Document - Extension
E_TradingDocument is a Extension CDS View that provides data about "Trading Document - Extension" in SAP S/4HANA. It reads from 1 data source (wbhk) and exposes 1 field with key field TradingDocument.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| wbhk | Persistence | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Trading Document - Extension | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #EXTENSION | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AbapCatalog.extensibility.elementSuffix | GTH | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.quota.maximumFields | 408 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 4080 | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TradingDocument | tkonn |
@EndUserText.label: 'Trading Document - Extension'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
@ObjectModel.usageType: {serviceQuality: #X, sizeCategory: #XL, dataClass: #MIXED}
@AbapCatalog.extensibility.elementSuffix: 'GTH'
@AbapCatalog.extensibility.extensible: true
@AbapCatalog.extensibility.dataSources: ['Persistence']
@AbapCatalog.extensibility.quota: {
maximumFields: 408,
maximumBytes: 4080
}
define view entity E_TradingDocument
as select from wbhk as Persistence
{
key tkonn as TradingDocument
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"WBHK"
],
"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