I_CHMLCMPLNCREQPLNTTP
Chemical Compliance Request Plant
I_CHMLCMPLNCREQPLNTTP is a CDS View in S/4HANA. Chemical Compliance Request Plant. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ChmlCmplncReqPlntTP | view | from | CONSUMPTION | Requested Plants of a Chemical Compliance Request |
@EndUserText.label: 'Chemical Compliance Request Plant'
@AbapCatalog:
{
sqlViewName: 'ICRQPLANTTP',
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_plant',
semanticKey: [ 'ChmlCmplncReqPlntUUID' ],
usageType:
{
dataClass: #MASTER,
sizeCategory: #L,
serviceQuality: #B
}
}
define view I_ChmlCmplncReqPlntTP
as select from I_ChmlCmplncReqPlnt
association [1..1] to I_ChmlCmplncReqTP as _ChmlCmplncReq on $projection.ChmlCmplncRequestUUID = _ChmlCmplncReq.ChmlCmplncRequestUUID
{
key ChmlCmplncReqPlntUUID,
@ObjectModel.mandatory: true
ChmlCmplncRequestUUID,
CreatedByUser,
CreationUTCDateTime,
LastChangeUTCDateTime,
LastChangedByUser,
@ObjectModel.mandatory: true
ActivePlant,
ChmlCmplncReqChgType,
/* Associations */
_Plant,
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
_ChmlCmplncReq
}