C_APProcFlwClrgDocumentVH

DDL: C_APPROCFLWCLRGDOCUMENTVH Type: view_entity CONSUMPTION

Clearing Document

C_APProcFlwClrgDocumentVH is a Consumption CDS View that provides data about "Clearing Document" in SAP S/4HANA.

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
DataAging.noAgingRestriction false view
Consumption.ranked true view
Search.searchable true view
VDM.viewType #CONSUMPTION view
EndUserText.label Clearing Document view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY ParentProcessFlowNodeDocument ParentProcessFlowNodeDocument
KEY ProcessFlowNodeDocument
KEY CompanyCode CompanyCode Receiver Company Code
KEY FiscalYear FiscalYear G/L Fiscal Year
KEY ParentProcessFlowNodeDocItem ParentProcessFlowNodeDocItem
FinancialAccountType FinancialAccountType Fin. Account Type
BusinessArea BusinessArea Business Area
FunctionalArea FunctionalArea Sendr Fctl Area
Segment Segment Segment number
AuthorizationGroup AuthorizationGroup AuthorizGroup
ProfitCenter ProfitCenter Profit Center
ControllingArea ControllingArea Controlling Area
GLAccount GLAccount General Ledger
ProfitCtrResponsibleUser ProfitCtrResponsibleUser User Responsible
CompanyCodeName CompanyCodeName Company Name

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 C_APProcFlwClrgDocumentVH.
-- 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 C_APProcFlwClrgDocumentVH AS
SELECT
  ParentProcessFlowNodeDocument,
  cast(ProcessFlowNodeDocument as fis_augbl) AS ProcessFlowNodeDocument,
  CompanyCode,
  FiscalYear,
  ParentProcessFlowNodeDocItem,
  FinancialAccountType,
  BusinessArea,
  FunctionalArea,
  Segment,
  AuthorizationGroup,
  ProfitCenter,
  ControllingArea,
  GLAccount,
  ProfitCtrResponsibleUser,
  CompanyCodeName
;