P_CADOCUMENTBPITEM

CDS View

Document Business Partner Items

P_CADOCUMENTBPITEM is a CDS View in S/4HANA. Document Business Partner Items. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_CADocumentIsBlocked view from COMPOSITE Document for Blocked Business Partner Items
@AbapCatalog.sqlViewName: 'PCADOCBPITEM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@VDM.private: true

define view P_CADocumentBPItem
  as select from I_CADocBPItmWthoutSubstitOrigl
{
  key CADocumentNumber,
  key CARepetitionItemNumber,
  key CABPItemNumber,
  key CASubItemNumber,

      BusinessPartner,
      _BusinessPartner.IsBusinessPurposeCompleted,
      _BusinessPartner.AuthorizationGroup
}