C_ElectronicDocProcActionTxtTP

DDL: C_ELECTRONICDOCPROCACTIONTXTTP Type: view_entity CONSUMPTION Package: APPL_GLO_EDO_ODATA_PM

Edoc Proc Stecific Action Var Desc

C_ElectronicDocProcActionTxtTP is a Consumption CDS View that provides data about "Edoc Proc Stecific Action Var Desc" in SAP S/4HANA. It reads from 1 data source (I_ElectronicDocProcActionTxtTP) and exposes 6 fields with key fields ElectronicDocProcess, ElectronicDocAction, ElectronicDocActionVariant, Language. Part of development package APPL_GLO_EDO_ODATA_PM.

Data Sources (1)

SourceAliasJoin Type
I_ElectronicDocProcActionTxtTP I_ElectronicDocProcActionTxtTP projection

Annotations (8)

NameValueLevelField
EndUserText.label Edoc Proc Stecific Action Var Desc view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY ElectronicDocProcess ElectronicDocProcess
KEY ElectronicDocAction ElectronicDocAction
KEY ElectronicDocActionVariant ElectronicDocActionVariant
KEY Language Language Report Text Language
ElectronicDocActionVariantText ElectronicDocActionVariantText
_ElectronicDocProcAction _ElectronicDocProcAction

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_ElectronicDocProcActionTxtTP.
-- 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_ElectronicDocProcActionTxtTP AS
SELECT
  ElectronicDocProcess,
  ElectronicDocAction,
  ElectronicDocActionVariant,
  Language,
  ElectronicDocActionVariantText
FROM I_ElectronicDocProcActionTxtTP
;