I_JITRepetitiveMfg
JIT Repetitive Manufacturing
I_JITRepetitiveMfg is a Basic CDS View that provides data about "JIT Repetitive Manufacturing" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field RepetitiveManufacturingIsAllwd. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_JITRepetitiveMfgText | _Text | $projection.RepetitiveManufacturingIsAllwd = _Text.RepetitiveManufacturingIsAllwd |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | JIT Repetitive Manufacturing | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.representativeKey | RepetitiveManufacturingIsAllwd | view | |
| Analytics.technicalName | IJITREMMFG | view | |
| VDM.viewType | #BASIC | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RepetitiveManufacturingIsAllwd | |||
| _Text | _Text |
@EndUserText.label: 'JIT Repetitive Manufacturing'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: { dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #L
}
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'RepetitiveManufacturingIsAllwd'
@Analytics.technicalName: 'IJITREMMFG'
@VDM.viewType: #BASIC
define view entity I_JITRepetitiveMfg
as select from dd07l
association [0..*] to I_JITRepetitiveMfgText as _Text on $projection.RepetitiveManufacturingIsAllwd = _Text.RepetitiveManufacturingIsAllwd
{
@ObjectModel.text.association: '_Text'
key cast(substring( dd07l.domvalue_l, 1, 1) as njit_rem_ind preserving type) as RepetitiveManufacturingIsAllwd,
_Text
}
where
domname = 'NJIT_REM_IND'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_JITREPETITIVEMFGTEXT"
],
"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