P_ALLWDTYPPERSLSORGCNT
Allowed Order Types per Sales Organization
P_ALLWDTYPPERSLSORGCNT is a CDS View in S/4HANA. Allowed Order Types per Sales Organization. 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: 'PALWDORDTPSOCNT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.private: true
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_AllwdTypPerSlsOrgCnt
as select
key
count(*) as AllwdOrdTypPerSlsOrgCount
from I_AllwdOrdTypPerSlsOrg