P_SADL_RS_SO_ROOT_BHV

DDL: P_SADL_RS_SO_ROOT_BHV Type: view_entity

Sales Order (Projection)

P_SADL_RS_SO_ROOT_BHV is a CDS View that provides data about "Sales Order (Projection)" in SAP S/4HANA. It reads from 1 data source (SADL_RS_SO_ROOT_BHV) and exposes 4 fields with key field id.

Data Sources (1)

SourceAliasJoin Type
SADL_RS_SO_ROOT_BHV SADL_RS_SO_ROOT_BHV projection

Annotations (2)

NameValueLevelField
EndUserText.label Sales Order (Projection) view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY id id WorklistID
seller_id seller_id Identifier
buyer_id buyer_id Identifier
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 P_SADL_RS_SO_ROOT_BHV.
-- 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.

CREATE VIEW P_SADL_RS_SO_ROOT_BHV AS
SELECT
  id,
  seller_id,
  buyer_id,
  type_code
FROM SADL_RS_SO_ROOT_BHV
;