/APE/C_ExcpResolutionAss

DDL: /APE/C_EXCPRESOLUTIONASS Type: view CONSUMPTION

Exception Resolution Assignment

/APE/C_ExcpResolutionAss is a Consumption CDS View that provides data about "Exception Resolution Assignment" in SAP S/4HANA. It reads from 1 data source (/APE/I_ExcpResolutionAss_TP) and exposes 5 fields with key field config_key.

Data Sources (1)

SourceAliasJoin Type
/APE/I_ExcpResolutionAss_TP /APE/I_ExcpResolutionAss_TP from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName /APE/C_EXCPRESAS view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Exception Resolution Assignment view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY config_key config_key Char
proc_cluster proc_cluster
bo_type bo_type SOT Name
seq_no seq_no Value Number
FinalSolution final_solution

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_ExcpResolutionAss.
-- 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/C_ExcpResolutionAss AS
SELECT
  config_key,
  proc_cluster,
  bo_type,
  seq_no,
  final_solution AS FinalSolution
FROM /APE/I_ExcpResolutionAss_TP
;