P_CUSTRETAVAILREFSLSDOCTYPE

CDS View

Customer Return Available Reference Sales Document Type

P_CUSTRETAVAILREFSLSDOCTYPE is a CDS View in S/4HANA. Customer Return Available Reference Sales 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: 'PRAVREFSLSDOCTYP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.private: true
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #NOT_REQUIRED

define view P_CustRetAvailRefSlsDocType
  as select distinct from I_CustRetCpyCtrlSrceDocType as SalesDocumentCopyControl
{

  key SalesDocumentCopyControl.SourceSalesDocumentType
  
}