I_PE_EDocProcessVH

DDL: I_PE_EDOCPROCESSVH Type: view BASIC Package: GLO-EDO-PE

Peru eDocument Process

I_PE_EDocProcessVH is a Basic CDS View that provides data about "Peru eDocument Process" in SAP S/4HANA. It reads from 1 data source (I_ElectronicDocProcess) and exposes 4 fields with key field ElectronicDocProcess. It has 1 association to related views. It is exposed through 1 OData service (ASQL_F7478). Part of development package GLO-EDO-PE.

Data Sources (1)

SourceAliasJoin Type
I_ElectronicDocProcess I_ElectronicDocProcess from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ElectronicDocProcessText _EDocProcessDesc $projection.ElectronicDocProcess = _EDocProcessDesc.ElectronicDocProcess

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IPEPROCESSVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey ElectronicDocProcess view
EndUserText.label Peru eDocument Process view
Search.searchable true view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F7478 ASQL_F7478 C2 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ElectronicDocProcess ElectronicDocProcess Trans.
ElectronicDocProcessText
ElectronicDocReferenceProcess ElectronicDocReferenceProcess Reference Proc.
_EDocProcessDesc _EDocProcessDesc

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 I_PE_EDocProcessVH.
-- 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 I_PE_EDocProcessVH AS
SELECT
  ElectronicDocProcess,
  _EDocProcessDesc[1:Language = $session.system_language].ElectronicDocProcessText AS ElectronicDocProcessText,
  ElectronicDocReferenceProcess
FROM I_ElectronicDocProcess
LEFT OUTER JOIN I_ElectronicDocProcessText AS _EDocProcessDesc ON ElectronicDocProcess = _EDocProcessDesc.ElectronicDocProcess  -- association [0..*]
;