I_InspLotOfEWMSmmryCtrlText
Insp Lot Summary for Wrhs-Mngd Stock - Txt
I_InspLotOfEWMSmmryCtrlText is a Basic CDS View that provides data about "Insp Lot Summary for Wrhs-Mngd Stock - Txt" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields InspLotOfEWMSummaryControl, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IILEWMSMRYCTRLT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.representativeKey | InspLotOfEWMSummaryControl | view | |
| EndUserText.label | Insp Lot Summary for Wrhs-Mngd Stock - Txt | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspLotOfEWMSummaryControl | |||
| KEY | Language | ddlanguage | ||
| InspLotOfEWMSummaryControlText |
@AbapCatalog.sqlViewName: 'IILEWMSMRYCTRLT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.dataCategory: #TEXT
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {
dataClass: #META,
sizeCategory: #S,
serviceQuality: #A
}
@ObjectModel.representativeKey: 'InspLotOfEWMSummaryControl'
@EndUserText.label: 'Insp Lot Summary for Wrhs-Mngd Stock - Txt'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities:
[ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #SEARCHABLE_ENTITY]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_InspLotOfEWMSmmryCtrlText
as select from dd07t
{
key cast (substring ( domvalue_l, 1, 1) as qlot_control_origin_17 preserving type ) as InspLotOfEWMSummaryControl,
@Semantics.language
key ddlanguage as Language,
@Semantics.text
@Search : { defaultSearchElement: true,
fuzzinessThreshold: 0.8 }
cast( ddtext as qlot_control_origin_17_text preserving type ) as InspLotOfEWMSummaryControlText
}
where
domname = '/SCWM/DO_QDOC_CNTRL'
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"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