P_Dd03nd

DDL: P_DD03ND SQL: PDD03ND Type: view BASIC

P_Dd03nd is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd03nd) and exposes 5 fields with key fields strucobjn, nodename, fieldname, as4local, position.

Data Sources (1)

SourceAliasJoin Type
dd03nd dd03nd from

Annotations (5)

NameValueLevelField
VDM.private true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName PDD03ND view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.preserveKey true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY strucobjn strucobjn DD: Name of a structured object (e.g. entity, context)
KEY nodename nodename Node Text
KEY fieldname fieldname UI Group FieldName
KEY as4local as4local Activation State
KEY position position Test Position

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_Dd03nd.
-- 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.
-- SQL view name: PDD03ND

CREATE VIEW P_Dd03nd AS
SELECT
  strucobjn,
  nodename,
  fieldname,
  as4local,
  position
FROM dd03nd
;