I_ServiceEntrySheetItemAPI01
Service Entry Sheet Item
I_ServiceEntrySheetItemAPI01 (Basic)
Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.
Sourcing & Procurement
I_ServiceEntrySheetItemAPI01 is a Basic CDS View that provides data about "Service Entry Sheet Item" in SAP S/4HANA. It reads from 1 data source (I_ServiceEntrySheetItemBasic) and exposes 30 fields with key fields ServiceEntrySheet, ServiceEntrySheetItem. It has 2 associations to related views.
SAP API Hub
| State | C1 |
|---|---|
| Line of Business | Sourcing & Procurement |
| Application Component | MM-PUR-SVC-SES |
| Capabilities | Data Source in SQL Select |
| Package | Sourcing & Procurement for SAP S/4HANA Cloud Private Edition |
| Description | <p>This CDS view provides the prerequisites for answering questions about service entry sheets for lean services at item level, such as:</p> <ul> <li><p>What is the spend volume for services in a given period?</p></li> <li><p>Which services (product master data) have been recorded?</p></li> <li><p>Which service performer has provided the ordered services?</p></li> <li><p>Which amounts have been recorded for which account assignment categories?</p></li> </ul> |
Documentation
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Private Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Private Edition Private Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Private Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP Extensibility Explorer for SAP S/4HANA Cloud Private Edition — Explore SAP S/4HANA Cloud Private Edition Extensibility options by leveraging the sample scenarios from SAP
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Private Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ServiceEntrySheetItemBasic | I_ServiceEntrySheetItemBasic | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ServiceEntrySheetAPI01 | _ServiceEntrySheet | $projection.ServiceEntrySheet = _ServiceEntrySheet.ServiceEntrySheet |
| [0..1] | E_ServiceEntrySheetItem | _ServiceEntrySheetItmExtension | $projection.ServiceEntrySheet = _ServiceEntrySheetItmExtension.ServiceEntrySheet and $projection.ServiceEntrySheetItem = _ServiceEntrySheetItmExtension.ServiceEntrySheetItem |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | IMMSESITAPI01 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Service Entry Sheet Item | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view |
Fields (30)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ServiceEntrySheet | ServiceEntrySheet | Service Entry Sheet | |
| KEY | ServiceEntrySheetItem | ServiceEntrySheetItem | Item Number of Service Entry Sheet | |
| PurchaseOrder | PurchaseOrder | Reference Purchase Order | ||
| PurchaseOrderItem | PurchaseOrderItem | Referenced Purchase Order Item | ||
| IsDeleted | IsDeleted | Deletion Indicator in Purchasing Document | ||
| Service | Service | Service Type | ||
| ServiceEntrySheetItemDesc | ServiceEntrySheetItemDesc | Item Description for Service Entry Sheet | ||
| ServicePerformer | ServicePerformer | Service Performer | ||
| AccountAssignmentCategory | AccountAssignmentCategory | Account Assignment Category | ||
| MultipleAcctAssgmtDistribution | MultipleAcctAssgmtDistribution | Distribution Indicator for Multiple Account Assignment | ||
| WorkItem | WorkItem | Work Item ID | ||
| ConfirmedQuantity | ConfirmedQuantity | Quantity in UnE | ||
| QuantityUnit | QuantityUnit | Unit of Measure for Service Entry Statement | ||
| ServicePerformanceDate | ServicePerformanceDate | Date of Service Performance | ||
| OriginObject | OriginObject | External Reference Document | ||
| NetAmount | NetAmount | Stated Amount | ||
| NetPriceAmount | NetPriceAmount | Price per Unit for an SES Item | ||
| Currency | _ServiceEntrySheet | Currency | Valuation Crcy | |
| PurgDocItemExternalReference | PurgDocItemExternalReference | External Reference ID | ||
| PurchaseContract | PurchaseContract | Purchase Contract for Enhanced Limit | ||
| PurchaseContractItem | PurchaseContractItem | Purchase Contract Item | ||
| PurchasingOrganization | PurchasingOrganization | Purchasing Organization | ||
| PurchasingGroup | PurchasingGroup | Purchasing Group | ||
| Plant | Plant | Valuation Area | ||
| IsEndOfPurposeBlocked | IsEndOfPurposeBlocked | Business Purpose Completed | ||
| CreationDateTime | CreationDateTime | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | ||
| CreatedByUser | CreatedByUser | User Name | ||
| LastChangeDateTime | LastChangeDateTime | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | ||
| LastChangedByUser | LastChangeUser | User Name | ||
| _ServiceEntrySheet | _ServiceEntrySheet |
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 I_ServiceEntrySheetItemAPI01.
-- 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: IMMSESITAPI01
CREATE VIEW I_ServiceEntrySheetItemAPI01 AS
SELECT
ServiceEntrySheet,
ServiceEntrySheetItem,
PurchaseOrder,
PurchaseOrderItem,
IsDeleted,
Service,
ServiceEntrySheetItemDesc,
ServicePerformer,
AccountAssignmentCategory,
MultipleAcctAssgmtDistribution,
WorkItem,
ConfirmedQuantity,
QuantityUnit,
ServicePerformanceDate,
OriginObject,
NetAmount,
NetPriceAmount,
_ServiceEntrySheet.Currency AS Currency,
PurgDocItemExternalReference,
PurchaseContract,
PurchaseContractItem,
PurchasingOrganization,
PurchasingGroup,
Plant,
IsEndOfPurposeBlocked,
CreationDateTime,
CreatedByUser,
LastChangeDateTime,
LastChangeUser AS LastChangedByUser
FROM I_ServiceEntrySheetItemBasic
LEFT OUTER JOIN I_ServiceEntrySheetAPI01 AS _ServiceEntrySheet ON ServiceEntrySheet = _ServiceEntrySheet.ServiceEntrySheet -- association [1..1]
LEFT OUTER JOIN E_ServiceEntrySheetItem AS _ServiceEntrySheetItmExtension ON ServiceEntrySheet = _ServiceEntrySheetItmExtension.ServiceEntrySheet AND ServiceEntrySheetItem = _ServiceEntrySheetItmExtension.ServiceEntrySheetItem -- association [0..1]
;
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