P_SlsDocFlfmtProcHierarchyD23

DDL: P_SLSDOCFLFMTPROCHIERARCHYD23 SQL: PSOFTREED23 Type: view CONSUMPTION

P_SlsDocFlfmtProcHierarchyD23 is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_BillingDocumentItem) and exposes 3 fields with key fields BillingDocument, BillingDocumentItem.

Data Sources (1)

SourceAliasJoin Type
I_BillingDocumentItem BillingDocumentItem from

Annotations (8)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.private true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
AbapCatalog.sqlViewName PSOFTREED23 view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BillingDocument BillingDocument
KEY BillingDocumentItem BillingDocumentItem
NumberOfItems
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L

@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'PSOFTREED23'

// Number of items in Billing Document 


define view P_SlsDocFlfmtProcHierarchyD23
as select from I_BillingDocumentItem as BillingDocumentItem
{ 
  key BillingDocument,
  key BillingDocumentItem,
    
    cast(  1 as int2 ) as NumberOfItems    
 }
 
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BILLINGDOCUMENTITEM"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/