I_CHMLCMPLNCREQPRPSASSGMTTP
Chemical Compliance Purpose Assignment
I_CHMLCMPLNCREQPRPSASSGMTTP is a CDS View in S/4HANA. Chemical Compliance Purpose Assignment. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ChmlCmplncReqPrpsAssgmtTP | view | from | CONSUMPTION | Requested Purpose of a Chemical Compliance Request |
@EndUserText.label: 'Chemical Compliance Purpose Assignment'
@AbapCatalog:
{
sqlViewName: 'ICRQPRPSASSGMTTP',
compiler.compareFilter: true
}
@AccessControl:
{
authorizationCheck: #MANDATORY,
privilegedAssociations: [ '_CreatedByUser', '_LastChangedByUser' ]
}
--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_PURP',
semanticKey: [ 'ChmlCmplncRequestUUID' ],
usageType:
{
dataClass: #MASTER,
sizeCategory: #L,
serviceQuality: #B
}
}
define view I_ChmlCmplncReqPrpsAssgmtTP
as select from I_ChmlCmplncReqPrpsAssgmt
association [1..1] to I_ChmlCmplncReqTP as _ChmlCmplncReq on $projection.ChmlCmplncRequestUUID = _ChmlCmplncReq.ChmlCmplncRequestUUID
{
key ChmlCmplncPrpsAssgmtUUID,
@ObjectModel.mandatory: true
ChmlCmplncRequestUUID,
CreationUTCDateTime,
CreatedByUser,
LastChangeUTCDateTime,
LastChangedByUser,
@ObjectModel.mandatory: true
CmplncPrpsUUID,
ChmlCmplncReqChgType,
/* Associations */
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
_ChmlCmplncReq,
_Purpose,
_CreatedByUser,
_LastChangedByUser
}