R_PCLBLCONFIGURATIONTEXTTP
Configurations for Labels Name - TP
R_PCLBLCONFIGURATIONTEXTTP is a CDS View in S/4HANA. Configurations for Labels Name - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_PCLblConfigurationTextTP | view_entity | projection | CONSUMPTION | Configurations for Labels Name |
@AccessControl.authorizationCheck: #CHECK
@ObjectModel: {
usageType: {
serviceQuality: #C,
sizeCategory: #M,
dataClass: #TRANSACTIONAL
},
dataCategory: #TEXT
}
@VDM: {
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
@EndUserText.label: 'Configurations for Labels Name - TP'
define view entity R_PCLblConfigurationTextTP
as select from I_PCLblConfigurationText
association to parent R_PCLblConfigurationTP as _PCLblConfiguration on $projection.PCLblConfigurationID = _PCLblConfiguration.PCLblConfigurationID
association [0..1] to I_Language as _LanguageForEdit on _LanguageForEdit.Language = $projection.LanguageForEdit
{
key I_PCLblConfigurationText.PCLblConfigurationID,
@ObjectModel.foreignKey.association: null
@Semantics.language: true
key I_PCLblConfigurationText.Language,
I_PCLblConfigurationText.PCLblConfigurationName,
@ObjectModel.foreignKey.association: '_LanguageForEdit'
@ObjectModel.editableFieldFor: 'Language'
@Semantics.language: false
@Semantics.text: true
cast ( Language as ehfnd_language_id preserving type ) as LanguageForEdit,
@Semantics.user.createdBy: true
I_PCLblConfigurationText.CreatedByUser,
@Semantics.systemDateTime.createdAt: true
I_PCLblConfigurationText.CreationDateTime,
@Semantics.user.lastChangedBy: true
I_PCLblConfigurationText.LastChangedByUser,
@Semantics.systemDateTime.lastChangedAt: true
I_PCLblConfigurationText.LastChangeDateTime,
_LanguageForEdit,
_PCLblConfiguration
}