DBC2ABAP_CDS_PARAMS_PRIVILEG

DDL: DBC2ABAP_CDS_PARAMS_PRIVILEG Type: view_entity

CDS Entities in SQL1 Service Bindings

DBC2ABAP_CDS_PARAMS_PRIVILEG is a CDS View that provides data about "CDS Entities in SQL1 Service Bindings" in SAP S/4HANA. It reads from 1 data source (DBC2ABAP_CDS_PARAMETERS) and exposes 4 fields.

Data Sources (1)

SourceAliasJoin Type
DBC2ABAP_CDS_PARAMETERS DBC2ABAP_CDS_PARAMETERS from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label CDS Entities in SQL1 Service Bindings view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (4)

KeyFieldSource TableSource FieldDescription
ddic_type ddic_type Data Type
ddic_length ddic_length Text Length
ddic_label ddic_label
is_optional is_optional TRUE

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 DBC2ABAP_CDS_PARAMS_PRIVILEG.
-- 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 DBC2ABAP_CDS_PARAMS_PRIVILEG AS
SELECT
  ddic_type,
  ddic_length,
  ddic_label,
  is_optional
FROM DBC2ABAP_CDS_PARAMETERS
;