FAC_AD_CDS_SYMB_ACCT
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)
| Source | Alias | Join Type |
|---|---|---|
| t030 | t030 | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA