P_EIT_Item_Type
Extensibility Template: Item Type
P_EIT_Item_Type is a CDS View that provides data about "Extensibility Template: Item Type" in SAP S/4HANA. It reads from 1 data source (ato_adapt_types) and exposes 3 fields with key field AdaptationType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ato_adapt_types | ato_adapt_types | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PEITITEMTYPE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| EndUserText.label | Extensibility Template: Item Type | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AdaptationType | adaptation_type | ||
| Icon | sap_icon | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'PEITITEMTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Extensibility Template: Item Type'
define view P_EIT_Item_Type
as select from ato_adapt_types
association[0..*] to P_EIT_Item_Type_Text as _Text on _Text.AdaptationType = $projection.AdaptationType
{
@ObjectModel.text.association: '_Text'
key adaptation_type as AdaptationType,
sap_icon as Icon,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ATO_ADAPT_TYPES"
],
"ASSOCIATED":
[
"P_EIT_ITEM_TYPE_TEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"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