A_EquipmentText
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)
| Source | Alias | Join Type |
|---|---|---|
| I_EquipmentText | I_EquipmentText | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA