R_PCLBLCONFIGNSHIPTOPARTYTP
Confign for Labels Ship To Party - TP
R_PCLBLCONFIGNSHIPTOPARTYTP is a CDS View in S/4HANA. Confign for Labels Ship To Party - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_PCLblConfignShipToPartyTP | view_entity | projection | CONSUMPTION | Configurations for Labels Ship To Party |
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #M,
dataClass: #TRANSACTIONAL
}
@VDM: {
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'Confign for Labels Ship To Party - TP'
define view entity R_PCLblConfignShipToPartyTP
as select from I_PCLblConfignShipToParty
association to parent R_PCLblConfigurationTP as _PCLblConfiguration on $projection.PCLblConfigurationID = _PCLblConfiguration.PCLblConfigurationID
association [0..1] to I_Customer_VH as _Customer on $projection.CustomerForEdit = _Customer.Customer
{
key PCLblConfigurationID,
key Customer,
@ObjectModel.foreignKey.association: '_Customer'
@ObjectModel.editableFieldFor: 'Customer'
Customer as CustomerForEdit,
@Semantics.user.createdBy: true
CreatedByUser,
@Semantics.systemDateTime.createdAt: true
CreationDateTime,
@Semantics.user.lastChangedBy: true
LastChangedByUser,
@Semantics.systemDateTime.lastChangedAt: true
LastChangeDateTime,
@Consumption.valueHelp: '_Customer'
_Customer,
_PCLblConfiguration
}