I_StoreValueHelp

DDL: I_STOREVALUEHELP Type: view_entity COMPOSITE

Store

I_StoreValueHelp is a Composite CDS View that provides data about "Store" in SAP S/4HANA. It reads from 1 data source (I_Site) and exposes 10 fields with key field Site. It is exposed through 1 OData service (UI_RFM_USER_ASSIGN_EXPL_ASM).

Data Sources (1)

SourceAliasJoin Type
I_Site I_Site from

Annotations (10)

NameValueLevelField
EndUserText.label Store view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view
Search.searchable true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_RFM_USER_ASSIGN_EXPL_ASM UI_RFM_USR_ASSIGN_EXPL_ASM V2 C1 NOT_RELEASED

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY Site Store ID
SiteName SiteName Store Name
SiteCustomer
SalesOrganization SalesOrganization
SalesOrganizationName
DistributionChannel DistributionChannel
DistributionChannelName
_Customer _Customer
_SalesOrganization _SalesOrganization
_DistributionChannel _DistributionChannel
@EndUserText.label: 'Store'

@AccessControl: {
  authorizationCheck: #CHECK,
  personalData.blocking: #NOT_REQUIRED
}
@VDM.viewType: #COMPOSITE
@ObjectModel: {
    usageType.serviceQuality: #C,
    usageType.sizeCategory:   #S,
    usageType.dataClass:      #MASTER,
    dataCategory: #VALUE_HELP
}
@Consumption.ranked: true
@Search.searchable: true
define  view entity I_StoreValueHelp
  as select from I_Site
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @EndUserText.label: 'Store ID'
  key cast ( Site as rfm_asm_store preserving type )        as Site,
      @Search.ranking: #LOW
      @Semantics.text:true
      @EndUserText.label: 'Store Name'
      SiteName,
      @Search.ranking: #LOW
      cast ( SiteCustomer as rfm_asm_store_customer preserving type )        as SiteCustomer,
      @Search.ranking: #LOW
      @ObjectModel.text.element: ['SalesOrganizationName']
      SalesOrganization,
      @Semantics.text:true
      @Search.ranking: #LOW
      _SalesOrganization._Text[1:Language = $session.system_language].SalesOrganizationName,
      @Search.ranking: #LOW
      @ObjectModel.text.element: ['DistributionChannelName']
      DistributionChannel,
      @Semantics.text:true
      @Search.ranking: #LOW
      _DistributionChannel._Text[1:Language = $session.system_language].DistributionChannelName, 

      _Customer,
      _SalesOrganization,
      _DistributionChannel
}
where
  SiteCategory = 'A'