/ltb/i_mc_pe_ana_step_seq

DDL: /LTB/I_MC_PE_ANA_STEP_SEQ Type: view_entity

Step Sequence Definition

/ltb/i_mc_pe_ana_step_seq is a CDS View that provides data about "Step Sequence Definition" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field StepSeq. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] /ltb/i_mc_pe_ana_step_seqt _StepSeqText $projection.StepSeq = _StepSeqText.StepSeq

Annotations (6)

NameValueLevelField
EndUserText.label Step Sequence Definition view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY StepSeq Lower Value
_StepSeqText _StepSeqText

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 /ltb/i_mc_pe_ana_step_seq.
-- 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 /ltb/i_mc_pe_ana_step_seq AS
SELECT
  cast( domvalue_l as abap.int4 ) AS StepSeq
FROM dd07l
LEFT OUTER JOIN /ltb/i_mc_pe_ana_step_seqt AS _StepSeqText ON StepSeq = _StepSeqText.StepSeq  -- association [0..*]
;