GSM_I_MS_ATI_R
GSM-MS: CDS-View on GSM_V_MS_ATI
GSM_I_MS_ATI_R is a CDS View that provides data about "GSM-MS: CDS-View on GSM_V_MS_ATI" in SAP S/4HANA. It reads from 1 data source (t000) and exposes 4 fields with key fields mandt, ATTRIBUTES_ID, ATTRIBUTE_ID. Part of development package S_GSM_MS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t000 | _t000 | cross |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | GSMIMSATIR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | GSM-MS: CDS-View on GSM_V_MS_ATI | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
@AbapCatalog.sqlViewName: 'GSMIMSATIR'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'GSM-MS: CDS-View on GSM_V_MS_ATI'
@Metadata.ignorePropagatedAnnotations: true
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
define view GSM_I_MS_ATI_R
as select distinct from gsm_v_ms_ati as _gsm_ati
cross join t000 as _t000
{
key _t000.mandt,
key _gsm_ati.attributes_id as ATTRIBUTES_ID,
key _gsm_ati.attribute_id as ATTRIBUTE_ID,
_gsm_ati.value as VALUE
}
where
_t000.mandt = $session.client
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