I_TechnicalObjectStdVH
Technical Object
I_TechnicalObjectStdVH is a Composite CDS View that provides data about "Technical Object" in SAP S/4HANA. It reads from 1 data source (I_TechnicalObject) and exposes 10 fields with key field TechnicalObject.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_TechnicalObject | I_TechnicalObject | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ITO__VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | TechnicalObject | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Technical Object | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TechnicalObject | TechnicalObject | ||
| keyTechObjIsEquipOrFuncnlLoc | ||||
| _TechnicalObjectText | _TechnicalObjectText | |||
| MaintObjectLocAcctAssgmtNmbr | MaintObjectLocAcctAssgmtNmbr | |||
| AuthorizationGroup | AuthorizationGroup | |||
| MaintenancePlannerGroup | MaintenancePlannerGroup | |||
| MaintenancePlanningPlant | MaintenancePlanningPlant | |||
| _TechObjIsEquipOrFuncnlLoc | _TechObjIsEquipOrFuncnlLoc | |||
| _TechObjIsEquipOrFuncnlLocT | _TechObjIsEquipOrFuncnlLocT | |||
| _LocationAccountAssignment | _LocationAccountAssignment |
//GENERATED:004:ZDpK08xG7jU}eBgLtOZvI0
@AbapCatalog.sqlViewName: 'ITO__VH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'TechnicalObject'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_TechnicalObjectText','_LocationAccountAssignment']
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Technical Object'
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER]
define view I_TechnicalObjectStdVH as select from I_TechnicalObject
association[0..*] to I_TechObjIsEquipOrFuncnlLocT as _TechObjIsEquipOrFuncnlLocT on _TechObjIsEquipOrFuncnlLocT.TechObjIsEquipOrFuncnlLoc = $projection.TechObjIsEquipOrFuncnlLoc {
@ObjectModel.text.association: '_TechnicalObjectText'
key TechnicalObject,
@ObjectModel.foreignKey.association: '_TechObjIsEquipOrFuncnlLoc'
@ObjectModel.text.association: '_TechObjIsEquipOrFuncnlLocT'
@UI.textArrangement: #TEXT_ONLY
@UI.hidden: true -- to prevent technical values 'EAMS_FL' and 'EAMS_EQUI' from showing up.
key TechObjIsEquipOrFuncnlLoc,
_TechnicalObjectText,
@Consumption.hidden: true
MaintObjectLocAcctAssgmtNmbr,
@Consumption.hidden: true
AuthorizationGroup,
@Consumption.hidden: true
MaintenancePlannerGroup,
@Consumption.hidden: true
MaintenancePlanningPlant,
@Consumption.hidden: true
_TechObjIsEquipOrFuncnlLoc,
@Consumption.filter.hidden: true
_TechObjIsEquipOrFuncnlLocT,
@Consumption.hidden: true
_LocationAccountAssignment
}
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