SADL_CDS_RS_Addr_Par_Drv_Sysvi

DDL: SADL_CDS_RS_ADDR_PAR_DRV_SYSVI SQL: SADL_SQL_SO_ADSI Type: view Package: SADL_GW_RT_DPC

Reference Scenario: Derivation Test

SADL_CDS_RS_Addr_Par_Drv_Sysvi is a CDS View that provides data about "Reference Scenario: Derivation Test" in SAP S/4HANA. It reads from 1 data source (sadl_rs_bp_addr) and exposes 3 fields. Part of development package SADL_GW_RT_DPC.

Data Sources (1)

SourceAliasJoin Type
sadl_rs_bp_addr root from

Parameters (1)

NameTypeDefault
p_bp_id sadl_rs_id

Annotations (4)

NameValueLevelField
AbapCatalog.sqlViewName SADL_SQL_SO_ADSI view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Reference Scenario: Derivation Test view

Fields (3)

KeyFieldSource TableSource FieldDescription
resultElementBusinessPartnerID
parent_id parent_id UUID
type_code type_code Type Code

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view SADL_CDS_RS_Addr_Par_Drv_Sysvi.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: SADL_SQL_SO_ADSI
-- Parameters: p_bp_id : sadl_rs_id

CREATE VIEW SADL_CDS_RS_Addr_Par_Drv_Sysvi AS
SELECT
  resultElement: 'BusinessPartnerID' AS resultElementBusinessPartnerID,
  parent_id,
  type_code
FROM sadl_rs_bp_addr AS root
;