RFFMFG_PP_CLEAR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Clear related open items This program reads data from Financial Accounting (FI) and posts a clearing document into FI...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFFMFG_PP_CLEAR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMFG_PP_CLEAR - Federal Payment Program Clearing
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_AUTO = Automatic Clearing
Selection Text: P_BUKR = D .
Selection Text: P_IND = Include Items not due
Selection Text: P_INTER = Interactive Mode
Selection Text: P_PDATE = Clearing Date
Selection Text: P_SGL = D .
Selection Text: P_SSBLK = D .
Selection Text: P_TEST = Test
Selection Text: P_VLDPTL = D .
Selection Text: P_ZLSPR = D .
Selection Text: S_BELNR = D .
Selection Text: S_CUST = D .
Selection Text: S_GJAHR = D .
Selection Text: S_LIFNR = D .
Title: US Federal Open Item Clearing
Text Symbol: 100 = Unable to create UI container
Text Symbol: 034 = Customer Selection
Text Symbol: 033 = Vendor Selection
Text Symbol: 032 = Log message inconsistent
Text Symbol: 031 = Log file not found
Text Symbol: 030 = Log file is full
Text Symbol: 029 = documents created
Text Symbol: 028 = document created
Text Symbol: 027 = document to be created
Text Symbol: 026 = documents to be created
Text Symbol: 001 = Account/Invoice Reference/Fund
Text Symbol: 002 = No fund
Text Symbol: 003 = Perform Clearing
Text Symbol: 004 = Selection Parameters
Text Symbol: 005 = Posting Parameters
Text Symbol: 006 = Automation queue failure
Text Symbol: 007 = Internal error:
Text Symbol: 008 = A method in the automation queue
Text Symbol: 009 = caused a failure.
Text Symbol: 010 = Processing Option
Text Symbol: 011 = Net Due Date
Text Symbol: 012 = Select All
Text Symbol: 013 = Select All Items
INCLUDE RFFMFG_PP_CLEAR_C07.
INCLUDE RFFMFG_PP_CLEAR_C08.
INCLUDE RFFMFG_PP_CLEAR_C01.
INCLUDE RFFMFG_PP_CLEAR_C11.
INCLUDE RFFMFG_PP_CLEAR_C10.
INCLUDE RFFMFG_PP_CLEAR_C04.
INCLUDE RFFMFG_PP_CLEAR_C09.
INCLUDE RFFMFG_PP_CLEAR_C05.
INCLUDE RFFMFG_PP_CLEAR_C03.
INCLUDE RFFMFG_PP_CLEAR_C02.
INCLUDE RFFMFG_PP_CLEAR_C06.
INCLUDE RFFMFM_PP_CLEAR_S01. " SELECTION SCREEN
INCLUDE RFFMFG_PP_CLEAR_P01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMFG_PP_CLEAR - US Federal Open Item Clearing RFFMFG_PP_CLEAR - US Federal Open Item Clearing RFFMFG_PPA_INVOICE_STAGES - Maintain/Display Invoice Stages RFFMFG_PPA_INVOICE_STAGES - Maintain/Display Invoice Stages RFFMFG_PPA_FP_REL_LIV_TOP - Include RFFMFG_PPA_FP_REL_LIV_TOP RFFMFG_PPA_FP_REL_LIV_SEL - Include RFFMFG_PPA_FP_REL_LIV_SEL