DEMO_RAP_REDEFINE_PARAM_R

DDL: DEMO_RAP_REDEFINE_PARAM_R Type: view_entity

Demo for parameter redefinition

DEMO_RAP_REDEFINE_PARAM_R is a CDS View that provides data about "Demo for parameter redefinition" in SAP S/4HANA. It reads from 1 data source (DEMO_RAP_REDEFINE_PARAM) and exposes 5 fields with key field key_field.

Data Sources (1)

SourceAliasJoin Type
DEMO_RAP_REDEFINE_PARAM DEMO_RAP_REDEFINE_PARAM projection

Annotations (2)

NameValueLevelField
EndUserText.label Demo for parameter redefinition view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY key_field key_field Key field
data_field data_field
char_field char_field
char_field_2 char_field_2
dec_field dec_field

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 DEMO_RAP_REDEFINE_PARAM_R.
-- 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 DEMO_RAP_REDEFINE_PARAM_R AS
SELECT
  key_field,
  data_field,
  char_field,
  char_field_2,
  dec_field
FROM DEMO_RAP_REDEFINE_PARAM
;