P_CUSTEXPPRICEINCOMPLETIONLOG

CDS View

Sales Doc w. Cust-Expd Price IncLog

P_CUSTEXPPRICEINCOMPLETIONLOG is a CDS View in S/4HANA. Sales Doc w. Cust-Expd Price IncLog. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_SalesDocWithCustExpdPrice view inner CONSUMPTION Sales Doc. w. Customer-Expected Price
@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'