I_ServiceEntrySheetItemStdVH
Service Entry Sheet Item
I_ServiceEntrySheetItemStdVH is a Composite CDS View that provides data about "Service Entry Sheet Item" in SAP S/4HANA. It reads from 1 data source (I_ServiceEntrySheetItem) and exposes 7 fields with key fields ServiceEntrySheet, ServiceEntrySheetItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ServiceEntrySheetItem | I_ServiceEntrySheetItem | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISESI1__VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | ServiceEntrySheetItem | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Service Entry Sheet Item | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ServiceEntrySheet | ServiceEntrySheet | ||
| KEY | ServiceEntrySheetItem | ServiceEntrySheetItem | ||
| IsEndOfPurposeBlocked | IsEndOfPurposeBlocked | |||
| Plant | Plant | |||
| PurchasingGroup | PurchasingGroup | |||
| PurchasingOrganization | PurchasingOrganization | |||
| _ServiceEntrySheet | _ServiceEntrySheet |
//GENERATED:005:E6ExH29r7kY1dqzGwqIIfG
@AbapCatalog.sqlViewName: 'ISESI1__VH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ServiceEntrySheetItem'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.authorizationCheck: #MANDATORY
//<TODO> Please double-check personal data blocking
@AccessControl.personalData.blocking: #REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Service Entry Sheet Item'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_ServiceEntrySheetItemStdVH as select from I_ServiceEntrySheetItem {
@ObjectModel.foreignKey.association: '_ServiceEntrySheet'
key ServiceEntrySheet,
key ServiceEntrySheetItem,
@Semantics.booleanIndicator: true
@Consumption.hidden: true
IsEndOfPurposeBlocked,
@Consumption.hidden: true
Plant,
@Consumption.hidden: true
PurchasingGroup,
@Consumption.hidden: true
PurchasingOrganization,
@Consumption.hidden: true
_ServiceEntrySheet
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEENTRYSHEETITEM"
],
"ASSOCIATED":
[
"I_SERVICEENTRYSHEET"
],
"BASE":
[
"I_SERVICEENTRYSHEETITEM"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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