FAC_AD_CDS_SYMB_ACCT

DDL: FAC_AD_CDS_SYMB_ACCT SQL: FACADV_SYMB_ACCT Type: view

CDS View for Symbolic Account

FAC_AD_CDS_SYMB_ACCT is a CDS View that provides data about "CDS View for Symbolic Account" in SAP S/4HANA. It reads from 1 data source (t030) and exposes 1 field with key field ktopl.

Data Sources (1)

SourceAliasJoin Type
t030 t030 from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName FACADV_SYMB_ACCT view
ClientHandling.type #CLIENT_DEPENDENT view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label CDS View for Symbolic Account view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #B view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ktopl t030 ktopl
@AbapCatalog.sqlViewName: 'FACADV_SYMB_ACCT'
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CDS View for Symbolic Account'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass:  #MIXED
@ObjectModel.usageType.serviceQuality: #B

/* t52* tables are not avalible because Employee Carve Out, so this CDS view is not in use. */
define view FAC_AD_CDS_SYMB_ACCT
/* dummy code */
  as select  
  from t030
  {
    key t030.ktopl 
  }
/* backup */
//  from t52ek 

//       inner join  t52ep  on  t52ep.koart  =  t52ek.koart 

//       inner join  t52ekt on  t52ekt.symko =  t52ek.symko 

//                         and  t52ekt.sprsl = $session.system_language

//{

//  key t52ek.symko   as symb_acct,

//      t52ekt.text   as symb_acct_text,

//      t52ep.kttyp   as symb_acct_type

//}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T030"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/