C_APProcFlwClrgDocumentVH

DDL: C_APPROCFLWCLRGDOCUMENTVH Type: view_entity CONSUMPTION Package: ODATA_PROCESS_FLOW_AP

Clearing Document

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

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY 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

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F2691 ASQL_F2691 C2 NOT_RELEASED

Fields (25)

KeyFieldSource TableSource FieldDescription
KEY ParentProcessFlowNodeDocument ParentProcessFlowNodeDocument
KEY ProcessFlowNodeDocument
KEY CompanyCode CompanyCode Receiver Company Code
KEY FiscalYear FiscalYear G/L Fiscal Year
KEY ParentProcessFlowNodeDocItem
KEY FinancialAccountType FinancialAccountType Fin. Account Type
FinancialAccountTypeName FinancialAccountTypeName
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
ValuationArea ValuationArea Valuation Area
SalesDocumentItem SalesDocumentItem Sales Document Item
SalesDocument SalesDocument SD Document
_SalesDoc _SalesDoc
_SalesDocItem _SalesDocItem
ServiceDocumentType ServiceDocumentType Transaction Type
_ServiceDocumentType _ServiceDocumentType
ServiceDocument ServiceDocument Transaction ID
_ServiceDocument _ServiceDocument

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,
  cast(ParentProcessFlowNodeDocItem as fis_buzei3) AS ParentProcessFlowNodeDocItem,
  FinancialAccountType,
  FinancialAccountTypeName,
  BusinessArea,
  FunctionalArea,
  Segment,
  AuthorizationGroup,
  ProfitCenter,
  ControllingArea,
  GLAccount,
  ProfitCtrResponsibleUser,
  CompanyCodeName,
  ValuationArea,
  SalesDocumentItem,
  SalesDocument,
  ServiceDocumentType,
  ServiceDocument
;