SHSM_SHP_VIEW_ROGR
CDS-based Value Help Selection Method SHP_VIEW_ROGR
SHSM_SHP_VIEW_ROGR is a CDS View that provides data about "CDS-based Value Help Selection Method SHP_VIEW_ROGR" in SAP S/4HANA. It reads from 2 data sources (shp_idx_rogr, I_Supplier) and exposes 7 fields with key field vbeln. It has 1 association to related views. Part of development package LE_SHP_DB_INTERFACE.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| shp_idx_rogr | RoughGoodsReceipt | from |
| I_Supplier | Supplier | inner |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1] | likp | _Delivery | _Delivery.vbeln = RoughGoodsReceipt.vbeln |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SHSMSHPVIEWROGR | 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 | #C | 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_ROGR | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | vbeln | shp_idx_rogr | vbeln | |
| lifnr | shp_idx_rogr | lifnr | ||
| lfdat | shp_idx_rogr | lfdat | ||
| werks | shp_idx_rogr | werks | ||
| verur | shp_idx_rogr | verur | ||
| BEGRU | I_Supplier | AuthorizationGroup | ||
| vstel | _Delivery | vstel |
@AbapCatalog.sqlViewName: 'SHSMSHPVIEWROGR'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ClientHandling.algorithm : #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #C
@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_ROGR'
define view SHSM_SHP_VIEW_ROGR
as select from shp_idx_rogr as RoughGoodsReceipt
inner join I_Supplier as Supplier on RoughGoodsReceipt.lifnr = Supplier.Supplier
association [1] to likp as _Delivery on _Delivery.vbeln = RoughGoodsReceipt.vbeln
{
key RoughGoodsReceipt.vbeln,
RoughGoodsReceipt.lifnr,
RoughGoodsReceipt.lfdat,
RoughGoodsReceipt.werks,
RoughGoodsReceipt.verur,
Supplier.AuthorizationGroup as BEGRU,
@Consumption.hidden: true
_Delivery.vstel
}
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