I_SiteMasterCustomizing

DDL: I_SITEMASTERCUSTOMIZING SQL: ISMC Type: view BASIC

Site Master Customizing

I_SiteMasterCustomizing is a Basic CDS View that provides data about "Site Master Customizing" in SAP S/4HANA. It reads from 1 data source (rfm_site_c_wrf1) and exposes 6 fields with key field Site.

Data Sources (1)

SourceAliasJoin Type
rfm_site_c_wrf1 rfm_site_c_wrf1 from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ISMC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Site Master Customizing view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Site werks
SiteProfile betrp
PointOfSaleInboundProfile inpro
PointOfSaleOutboundProfile kopro
PointOfSaleCurrency posws
OrderConversionIsAutomatic autob
@AbapCatalog.sqlViewName: 'ISMC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Site Master Customizing'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #D,
     sizeCategory:   #S
   }
}
define view I_SiteMasterCustomizing
  as select from rfm_site_c_wrf1
{
  key werks as Site,
      betrp as SiteProfile,
      //      vkorg as SalesOrganization,

      //      vtweg as DistributionChannel,

      inpro as PointOfSaleInboundProfile,
      kopro as PointOfSaleOutboundProfile,
      posws as PointOfSaleCurrency,
      autob as OrderConversionIsAutomatic
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"RFM_SITE_C_WRF1"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/