P_CustExpPriceIncompletionLog

DDL: P_CUSTEXPPRICEINCOMPLETIONLOG SQL: PCUSTEXPPRINLOG Type: view CONSUMPTION

Sales Doc w. Cust-Expd Price IncLog

P_CustExpPriceIncompletionLog is a Consumption CDS View that provides data about "Sales Doc w. Cust-Expd Price IncLog" in SAP S/4HANA. It reads from 1 data source (I_SDDocumentIncompletionLog) and exposes 2 fields with key fields SDDocument, SDDocumentItem.

Data Sources (1)

SourceAliasJoin Type
I_SDDocumentIncompletionLog I_SDDocumentIncompletionLog from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PCUSTEXPPRINLOG view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
VDM.private true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
EndUserText.label Sales Doc w. Cust-Expd Price IncLog view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SDDocument SDDocument
KEY SDDocumentItem SDDocumentItem
@AbapCatalog.sqlViewName: 'PCUSTEXPPRINLOG'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType: #CONSUMPTION
@VDM.private: true
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M

@EndUserText.label: 'Sales Doc w. Cust-Expd Price IncLog'
define view P_CustExpPriceIncompletionLog as select from I_SDDocumentIncompletionLog
{

  key SDDocument,
  key SDDocumentItem

}
where
      ScheduleLine         = '0000'
  and PartnerFunction      = ''
  and SDDocumentTextID     = ''
  and SDDocumentTable      = 'VBAP'
  and SDDocumentTableField = 'CEPOK'

  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SDDOCUMENTINCOMPLETIONLOG"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/