/APE/C_CheckActAssignCust_UI
Check Action Assignment for Customer
/APE/C_CheckActAssignCust_UI is a Consumption CDS View that provides data about "Check Action Assignment for Customer" in SAP S/4HANA. It reads from 1 data source (/APE/C_CheckActionAssignCust) and exposes 8 fields. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /APE/C_CheckActionAssignCust | Cust | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | /APE/C_Ext_ExceptionID_VH | _ExceptionIDVH | _ExceptionIDVH.ExceptionIDKey = Cust.exception_code_uuid |
| [0..1] | /APE/C_CheckActionID_VH | _CheckActionIDVH | _CheckActionIDVH.CheckActionIDKey = $projection.CheckActionIDKey |
| [0..1] | /APE/C_ProcessStepStatus_VH | _ProcessStepStatusVH | _ProcessStepStatusVH.Value = $projection.ProcessStepStatus |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | /APE/C_CHAACEUI | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Check Action Assignment for Customer | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| ExceptionCodeUuid | /APE/C_CheckActionAssignCust | exception_code_uuid | ||
| ExceptionID | _ExceptionIDVH | ExceptionID | ||
| ExceptionIDDescription | _ExceptionIDVH | ExceptionIDDescription | ||
| CheckActionIDKey | /APE/C_CheckActionAssignCust | action_code_uuid | ||
| CheckActionID | /APE/C_CheckActionAssignCust | action_code | Single-Character Flag | |
| CheckActionIDDescription | _CheckActionIDVH | CheckActionIDDescription | ||
| ProcessStepStatus | /APE/C_CheckActionAssignCust | prst_status | ||
| ProcessStepStatusDesc | _ProcessStepStatusVH | Description | Well Code Des. |
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/C_CheckActAssignCust_UI.
-- 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.
-- SQL view name: /APE/C_CHAACEUI
CREATE VIEW /APE/C_CheckActAssignCust_UI AS
SELECT
Cust.exception_code_uuid AS ExceptionCodeUuid,
_ExceptionIDVH.ExceptionID AS ExceptionID,
_ExceptionIDVH.ExceptionIDDescription AS ExceptionIDDescription,
Cust.action_code_uuid AS CheckActionIDKey,
Cust.action_code AS CheckActionID,
_CheckActionIDVH.CheckActionIDDescription AS CheckActionIDDescription,
Cust.prst_status AS ProcessStepStatus,
_ProcessStepStatusVH.Description AS ProcessStepStatusDesc
FROM /APE/C_CheckActionAssignCust AS Cust
LEFT OUTER JOIN /APE/C_Ext_ExceptionID_VH AS _ExceptionIDVH ON _ExceptionIDVH.ExceptionIDKey = Cust.exception_code_uuid -- association [0..1]
LEFT OUTER JOIN /APE/C_CheckActionID_VH AS _CheckActionIDVH ON _CheckActionIDVH.CheckActionIDKey = CheckActionIDKey -- association [0..1]
LEFT OUTER JOIN /APE/C_ProcessStepStatus_VH AS _ProcessStepStatusVH ON _ProcessStepStatusVH.Value = ProcessStepStatus -- 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