I_InspLotDynamicLevelText
Dynamic modification level Text
I_InspLotDynamicLevelText is a Basic CDS View that provides data about "Dynamic modification level Text" in SAP S/4HANA. It reads from 1 data source (tq39l) and exposes 5 fields with key fields InspectionLotDynamicLevel, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq39l | tq39l | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [1..1] | I_InspectionLotDynamicLevel | _InspectionLotDynamicLevel | $projection.InspectionLotDynamicLevel = _InspectionLotDynamicLevel.InspectionLotDynamicLevel |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Dynamic modification level Text | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | IINSPDYNMODLVLT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | InspectionLotDynamicLevel | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionLotDynamicLevel | |||
| KEY | Language | sprache | ||
| InspectionLotDynamicLevelText | kurztext | |||
| _InspectionLotDynamicLevel | _InspectionLotDynamicLevel | |||
| _Language | _Language |
@EndUserText.label: 'Dynamic modification level Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IINSPDYNMODLVLT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'InspectionLotDynamicLevel'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #CUSTOMIZING }
define view I_InspLotDynamicLevelText
as select from tq39l
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [1..1] to I_InspectionLotDynamicLevel as _InspectionLotDynamicLevel on $projection.InspectionLotDynamicLevel = _InspectionLotDynamicLevel.InspectionLotDynamicLevel
{
key cast( dynlevel as vdm_qdynhead preserving type ) as InspectionLotDynamicLevel,
@Semantics.language: true
key sprache as Language,
@Semantics.text: true
kurztext as InspectionLotDynamicLevelText,
_InspectionLotDynamicLevel,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQ39L"
],
"ASSOCIATED":
[
"I_INSPECTIONLOTDYNAMICLEVEL",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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