C_EDocProcStpRsltTxtTP

DDL: C_EDOCPROCSTPRSLTTXTTP Type: view_entity CONSUMPTION

eDocument Process Step Result Desc

C_EDocProcStpRsltTxtTP is a Consumption CDS View that provides data about "eDocument Process Step Result Desc" in SAP S/4HANA. It reads from 1 data source (I_EDocProcStpRsltTxtTP) and exposes 8 fields with key fields ElectronicDocProcess, ElectronicDocProcessVersion, ElectronicDocProcessStep, ElectronicDocProcStepResult, Language.

Data Sources (1)

SourceAliasJoin Type
I_EDocProcStpRsltTxtTP I_EDocProcStpRsltTxtTP projection

Annotations (8)

NameValueLevelField
EndUserText.label eDocument Process Step Result Desc view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #TEXT view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY ElectronicDocProcess ElectronicDocProcess
KEY ElectronicDocProcessVersion ElectronicDocProcessVersion
KEY ElectronicDocProcessStep ElectronicDocProcessStep
KEY ElectronicDocProcStepResult ElectronicDocProcStepResult
KEY Language Language Report Text Language
ElectronicDocProcStepResultTxt ElectronicDocProcStepResultTxt
_ElectronicDocProcStepRslt _ElectronicDocProcStepRslt
_Language _Language

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 C_EDocProcStpRsltTxtTP.
-- 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 C_EDocProcStpRsltTxtTP AS
SELECT
  ElectronicDocProcess,
  ElectronicDocProcessVersion,
  ElectronicDocProcessStep,
  ElectronicDocProcStepResult,
  Language,
  ElectronicDocProcStepResultTxt
FROM I_EDocProcStpRsltTxtTP
;