I_SiteProfile

DDL: I_SITEPROFILE SQL: ISITEPROFILE Type: view BASIC

CDS view for Site Profile

I_SiteProfile is a Basic CDS View that provides data about "CDS view for Site Profile" in SAP S/4HANA. It reads from 1 data source (twrf2) and exposes 6 fields with key field SiteProfile.

Data Sources (1)

SourceAliasJoin Type
twrf2 twrf2 from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ISITEPROFILE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label CDS view for Site Profile view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY SiteProfile betrp
ReferenceSite ref_wkfil
SiteCategory vlfkz
SiteIsWithSupplier site_with_bp_grp_suppl
BusinessPartnerGrouping bp_grp_site
BusinessPartnerRoleGrouping rltgr
@AbapCatalog.sqlViewName: 'ISITEPROFILE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CDS view for Site Profile'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel: {
   usageType: {
     dataClass:  #CUSTOMIZING,
     serviceQuality: #C,
     sizeCategory:   #M
   }
}
define view I_SiteProfile 
    as select from twrf2
{
  key betrp                  as SiteProfile,
      ref_wkfil              as ReferenceSite,
      vlfkz                  as SiteCategory,
      site_with_bp_grp_suppl as SiteIsWithSupplier,
      bp_grp_site            as BusinessPartnerGrouping,
      rltgr                  as BusinessPartnerRoleGrouping
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TWRF2"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/