I_GoodsMovementTypeStdVH
Goods movement types standard value help
I_GoodsMovementTypeStdVH is a Basic CDS View (Dimension) that provides data about "Goods movement types standard value help" in SAP S/4HANA. It reads from 1 data source (I_GoodsMovementType) and exposes 2 fields with key field GoodsMovementType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_GoodsMovementType | I_GoodsMovementType | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IGDSMVTTYPESTDVH | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Goods movement types standard value help | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | GoodsMovementType | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | GoodsMovementType | GoodsMovementType | ||
| GoodsMovementTypeName |
@AbapCatalog: {
sqlViewName: 'IGDSMVTTYPESTDVH',
preserveKey: true,
compiler.compareFilter: true
}
@EndUserText.label: 'Goods movement types standard value help'
@ObjectModel: {
usageType: {
sizeCategory: #S,
serviceQuality: #A,
dataClass:#CUSTOMIZING
},
representativeKey: 'GoodsMovementType'
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Analytics: {
dataCategory: #DIMENSION,
internalName: #LOCAL
}
@Search.searchable: true
@Metadata: {
ignorePropagatedAnnotations: true
}
define view I_GoodsMovementTypeStdVH
as select from I_GoodsMovementType
{
@ObjectModel: {
text: {
element:['GoodsMovementTypeName']
}
}
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #HIGH
}
key GoodsMovementType,
@Semantics.text: true
_Text[1:Language=$session.system_language].GoodsMovementTypeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_GOODSMOVEMENTTYPE",
"I_GOODSMOVEMENTTYPET"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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