/APE/C_SH_PROCESS_DOC

DDL: /APE/C_SH_PROCESS_DOC SQL: /APE/C_SHPROCHDR Type: view CONSUMPTION

Search Help for Process Document

/APE/C_SH_PROCESS_DOC is a Consumption CDS View that provides data about "Search Help for Process Document" in SAP S/4HANA. It reads from 1 data source (/APE/C_PROC_HDR_WITH_CONFIG) and exposes 10 fields with key field proc_uuid.

Data Sources (1)

SourceAliasJoin Type
/APE/C_PROC_HDR_WITH_CONFIG /APE/C_PROC_HDR_WITH_CONFIG from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName /APE/C_SHPROCHDR view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Search Help for Process Document view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY proc_uuid proc_uuid
proc_doc_no proc_doc_no
proc_id proc_id Processing
proc_cluster proc_cluster
bo_type bo_type SOT Name
bo_uuid bo_uuid
blocked blocked Complaint Locked
auth_grp auth_grp AuthorizGroup
client_uuid client_uuid
owner_uuid owner_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_SH_PROCESS_DOC.
-- 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_SHPROCHDR

CREATE VIEW /APE/C_SH_PROCESS_DOC AS
SELECT
  proc_uuid,
  proc_doc_no,
  proc_id,
  proc_cluster,
  bo_type,
  bo_uuid,
  blocked,
  auth_grp,
  client_uuid,
  owner_uuid
FROM /APE/C_PROC_HDR_WITH_CONFIG
;