I_JITSupplyControlStatusText
JIT Supply Control Status - Text
I_JITSupplyControlStatusText is a Basic CDS View that provides data about "JIT Supply Control Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, JITSupplyControlStatus. 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 | $projection.Language = _Language.Language |
| [0..1] | I_JITSupplyControlStatus | _JITSupplyControlStatus | $projection.JITSupplyControlStatus = _JITSupplyControlStatus.JITSupplyControlStatus |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.technicalName | IJITSCSTATUSTXT | view | |
| EndUserText.label | JIT Supply Control Status - Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | JITSupplyControlStatus | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | ddlanguage | ||
| KEY | JITSupplyControlStatus | |||
| JITSupplyControlStatusText | ddtext | |||
| _Language | _Language | |||
| _JITSupplyControlStatus | _JITSupplyControlStatus |
@AccessControl.authorizationCheck : #NOT_REQUIRED
@Analytics.technicalName : 'IJITSCSTATUSTXT'
@EndUserText.label : 'JIT Supply Control Status - Text'
@ObjectModel : { dataCategory : #TEXT,
modelingPattern : #LANGUAGE_DEPENDENT_TEXT,
representativeKey : 'JITSupplyControlStatus',
resultSet.sizeCategory : #XS,
supportedCapabilities : [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ],
usageType : { dataClass : #META,
serviceQuality : #A,
sizeCategory : #S
}
}
@Search.searchable : true
@VDM.viewType : #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
/*+[hideWarning] { "IDS" : [ "KEY_CHECK/code>*/
define view entity I_JITSupplyControlStatusText
/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] } */
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] } */
association [0..1] to I_JITSupplyControlStatus as _JITSupplyControlStatus on $projection.JITSupplyControlStatus = _JITSupplyControlStatus.JITSupplyControlStatus
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key ddlanguage as Language,
@ObjectModel.foreignKey.association: '_JITSupplyControlStatus'
@ObjectModel.text.element: ['JITSupplyControlStatusText']
key cast ( substring( domvalue_l, 1, 1 ) as njit_supply_control_status preserving type ) as JITSupplyControlStatus,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Semantics.text: true
ddtext as JITSupplyControlStatusText,
_Language,
_JITSupplyControlStatus
}
where
domname = 'NJIT_SUPPLY_CONTROL_STATUS'
and as4local = 'A'
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