I_InspectionLotOriginText
Inspection Lot Origin - Text
I_InspectionLotOriginText is a Basic CDS View (Dimension) that provides data about "Inspection Lot Origin - Text" in SAP S/4HANA. It reads from 1 data source (tq31t) and exposes 3 fields with key fields InspectionLotOrigin, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq31t | tq31t | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IINSPLOTORIGINT | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | Inspection Lot Origin - Text | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | InspectionLotOrigin | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
@AbapCatalog.sqlViewName: 'IINSPLOTORIGINT'
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Inspection Lot Origin - Text'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.supportedCapabilities:
[ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT ]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel: {
usageType: {
dataClass: #META,
sizeCategory: #M,
serviceQuality: #A
},
dataCategory: #TEXT,
representativeKey: 'InspectionLotOrigin'
}
@Metadata.ignorePropagatedAnnotations: true
define view I_InspectionLotOriginText as select from tq31t
{
key tq31t.herkunft as InspectionLotOrigin,
@Semantics.language: true
key tq31t.sprache as Language,
@Semantics.text: true
tq31t.herktxt as InspectionLotOriginText
}
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