B_APS_COM_CS_D2_ROOT
Communication System Draft 2.0 root view
B_APS_COM_CS_D2_ROOT is a CDS View that provides data about "Communication System Draft 2.0 root view" in SAP S/4HANA. It reads from 1 data source (aps_cs_d_root) and exposes 3 fields with key field db_key. Part of development package SR_APS_COM_CS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| aps_cs_d_root | Document | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | APS_COM_CS_B | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Communication System Draft 2.0 root view | view | |
| ObjectModel.compositionRoot | true | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| AbapCatalog.preserveKey | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | db_key | aps_cs_d_root | db_key | |
| CommSyst | aps_cs_d_root | commsyst | ||
| IntermediateDocLogicalSystem | aps_cs_d_root | intermediatedoclogicalsystem |
@AbapCatalog.sqlViewName: 'APS_COM_CS_B'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Communication System Draft 2.0 root view'
@ObjectModel.compositionRoot: true
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.preserveKey: true
define view B_APS_COM_CS_D2_ROOT
as select from aps_cs_d_root as Document
{
key Document.db_key,
Document.commsyst as CommSyst,
Document.intermediatedoclogicalsystem as IntermediateDocLogicalSystem
}
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