SADL_RAP_RS_SO
RAP: Sales Order Root View with BDEF
SADL_RAP_RS_SO is a CDS View that provides data about "RAP: Sales Order Root View with BDEF" in SAP S/4HANA. It reads from 1 data source (sadl_rs_so_root) and exposes 5 fields with key field id. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sadl_rs_so_root | root | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | SADL_RAP_RS_SO | _self_if_active | $projection.id = _self_if_active.id and _self_if_active.act_indicator = 'X' |
| [0..*] | SADL_RAP_RS_SO_ITEM | _Items | |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADLRAPSOROOT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | RAP: Sales Order Root View with BDEF | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | id | id | ||
| buyer_id | buyer_id | |||
| seller_id | seller_id | |||
| type_code | type_code | |||
| _Items | _Items |
@AbapCatalog.sqlViewName: 'SADLRAPSOROOT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.preserveKey: true
@EndUserText.label: 'RAP: Sales Order Root View with BDEF'
define root view SADL_RAP_RS_SO as select from sadl_rs_so_root as root
composition [0..*] of SADL_RAP_RS_SO_ITEM as _Items
association [0..1] to SADL_RAP_RS_SO as _self_if_active on $projection.id = _self_if_active.id and _self_if_active.act_indicator = 'X'
{
key id,
act_indicator,
buyer_id,
seller_id,
type_code,
_Items,
_self_if_active
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SADL_RS_SO_ROOT"
],
"ASSOCIATED":
[
"SADL_RAP_RS_SO_ITEM"
],
"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