C_ARProcFlwClearingDocumentVH

DDL: C_ARPROCFLWCLEARINGDOCUMENTVH Type: view_entity CONSUMPTION Package: ODATA_PROCESS_FLOW_AR

Clearing Document

C_ARProcFlwClearingDocumentVH is a Consumption CDS View that provides data about "Clearing Document" in SAP S/4HANA. It is exposed through 1 OData service (ASQL_F2692). Part of development package ODATA_PROCESS_FLOW_AR.

Annotations (9)

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

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F2692 ASQL_F2692 C2 NOT_RELEASED

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY AccountingDocument AccountingDocument Journal Entry
KEY FiscalYear FiscalYear G/L Fiscal Year
KEY GLAccount GLAccount General Ledger
ReferenceDocument _JournalEntry DocumentReferenceID Reference
AccountingDocumentType _JournalEntry AccountingDocumentType Journal Entry Type
DocumentTypeDescription
FinancialAccountType FinancialAccountType Fin. Account Type
BusinessArea BusinessArea Business Area
FunctionalArea FunctionalArea Sendr Fctl Area
Segment Segment Segment number
ProfitCenter ProfitCenter Profit Center
ControllingArea ControllingArea Controlling Area
ValuationArea ValuationArea Valuation Area
ProfitCtrResponsibleUser _ProfitCenter ProfitCtrResponsibleUser User Responsible

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_ARProcFlwClearingDocumentVH.
-- 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_ARProcFlwClearingDocumentVH AS
SELECT
  CompanyCode,
  AccountingDocument,
  FiscalYear,
  GLAccount,
  _JournalEntry.DocumentReferenceID AS ReferenceDocument,
  _JournalEntry.AccountingDocumentType AS AccountingDocumentType,
  cast(_JournalEntry._AccountingDocumentType._Text[1:Language = $session.system_language].AccountingDocumentTypeName as fap_dispprocflow_doctype_txt) AS DocumentTypeDescription,
  FinancialAccountType,
  BusinessArea,
  FunctionalArea,
  Segment,
  ProfitCenter,
  ControllingArea,
  ValuationArea,
  _ProfitCenter.ProfitCtrResponsibleUser AS ProfitCtrResponsibleUser
;