I_CHMLCMPLNCREQSLSORGTP
Chemical Compliance Request Sales Organization
I_CHMLCMPLNCREQSLSORGTP is a CDS View in S/4HANA. Chemical Compliance Request Sales Organization. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ChmlCmplncReqSlsOrgTP | view | from | CONSUMPTION | Requested SalesOrgs of a Chemical Compliance Request |
@EndUserText.label: 'Chemical Compliance Request Sales Organization'
@AbapCatalog:
{
sqlViewName: 'ICRQVKORGTP',
compiler.compareFilter: true
}
@AccessControl:
{
authorizationCheck: #MANDATORY
}
--Client Handling of the view
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ObjectModel:
{
modelCategory: #BUSINESS_OBJECT,
transactionalProcessingEnabled: true,
createEnabled: true,
updateEnabled: true,
deleteEnabled: true,
writeActivePersistence: 'ehfndv_crq_vkorg',
semanticKey: [ 'ChmlCmplncReqSalesOrgUUID' ],
usageType:
{
dataClass: #MASTER,
sizeCategory: #L,
serviceQuality: #B
}
}
define view I_ChmlCmplncReqSlsOrgTP
as select from I_ChmlCmplncReqSlsOrg
association [1..1] to I_ChmlCmplncReqTP as _ChmlCmplncReq on $projection.ChmlCmplncRequestUUID = _ChmlCmplncReq.ChmlCmplncRequestUUID
{
key ChmlCmplncReqSalesOrgUUID,
@ObjectModel.mandatory: true
ChmlCmplncRequestUUID,
CreatedByUser,
CreationUTCDateTime,
LastChangeUTCDateTime,
LastChangedByUser,
@ObjectModel.mandatory: true
SalesOrganization,
@ObjectModel.mandatory: true
DistributionChannel,
ChmlCmplncReqChgType,
/* Associations */
_SalesOrganization,
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
_ChmlCmplncReq
}