ESH_S_MAINTORDCONFIRMATION
ESH_S_MAINTORDCONFIRMATION is a CDS View in SAP S/4HANA. It reads from 1 data source (ESH_N_MAINTORDCONFIRMATION) and exposes 34 fields with key fields MaintOrderConf, MaintOrderConfCntrValue.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ESH_N_MAINTORDCONFIRMATION | ESH_N_MAINTORDCONFIRMATION | from |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| P_Language | abap.lang |
Annotations (20)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ClientHandling.type | #CLIENT_DEPENDENT | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Metadata.allowExtensions | true | view | |
| Search.searchable | true | view | |
| EnterpriseSearch.enabled | true | view | |
| ObjectModel.modelingPattern | #ENTERPRISE_SEARCH_PROVIDER | view | |
| ObjectModel.supportedCapabilities | #ENTERPRISE_SEARCH_PROVIDER | view | |
| UI.headerInfo.typeName | Maintenance Order Confirmation | view | |
| UI.headerInfo.typeNamePlural | Maintenance Order Confirmations | view | |
| Consumption.semanticObject | MaintOrderConfirmation | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| UI.headerInfo.title.value | Confirmation | view | |
| AbapCatalog.sqlViewName | ESH_U_MAINTORCNF | view |
Fields (34)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintOrderConf | MaintOrderConf | ||
| KEY | MaintOrderConfCntrValue | MaintOrderConfCntrValue | Counter Value | |
| OrderType | OrderType | Order Type | ||
| VarianceReasonCode | VarianceReasonCode | Reason | ||
| EquipmentName | EquipmentName | Equipment Description | ||
| FuncnlLocPrimaryLabelName | FuncnlLocPrimaryLabelName | Functional Location - primary label | ||
| FunctionalLocationName | FunctionalLocationName | Functional Location Description | ||
| CostCenter | CostCenter | Cost Center | ||
| ControllingArea | ControllingArea | Controlling Area | ||
| MaintenancePlannerGroup | MaintenancePlannerGroup | Planner Group | ||
| MaintenancePlanningPlant | MaintenancePlanningPlant | Planning Plant | ||
| Assembly | Assembly | Pegged Reqmt | ||
| Equipment | Equipment | Equipment check | ||
| WorkCenterText | WorkCenterText | Work Center Text | ||
| WorkCenter | WorkCenter | Work Center | ||
| PersonnelNumber | PersonnelNumber | Personnel Number | ||
| Plant | Plant | Valuation Area | ||
| PostingDate | PostingDate | Posting Date for GR | ||
| MaintOrderConfirmationEntryDte | MaintOrderConfirmationEntryDte | |||
| EnteredByUser | EnteredByUser | |||
| LastChangedByUser | LastChangedByUser | User Name | ||
| ConfirmationText | ConfirmationText | Confirmation Text | ||
| ActualWorkQuantity | ActualWorkQuantity | Actual work | ||
| ActualWorkQuantityUnit | ActualWorkQuantityUnit | Unit for Actual Work | ||
| ActivityType | ActivityType | Activity Type | ||
| ActualDuration | ActualDuration | |||
| ActualDurationUnit | ActualDurationUnit | Actual Duration Unit | ||
| MaintOrderOperationCounter | MaintOrderOperationCounter | Counter | ||
| OpenReservationsIsCleared | OpenReservationsIsCleared | Open Reservations are Cleared | ||
| MaintenanceOrder | MaintenanceOrder | Maintenance Order | ||
| IsReversed | IsReversed | Reversed? | ||
| Counter | Confirmation Counter | |||
| Confirmation | Confirmation | |||
| PlainLongText | PlainLongText | Long Text |
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 ESH_S_MAINTORDCONFIRMATION.
-- 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: ESH_U_MAINTORCNF
-- Parameters: P_Language : abap.lang
CREATE VIEW ESH_S_MAINTORDCONFIRMATION AS
SELECT
MaintOrderConf,
MaintOrderConfCntrValue,
OrderType,
VarianceReasonCode,
EquipmentName,
FuncnlLocPrimaryLabelName,
FunctionalLocationName,
CostCenter,
ControllingArea,
MaintenancePlannerGroup,
MaintenancePlanningPlant,
Assembly,
Equipment,
WorkCenterText,
WorkCenter,
PersonnelNumber,
Plant,
PostingDate,
MaintOrderConfirmationEntryDte,
EnteredByUser,
LastChangedByUser,
ConfirmationText,
ActualWorkQuantity,
ActualWorkQuantityUnit,
ActivityType,
ActualDuration,
ActualDurationUnit,
MaintOrderOperationCounter,
OpenReservationsIsCleared,
MaintenanceOrder,
IsReversed,
ltrim(MaintOrderConfCntrValue, '0') AS Counter,
ltrim(MaintOrderConf, '0') AS Confirmation,
PlainLongText
FROM ESH_N_MAINTORDCONFIRMATION
;
Learn More
- CDS View Annotations — A Complete Guide
- 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 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