I_SiteControllingArea

DDL: I_SITECONTROLLINGAREA SQL: ISITECNTRLAREA Type: view BASIC

Site Controlling Area

I_SiteControllingArea is a Basic CDS View that provides data about "Site Controlling Area" in SAP S/4HANA. It reads from 1 data source (tka02) and exposes 2 fields with key field CompanyCode.

Data Sources (1)

SourceAliasJoin Type
tka02 tka02 from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ISITECNTRLAREA view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Site Controlling Area view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey CompanyCode view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode bukrs
ControllingArea kokrs
@AbapCatalog.sqlViewName: 'ISITECNTRLAREA'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Site Controlling Area'
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #BASIC
@ObjectModel: {
    usageType: {
      serviceQuality: #C,
      sizeCategory: #L,
      dataClass: #MASTER
    }
}
@ObjectModel.representativeKey: 'CompanyCode'

define view I_SiteControllingArea as select from tka02 
{
  key bukrs as CompanyCode,
  kokrs as ControllingArea
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TKA02"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/