R_EquipmentTextTP

DDL: R_EQUIPMENTTEXTTP Type: view_entity TRANSACTIONAL

Equipment Text

R_EquipmentTextTP is a Transactional CDS View that provides data about "Equipment Text" in SAP S/4HANA. It reads from 1 data source (I_EquipmentText) and exposes 11 fields with key fields Equipment, Language.

Data Sources (1)

SourceAliasJoin Type
I_EquipmentText I_EquipmentText from

Annotations (10)

NameValueLevelField
EndUserText.label Equipment Text view
ObjectModel.dataCategory #TEXT view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.representativeKey Equipment view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY Equipment Equipment
KEY Language Language
EquipmentName EquipmentName
IsPrimaryLanguage IsPrimaryLanguage
EquipmentHasLongText EquipmentHasLongText
ControllingArea
CostCenter
MaintenancePlannerGroup
MaintenancePlanningPlant
MaintenancePlant
AuthorizationGroup _Equipment AuthorizationGroup
@EndUserText.label: 'Equipment Text'
@ObjectModel.dataCategory: #TEXT

@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #L
@ObjectModel.usageType.dataClass: #MASTER
@Metadata.ignorePropagatedAnnotations:true
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.representativeKey: 'Equipment'
define view entity R_EquipmentTextTP as select from I_EquipmentText {
  key Equipment,
  
  @Semantics.language: true
  key Language,
  
  @Semantics.text: true
  EquipmentName,
  @Semantics.booleanIndicator: true
  IsPrimaryLanguage,
  EquipmentHasLongText,
  @Consumption.hidden: true
  _Equipment._CurrentTimeSegment._LocationAccountAssignment.ControllingArea,
  @Consumption.hidden: true
  _Equipment._CurrentTimeSegment._LocationAccountAssignment.CostCenter,
  @Consumption.hidden: true
  _Equipment._CurrentTimeSegment.MaintenancePlannerGroup,
   @Consumption.hidden: true
  _Equipment._CurrentTimeSegment.MaintenancePlanningPlant,
   @Consumption.hidden: true
  _Equipment._CurrentTimeSegment._LocationAccountAssignment.MaintenancePlant,
   @Consumption.hidden: true
   _Equipment.AuthorizationGroup
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_EQUIPMENT",
"I_EQUIPMENTTEXT",
"I_EQUIPMENTTIMESEG",
"I_LOCATIONACCOUNTASSIGNMENT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/