SHSM_SHP_VIEW_GDRC
CDS-based Value Help Selection Method SHP_VIEW_GDRC
SHSM_SHP_VIEW_GDRC is a CDS View that provides data about "CDS-based Value Help Selection Method SHP_VIEW_GDRC" in SAP S/4HANA. It reads from 2 data sources (lfa1, shp_idx_gdrc) and exposes 9 fields with key field vbeln.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| lfa1 | lfa1 | left_outer |
| shp_idx_gdrc | shp_idx_gdrc | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SHSMSHPVIEWGDRC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | CDS-based Value Help Selection Method SHP_VIEW_GDRC | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | vbeln | shp_idx_gdrc | vbeln | |
| lfdat | shp_idx_gdrc | lfdat | ||
| vstel | shp_idx_gdrc | vstel | ||
| traid | shp_idx_gdrc | traid | ||
| lifnr | shp_idx_gdrc | lifnr | ||
| lifex | shp_idx_gdrc | lifex | ||
| kostk | shp_idx_gdrc | kostk | ||
| lvstk | shp_idx_gdrc | lvstk | ||
| begru |
@AbapCatalog.sqlViewName: 'SHSMSHPVIEWGDRC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ClientHandling.algorithm : #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.dataCategory: #VALUE_HELP
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'CDS-based Value Help Selection Method SHP_VIEW_GDRC'
define view SHSM_SHP_VIEW_GDRC
as select from shp_idx_gdrc
left outer join lfa1 on shp_idx_gdrc.lifnr = lfa1.lifnr //n_3238462
{
key shp_idx_gdrc.vbeln,
shp_idx_gdrc.lfdat,
shp_idx_gdrc.vstel,
shp_idx_gdrc.traid,
shp_idx_gdrc.lifnr,
shp_idx_gdrc.lifex,
shp_idx_gdrc.kostk,
shp_idx_gdrc.lvstk,
@Consumption.hidden:true
coalesce( lfa1.begru, '') as begru //n_3238462
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LFA1",
"SHP_IDX_GDRC"
],
"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