GSM_I_MS_ATI_R

DDL: GSM_I_MS_ATI_R SQL: GSMIMSATIR Type: view Package: S_GSM_MS

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)

SourceAliasJoin Type
t000 _t000 cross

Annotations (7)

NameValueLevelField
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

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY mandt t000 mandt
KEY ATTRIBUTES_ID _gsm_ati attributes_id
KEY ATTRIBUTE_ID _gsm_ati attribute_id
VALUE _gsm_ati value
@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