P_CUSTRETAVAILREFSLSDOCTYPE
P_CUSTRETAVAILREFSLSDOCTYPE is a CDS View in S/4HANA. 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CUSTRETCPYCTRLSRCEDOCTYPE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/