I_MaintMblApplDataStoreTypeVH

DDL: I_MAINTMBLAPPLDATASTORETYPEVH Type: view_entity BASIC

Mobile Application Data Store Type

I_MaintMblApplDataStoreTypeVH is a Basic CDS View that provides data about "Mobile Application Data Store Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field MaintMblApplDataStoreType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MaintMblApplDtaStoreTypeText _Text _Text.MaintMblApplDataStoreType = $projection.MaintMblApplDataStoreType

Annotations (10)

NameValueLevelField
Analytics.technicalName IMBLAPPLDTASTORETPVH view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Mobile Application Data Store Type view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey MaintMblApplDataStoreType view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaintMblApplDataStoreType
_Text _Text
@Analytics.technicalName: 'IMBLAPPLDTASTORETPVH'
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Mobile Application Data Store Type'
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  representativeKey: 'MaintMblApplDataStoreType',
  resultSet.sizeCategory: #XS,
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #A,
    sizeCategory: #M
  }
}

@VDM.viewType: #BASIC

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view entity I_MaintMblApplDataStoreTypeVH
  as select from dd07l

  association [0..*] to I_MaintMblApplDtaStoreTypeText as _Text on _Text.MaintMblApplDataStoreType = $projection.MaintMblApplDataStoreType
{
      @ObjectModel.text.association: '_Text'
      @UI.textArrangement: #TEXT_ONLY
  key cast( domvalue_l as /smfnd/dsf_store_type_dte ) as MaintMblApplDataStoreType,

      _Text
}
where
      domname  = '/SMFND/DSF_STORE_TYPE'
  and as4local = 'A'
  and as4vers  = '0000'