C_TechObjHierVH
Value Help for Hierarchical value help
C_TechObjHierVH is a Consumption CDS View that provides data about "Value Help for Hierarchical value help" in SAP S/4HANA. It reads from 1 data source (I_TechnicalObject) and exposes 54 fields with key fields TechnicalObject, TechObjIsEquipOrFuncnlLoc. Part of development package RAP_EAM_NTF.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_TechnicalObject | I_TechnicalObject | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CTECHOBJHIERVH1 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Value Help for Hierarchical value help | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | TechnicalObject | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (54)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TechnicalObject | I_TechnicalObject | TechnicalObject | Technical Object |
| KEY | TechObjIsEquipOrFuncnlLoc | I_TechnicalObject | TechObjIsEquipOrFuncnlLoc | Tech. Obj. Type |
| TechnicalObjectDescription | ||||
| Equipment | I_TechnicalObject | Equipment | Equipment check | |
| FunctionalLocation | I_TechnicalObject | FunctionalLocation | Object ID | |
| ABCIndicator | ||||
| ABCIndicatorDesc | ||||
| AuthorizationGroup | I_TechnicalObject | AuthorizationGroup | AuthorizGroup | |
| BusinessArea | ||||
| BusinessAreaName | ||||
| CatalogProfile | I_TechnicalObject | CatalogProfile | Catalog Profile | |
| CompanyCode | ||||
| CompanyCodeName | ||||
| ControllingArea | ||||
| ControllingAreaName | ||||
| CostCenter | ||||
| CostCenterDescription | ||||
| WorkCenter | ||||
| WorkCenterText | ||||
| MainWorkCenter | ||||
| MainWorkCenterText | ||||
| MaintenancePlant | ||||
| MaintenancePlantName | ||||
| AssetManufacturerName | I_TechnicalObject | AssetManufacturerName | Manufacturer | |
| ManufacturerPartTypeName | I_TechnicalObject | ManufacturerPartTypeName | Model number | |
| MaintenancePlanningPlant | ||||
| MaintenancePlannerGroup | I_TechnicalObject | MaintenancePlannerGroup | Planner Group | |
| MaintenancePlannerGroupName | ||||
| PlantSection | ||||
| PlantSectionPersonRespName | ||||
| AssetRoom | ||||
| MaintObjectFreeDefinedAttrib | ||||
| TechnicalObjectCategory | I_TechnicalObject | TechnicalObjectCategory | Tech. Obj. Category | |
| TechnicalObjectCategoryDesc | ||||
| TechnicalObjectType | I_TechnicalObject | TechnicalObjectType | Text object | |
| TechnicalObjectTypeDesc | ||||
| AcquisitionValue | I_TechnicalObject | AcquisitionValue | ||
| Currency | I_TechnicalObject | Currency | Valuation Crcy | |
| CreatedByUser | I_TechnicalObject | CreatedByUser | User Name | |
| CreationDate | I_TechnicalObject | CreationDate | Time Stamp | |
| LastChangedByUser | I_TechnicalObject | LastChangedByUser | User Name | |
| LastChangeDate | I_TechnicalObject | LastChangeDate | Time Stamp | |
| Division | ||||
| DivisionName | ||||
| AssetLocation | ||||
| LocationName | ||||
| TechObjIsEquipOrFuncnlLocDesc | ||||
| DrillDownState | ||||
| HierarchyNodeLevel | 0 | |||
| ParentNodeUniqueID | ||||
| NumberOfOrders | ||||
| NmbrOfOpenMaintNotifications | ||||
| _TechObjIsEquipOrFuncnlLoc | I_TechnicalObject | _TechObjIsEquipOrFuncnlLoc | ||
| MaintObjectInternalID | I_TechnicalObject | MaintObjectInternalID | Object number |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view C_TechObjHierVH.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CTECHOBJHIERVH1
CREATE VIEW C_TechObjHierVH AS
SELECT
I_TechnicalObject.TechnicalObject AS TechnicalObject,
I_TechnicalObject.TechObjIsEquipOrFuncnlLoc AS TechObjIsEquipOrFuncnlLoc,
I_TechnicalObject._TechnicalObjectText[1: Language = $session.system_language ].TechnicalObjectDescription AS TechnicalObjectDescription,
I_TechnicalObject.Equipment AS Equipment,
I_TechnicalObject.FunctionalLocation AS FunctionalLocation,
I_TechnicalObject._LocationAccountAssignment.ABCIndicator AS ABCIndicator,
I_TechnicalObject._LocationAccountAssignment._ABCIndicator._Text[1: Language = $session.system_language ].ABCIndicatorDesc AS ABCIndicatorDesc,
I_TechnicalObject.AuthorizationGroup AS AuthorizationGroup,
I_TechnicalObject._LocationAccountAssignment.BusinessArea AS BusinessArea,
I_TechnicalObject._LocationAccountAssignment._BusinessArea._Text[1: Language = $session.system_language ].BusinessAreaName AS BusinessAreaName,
I_TechnicalObject.CatalogProfile AS CatalogProfile,
I_TechnicalObject._LocationAccountAssignment.CompanyCode AS CompanyCode,
I_TechnicalObject._LocationAccountAssignment._CompanyCode.CompanyCodeName AS CompanyCodeName,
I_TechnicalObject._LocationAccountAssignment.ControllingArea AS ControllingArea,
I_TechnicalObject._LocationAccountAssignment._ControllingArea.ControllingAreaName AS ControllingAreaName,
I_TechnicalObject._LocationAccountAssignment.CostCenter AS CostCenter,
I_TechnicalObject._LocationAccountAssignment._CostCenter._Text[1: Language = $session.system_language ].CostCenterDescription AS CostCenterDescription,
I_TechnicalObject._LocationAccountAssignment._WorkCenter.WorkCenter AS WorkCenter,
I_TechnicalObject._LocationAccountAssignment._WorkCenter._Text[1: Language = $session.system_language ].WorkCenterText AS WorkCenterText,
cast( I_TechnicalObject._WorkCenter.WorkCenter as gewrk ) AS MainWorkCenter,
I_TechnicalObject._WorkCenter._Text[1: Language = $session.system_language ].WorkCenterText AS MainWorkCenterText,
I_TechnicalObject._LocationAccountAssignment.MaintenancePlant AS MaintenancePlant,
I_TechnicalObject._LocationAccountAssignment._MaintenancePlant.PlantName AS MaintenancePlantName,
I_TechnicalObject.AssetManufacturerName AS AssetManufacturerName,
I_TechnicalObject.ManufacturerPartTypeName AS ManufacturerPartTypeName,
I_TechnicalObject._WorkCenter.Plant AS MaintenancePlanningPlant,
I_TechnicalObject.MaintenancePlannerGroup AS MaintenancePlannerGroup,
I_TechnicalObject._MaintenancePlannerGroup.MaintenancePlannerGroupName AS MaintenancePlannerGroupName,
I_TechnicalObject._LocationAccountAssignment.PlantSection AS PlantSection,
I_TechnicalObject._LocationAccountAssignment._PlantSection.PlantSectionPersonRespName AS PlantSectionPersonRespName,
I_TechnicalObject._LocationAccountAssignment.AssetRoom AS AssetRoom,
I_TechnicalObject._LocationAccountAssignment.MaintObjectFreeDefinedAttrib AS MaintObjectFreeDefinedAttrib,
I_TechnicalObject.TechnicalObjectCategory AS TechnicalObjectCategory,
I_TechnicalObject._TechnicalObjectCategory._Text[1: Language = $session.system_language ].TechnicalObjectCategoryDesc AS TechnicalObjectCategoryDesc,
I_TechnicalObject.TechnicalObjectType AS TechnicalObjectType,
I_TechnicalObject._TechnicalObjectType._Text[1: Language = $session.system_language ].TechnicalObjectTypeDesc AS TechnicalObjectTypeDesc,
I_TechnicalObject.AcquisitionValue AS AcquisitionValue,
I_TechnicalObject.Currency AS Currency,
I_TechnicalObject.CreatedByUser AS CreatedByUser,
I_TechnicalObject.CreationDate AS CreationDate,
I_TechnicalObject.LastChangedByUser AS LastChangedByUser,
I_TechnicalObject.LastChangeDate AS LastChangeDate,
I_TechnicalObject._LocationAccountAssignment.Division AS Division,
I_TechnicalObject._LocationAccountAssignment._Division._Text[1: Language = $session.system_language ].DivisionName AS DivisionName,
I_TechnicalObject._LocationAccountAssignment.AssetLocation AS AssetLocation,
I_TechnicalObject._LocationAccountAssignment._Location.LocationName AS LocationName,
I_TechnicalObject._TechObjIsEquipOrFuncnlLoc._Text[1: Language = $session.system_language ].TechObjIsEquipOrFuncnlLocDesc AS TechObjIsEquipOrFuncnlLocDesc,
cast ( '' as abap.char( 10 ) ) AS DrillDownState,
0 AS HierarchyNodeLevel,
concat(I_TechnicalObject._TechnicalObjectHierarchy.SuperiorTechnicalObject, I_TechnicalObject._TechnicalObjectHierarchy.SuperiorObjIsEquipOrFuncnlLoc) AS ParentNodeUniqueID,
cast( 0 as eam_open_notifications) AS NumberOfOrders,
cast( 0 as eam_open_notifications) AS NmbrOfOpenMaintNotifications,
I_TechnicalObject._TechObjIsEquipOrFuncnlLoc AS _TechObjIsEquipOrFuncnlLoc,
I_TechnicalObject.MaintObjectInternalID AS MaintObjectInternalID
FROM I_TechnicalObject
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA