E_ServiceEntrySheetItem
Extension view of Manage Service Entry Sheets without draft
E_ServiceEntrySheetItem is a Extension CDS View that provides data about "Extension view of Manage Service Entry Sheets without draft" in SAP S/4HANA. It reads from 1 data source (mmpur_ses_item) and exposes 2 fields with key fields ServiceEntrySheet, ServiceEntrySheetItem. Part of development package APPL_MM_PUR_SES_TR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mmpur_ses_item | Persistence | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AbapCatalog.sqlViewName | ESRVCENTRYSHT | view | |
| VDM.viewType | #EXTENSION | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Extension view of Manage Service Entry Sheets without draft | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ServiceEntrySheet | mmpur_ses_item | serviceentrysheet | |
| KEY | ServiceEntrySheetItem | mmpur_ses_item | serviceentrysheetitem |
//@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@AbapCatalog.sqlViewName: 'ESRVCENTRYSHT'
@VDM.viewType: #EXTENSION
//@AccessControl.authorizationCheck: #NOT_ALLOWED
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Extension view of Manage Service Entry Sheets without draft'
define view E_ServiceEntrySheetItem
as select from mmpur_ses_item as Persistence
{
key Persistence.serviceentrysheet as ServiceEntrySheet,
key Persistence.serviceentrysheetitem as ServiceEntrySheetItem
}
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