DDCDS_USED_SESSION_VARIABLE

DDL: DDCDS_USED_SESSION_VARIABLE Type: view_entity

CDS: Acronyms for used session variables

DDCDS_USED_SESSION_VARIABLE is a CDS View that provides data about "CDS: Acronyms for used session variables" in SAP S/4HANA. It reads from 1 data source (dd02bnd) and exposes 3 fields with key fields strucobjn, nodename, as4local.

Data Sources (1)

SourceAliasJoin Type
dd02bnd dd02bnd from

Annotations (2)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label CDS: Acronyms for used session variables view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY strucobjn strucobjn DD: Name of a structured object (e.g. entity, context)
KEY nodename nodename Node Text
KEY as4local as4local Activation State

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 DDCDS_USED_SESSION_VARIABLE.
-- 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 DDCDS_USED_SESSION_VARIABLE AS
SELECT
  strucobjn,
  nodename,
  as4local
FROM dd02bnd
;