P_CUSTRETAVAILREFBILLGDOCTYPE

CDS View

Customer Return Available Reference Billing Document Type

P_CUSTRETAVAILREFBILLGDOCTYPE is a CDS View in S/4HANA. Customer Return Available Reference Billing Document Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_RetsReferenceDocumentUnion view_entity inner CONSUMPTION Returns Reference Document
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'PRAVREFBILDOCTYP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.private: true
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #NOT_REQUIRED

define view P_CustRetAvailRefBillgDocType
  as select distinct from I_CustRetCpyCtrlSrceDocType as SalesDocumentCopyControl
{

  key SalesDocumentCopyControl.SourceBillingDocumentType
  
}