SDDIC_TEST_ELM_INFO_ENTITY_BUF

DDL: SDDIC_TEST_ELM_INFO_ENTITY_BUF Type: view_entity

Test Object; Do not change!

SDDIC_TEST_ELM_INFO_ENTITY_BUF is a CDS View that provides data about "Test Object; Do not change!" in SAP S/4HANA. It reads from 1 data source (tadir) and exposes 4 fields with key fields Author, ObjectType.

Data Sources (1)

SourceAliasJoin Type
tadir tadir from

Annotations (2)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Test Object; Do not change! view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Author tadir author User Name
KEY ObjectType tadir object TRFM Object
ObjectName tadir obj_name Object Name
DevelopmentPackage tadir devclass Package (Obsolete)

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 SDDIC_TEST_ELM_INFO_ENTITY_BUF.
-- 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 SDDIC_TEST_ELM_INFO_ENTITY_BUF AS
SELECT
  tadir.author AS Author,
  tadir.object AS ObjectType,
  tadir.obj_name AS ObjectName,
  tadir.devclass AS DevelopmentPackage
FROM tadir
;