I_Eit_Import_Item_Status_Text
Extensibility Template: Tmpl Imp. Statu
I_Eit_Import_Item_Status_Text is a CDS View that provides data about "Extensibility Template: Tmpl Imp. Statu" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Code, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | _Language.Language = $projection.Language |
| [0..1] | I_Eit_Import_Item_Status | _Code | _Code.Code = $projection.Code |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IEITTMPLIST | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| EndUserText.label | Extensibility Template: Tmpl Imp. Statu | view | |
| ObjectModel.representativeKey | Code | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.resultSet.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Code | |||
| KEY | Language | ddlanguage | ||
| Description | ddtext | |||
| _Code | _Code | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IEITTMPLIST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Extensibility Template: Tmpl Imp. Statu'
@ObjectModel.representativeKey: 'Code'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.resultSet.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Search.searchable
define view I_Eit_Import_Item_Status_Text
as select from dd07t
association [0..1] to I_Language as _Language on _Language.Language = $projection.Language
association [0..1] to I_Eit_Import_Item_Status as _Code on _Code.Code = $projection.Code
{
@Search.defaultSearchElement: true
@ObjectModel.foreignKey.association: '_Code'
key cast( domvalue_l as eit_import_item_status ) as Code,
@Semantics.text: true
@ObjectModel.foreignKey.association: '_Language'
key ddlanguage as Language,
@Semantics.text: true
@Search.defaultSearchElement: true
ddtext as Description,
@ObjectModel.association.type: [#TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT]
_Code,
_Language
}
where
domname = 'EIT_IMPORT_ITEM_STATUS'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_EIT_IMPORT_ITEM_STATUS",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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