I_Scbo_ILM_Status_Text
Text for ILM Status
I_Scbo_ILM_Status_Text is a CDS View that provides data about "Text for ILM Status" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 3 fields with key fields language, code. Part of development package S_CBO_MODEL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07v | dd07v | from |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | I_SCBO_ILM_S_T_V | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Text for ILM Status | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | language | ddlanguage | ||
| KEY | code | domvalue_l | ||
| description | ddtext |
@AbapCatalog.sqlViewName: 'I_SCBO_ILM_S_T_V'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Text for ILM Status'
define view I_Scbo_ILM_Status_Text
as select from dd07v
{
@Semantics.language: true
key ddlanguage as language,
@ObjectModel.text.element:['description']
key domvalue_l as code,
@Semantics.text:true
ddtext as description
}
where
domname = 'SCBO_ILM_STATUS'
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