/APE/C_EXCPHDRLEFTCONV

DDL: /APE/C_EXCPHDRLEFTCONV SQL: /APE/C_EXHLCV Type: view CONSUMPTION

Exception Header with BO_UUID

/APE/C_EXCPHDRLEFTCONV is a Consumption CDS View that provides data about "Exception Header with BO_UUID" in SAP S/4HANA. It reads from 1 data source (/APE/C_ExceptionHeader) and exposes 3 fields with key field excp_uuid.

Data Sources (1)

SourceAliasJoin Type
/APE/C_ExceptionHeader /APE/C_ExceptionHeader from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName /APE/C_EXHLCV view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Exception Header with BO_UUID view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY excp_uuid excp_uuid UUID
bo_type bo_type SOT Name
bo_uuid

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_EXCPHDRLEFTCONV.
-- 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_EXHLCV

CREATE VIEW /APE/C_EXCPHDRLEFTCONV AS
SELECT
  excp_uuid,
  bo_type,
  left(bo_uuid, 32) AS bo_uuid
FROM /APE/C_ExceptionHeader
;