I_Language
Language
I_Language is a Basic CDS View (Dimension) that provides data about "Language" in SAP S/4HANA. It reads from 1 data source (t002) and exposes 3 fields with key field Language. It has 1 association to related views. It is exposed through 15 OData services (C_SALESORDERMANAGE_SD, EHDGM_UI_SUBSTANCETECHNAME, UI_CREDITMEMOREQUESTMANAGE, ...). It is used in 2 Fiori applications: Manage Technical Names for Substance, Manage Work Views. Part of development package STRO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t002 | t002 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_LanguageText | _Text | $projection.Language = _Text.LanguageCode |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ILanguage | view | |
| EndUserText.label | Language | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | Language | view | |
| Search.searchable | true | view |
OData Services (15)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| C_SALESORDERMANAGE_SD | C_SALESORDERMANAGE_SRV | V4 | C1 | NOT_RELEASED |
| EHDGM_UI_SUBSTANCETECHNAME | EHDGM_UI_SUBSTANCETECHNAME | V2 | C1 | NOT_RELEASED |
| UI_CREDITMEMOREQUESTMANAGE | UI_CREDITMEMOREQUESTMANAGE | V4 | C1 | NOT_RELEASED |
| UI_CUSTOMERRETURNMANAGE | UI_CUSTOMERRETURNMANAGE | V4 | C1 | NOT_RELEASED |
| UI_CUSTPROJSALESORDERMANAGE | UI_CUSTPROJSALESORDERMANAGE | V4 | C1 | NOT_RELEASED |
| UI_DEBITMEMOREQUESTMANAGE | UI_DEBITMEMOREQUESTMANAGE | V4 | C1 | NOT_RELEASED |
| UI_EHS_FND_CRR_OVERVIEW | UI_EHS_FND_CRR_OVERVIEW | V2 | C1 | NOT_RELEASED |
| UI_INBOUNDDELIVERYMANAGE | UI_INBOUNDDELIVERYMANAGE | V4 | C1 | NOT_RELEASED |
| UI_PRELIMBILLINGDOCUMENT_F6990 | UI_PRELIMBILLINGDOCUMENT_F6990 | V4 | C1 | NOT_RELEASED |
| UI_PRODCMPLNCCONFIGNFORLABELS | UI_PRODCMPLNCCONFIGNFORLBL | V4 | C1 | NOT_RELEASED |
| UI_SALESCONTRACTMANAGE | UI_SALESCONTRACTMANAGE | V4 | C1 | NOT_RELEASED |
| UI_SALESQUOTATIONMANAGE | UI_SALESQUOTATIONMANAGE | V4 | C1 | NOT_RELEASED |
| UI_SLSORDERWITHOUTCHARGEMANAGE | UI_SLSORDERWITHOUTCHARGEMANAGE | V4 | C1 | NOT_RELEASED |
| UI_TRCMDTYCDMANAGE | UI_TRCMDTYCDMANAGE | V4 | C1 | NOT_RELEASED |
| UI_WORKVIEW_MANAGE | UI_WORKVIEW_MANAGE_O2 | V2 | C1 | NOT_RELEASED |
Fiori Apps (2)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5261 | Manage Technical Names for Substance | Transactional | An Application to manage Technical Names for substnaces that have to be shown in the Dangerous Goods Description of product classified as a Dangerous Good |
| F5798 | Manage Work Views | Transactional |
Manage Technical Names for Substance
Business Role: Dangerous Goods Specialist - Product Compliance
Manage Work Views
Business Role: Product Stewardship Specialist - Product Compliance
With this feature, you can define and provide standard work views for all users. For easy data maintenance, you can organize different basic data and compliance assessments within a work view. These views are maintained centrally and can only be changed by privileged users.
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| _Text | _Text | |||
| LanguageISOCode | laiso |
@AbapCatalog.sqlViewName: 'ILanguage'
@EndUserText.label: 'Language'
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'Language'
@Search.searchable: true
define view I_Language as select from t002
association [0..*] to I_LanguageText as _Text
on $projection.Language = _Text.LanguageCode
{
@ObjectModel.text.association: '_Text'
key spras as Language,
_Text,
@Search.defaultSearchElement: true
laiso as LanguageISOCode
}
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