R_BDTSVALUEMAPPINGDATATP
BDTS Value Mapping - TP
R_BDTSVALUEMAPPINGDATATP is a CDS View in S/4HANA. BDTS Value Mapping - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_BDTSValueMappingData | view_entity | projection | CONSUMPTION | BDTS Value Mapping |
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel: {
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #S
}
}
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'BDTS Value Mapping - TP'
@Metadata.allowExtensions:false
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.sapObjectNodeType.name: 'BusDtaTrnsfmtnValueMappingData'
define root view entity R_BDTSValueMappingDataTP
as select from R_BDTSValueMappingData
{
key BDTSTransformationAreaID,
key BDTSRuleLogicID,
key BDTSMappingValueID,
BDTSMappingOldValue,
BDTSConstraint1ParameterValue,
BDTSConstraint2ParameterValue,
BDTSConstraint3ParameterValue,
BDTSConstraint4ParameterValue,
BDTSMappingNewValue,
BDTSMappingCreationMode,
@Semantics.systemDateTime.createdAt: true
BDTSMappingCreationDateTime,
@Semantics.systemDateTime.lastChangedAt: true
BDTSMappingChangeDateTime
}