R_PCLBLCONFIGURATIONPLANTTP
Configurations for Labels Plants - TP
R_PCLBLCONFIGURATIONPLANTTP is a CDS View in S/4HANA. Configurations for Labels Plants - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_PCLblConfigurationPlantTP | view_entity | projection | CONSUMPTION | Configurations for Labels Plants |
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #M,
dataClass: #TRANSACTIONAL
}
@VDM: {
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
@EndUserText.label: 'Configurations for Labels Plants - TP'
define view entity R_PCLblConfigurationPlantTP
as select from I_PCLblConfigurationPlant
association to parent R_PCLblConfigurationTP as _PCLblConfiguration on $projection.PCLblConfigurationID = _PCLblConfiguration.PCLblConfigurationID
association [0..1] to I_PlantStdVH as _PlantStdVH on $projection.PlantForEdit = _PlantStdVH.Plant
{
key PCLblConfigurationID,
key Plant,
@ObjectModel.foreignKey.association: '_PlantStdVH'
@ObjectModel.editableFieldFor: 'Plant'
Plant as PlantForEdit,
@Semantics.user.createdBy: true
CreatedByUser,
@Semantics.systemDateTime.createdAt: true
CreationDateTime,
@Semantics.user.lastChangedBy: true
LastChangedByUser,
@Semantics.systemDateTime.lastChangedAt: true
LastChangeDateTime,
_PlantStdVH,
_PCLblConfiguration
}