R_BATCHTEXTTP
Batch Description
R_BATCHTEXTTP is a CDS View in S/4HANA. Batch Description. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_BatchText | view_entity | projection | CONSUMPTION | Batch Texts |
| I_BatchTextTP_2 | view_entity | projection | TRANSACTIONAL | Batch - Text |
@AccessControl.authorizationCheck:#MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Batch Description'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #L, dataClass: #MASTER}
@ObjectModel.dataCategory:#TEXT
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view entity R_BatchTextTP
as select from R_BatchText as _BatchText
association to parent R_BatchTP as _BatchTP
on $projection.Material = _BatchTP.Material
and $projection.BatchIdentifyingPlant = _BatchTP.BatchIdentifyingPlant
and $projection.Batch = _BatchTP.Batch
association [1..1] to I_Language as _Language
on $projection.Language = _Language.Language
{
key Material,
key BatchIdentifyingPlant,
key Batch,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key Language,
@Semantics.text: true
BatchDescription,
_BatchTP,
_Language
}