I_JITRepetitiveMfgText
JIT Repetitive Manufacturing - Text
I_JITRepetitiveMfgText is a Basic CDS View that provides data about "JIT Repetitive Manufacturing - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, RepetitiveManufacturingIsAllwd. 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_JITRepetitiveMfg | _JITRepetitiveMfg | $projection.RepetitiveManufacturingIsAllwd = _JITRepetitiveMfg.RepetitiveManufacturingIsAllwd |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | JIT Repetitive Manufacturing - Text | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | IJITREMTXT | view | |
| ObjectModel.representativeKey | RepetitiveManufacturingIsAllwd | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | ddlanguage | ||
| KEY | RepetitiveManufacturingIsAllwd | |||
| RepetitiveMfgIsAllwdText | ||||
| JITRepetitiveMfgAllwdText | ddtext | |||
| _JITRepetitiveMfg | _JITRepetitiveMfg | |||
| _Language | _Language |
@EndUserText.label: 'JIT Repetitive Manufacturing - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IJITREMTXT'
@ObjectModel.representativeKey: 'RepetitiveManufacturingIsAllwd'
@ObjectModel.usageType: { dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
define view entity I_JITRepetitiveMfgText
as select from dd07t
association [0..1] to I_JITRepetitiveMfg as _JITRepetitiveMfg on $projection.RepetitiveManufacturingIsAllwd = _JITRepetitiveMfg.RepetitiveManufacturingIsAllwd
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key ddlanguage as Language,
@ObjectModel.text.element: [ 'RepetitiveMfgIsAllwdText']
@ObjectModel.foreignKey.association: '_JITRepetitiveMfg'
key cast(substring(domvalue_l,1,1) as njit_rem_ind preserving type ) as RepetitiveManufacturingIsAllwd,
@Semantics.text: true
cast(ddtext as abap.char(100) ) as RepetitiveMfgIsAllwdText,
@Semantics.text: true
ddtext as JITRepetitiveMfgAllwdText,
_JITRepetitiveMfg,
_Language
}
where
domname = 'NJIT_REM_IND'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_JITREPETITIVEMFG",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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