P_CUSTRETAVAILREFSLSDOCTYPE
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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
}