/APE/I_ProcStep_With_Config
Process step with configuration data
/APE/I_ProcStep_With_Config is a Composite CDS View that provides data about "Process step with configuration data" in SAP S/4HANA. It reads from 2 data sources (/APE/I_ProcStep, /APE/I_ProcessStep) and exposes 6 fields with key field db_key. It has 1 association to related views.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| /APE/I_ProcStep | step | from |
| /APE/I_ProcessStep | StepConfig | left_outer |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | /APE/I_ProcStepID | StepID | StepID.config_key = StepConfig.proc_step_id_uuid |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Process step with configuration data | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | db_key | /APE/I_ProcStep | db_key | UUID |
| parent_key | /APE/I_ProcStep | parent_key | UUID | |
| step_status | /APE/I_ProcStep | step_status | Status | |
| proc_step_id | StepID | proc_step_id | ||
| StepType | /APE/I_ProcessStep | type | Worklist Type | |
| created_at | /APE/I_ProcStep | created_at | Uploaded On |
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 /APE/I_ProcStep_With_Config.
-- 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 /APE/I_ProcStep_With_Config AS
SELECT
step.db_key AS db_key,
step.parent_key AS parent_key,
step.step_status AS step_status,
StepID.proc_step_id AS proc_step_id,
StepConfig.type AS StepType,
step.created_at AS created_at
FROM /APE/I_ProcStep AS step
LEFT OUTER JOIN /APE/I_ProcessStep AS StepConfig ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN /APE/I_ProcStepID AS StepID ON StepID.config_key = StepConfig.proc_step_id_uuid -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA