A_EquipmentText

DDL: A_EQUIPMENTTEXT Type: view_entity COMPOSITE

Equipment Text

A_EquipmentText is a Composite 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 #COMPOSITE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_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: #COMPOSITE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #L
@ObjectModel.usageType.dataClass: #MASTER
@Metadata.ignorePropagatedAnnotations:true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@ObjectModel.representativeKey: 'Equipment'
define view entity A_EquipmentText as select from I_EquipmentText {
  key Equipment,
  
  @Semantics.language: true
  key Language,
  
  @Semantics.text: true
  EquipmentName,
  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":""
}
}*/