E_TradingDocument

DDL: E_TRADINGDOCUMENT Type: view_entity EXTENSION

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)

SourceAliasJoin Type
wbhk Persistence from

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/