E_BPCustomerProcess

DDL: E_BPCUSTOMERPROCESS Type: view_entity EXTENSION

Extensibility for KNA1 PRC - Extension

E_BPCustomerProcess is a Extension CDS View that provides data about "Extensibility for KNA1 PRC - Extension" in SAP S/4HANA. It reads from 1 data source (kna1_prc) and exposes 5 fields with key fields MasterDataChangeProcess, MDChgProcessStep, MDChgProcessSrceSystem, MDChgProcessSrceObject, BPAssignmentID.

Data Sources (1)

SourceAliasJoin Type
kna1_prc Persistence from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Extensibility for KNA1 PRC - Extension view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #XXL view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MasterDataChangeProcess process_id Process Instance ID
KEY MDChgProcessStep process_step_no Step Number
KEY MDChgProcessSrceSystem source_system Source System
KEY MDChgProcessSrceObject source_id UUID
KEY BPAssignmentID assignment_id Assignment ID

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 E_BPCustomerProcess.
-- 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 E_BPCustomerProcess AS
SELECT
  process_id AS MasterDataChangeProcess,
  process_step_no AS MDChgProcessStep,
  source_system AS MDChgProcessSrceSystem,
  source_id AS MDChgProcessSrceObject,
  assignment_id AS BPAssignmentID
FROM kna1_prc AS Persistence
;