I_InternalOrderTypeStdVH
Internal Order Type
I_InternalOrderTypeStdVH is a Composite CDS View that provides data about "Internal Order Type" in SAP S/4HANA. It reads from 1 data source (I_InternalOrderType) and exposes 3 fields with key field OrderType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InternalOrderType | I_InternalOrderType | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFIIOT__VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | OrderType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.type | #CLIENT_DEPENDENT | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| EndUserText.label | Internal Order Type | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrderType | OrderType | ||
| OrderTypeName | ||||
| _Text | _Text |
//GENERATED:005:29JlHNUf7jY4iZG9W14mV0
@AbapCatalog.sqlViewName: 'IFIIOT__VH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'OrderType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_Text']
@ClientHandling.type: #CLIENT_DEPENDENT
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@Consumption.ranked: true
@EndUserText.label: 'Internal Order Type'
define view I_InternalOrderTypeStdVH as select from I_InternalOrderType {
@ObjectModel.text.association: '_Text'
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
key OrderType,
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }
@UI.hidden: true
_Text[1:Language = $session.system_language].OrderTypeName,
_Text
} where OrderCategory = '01'
or OrderCategory = '02';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INTERNALORDERTYPE",
"I_INTERNALORDERTYPETEXT"
],
"ASSOCIATED":
[
"I_INTERNALORDERTYPETEXT"
],
"BASE":
[
"I_INTERNALORDERTYPE"
],
"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