RFFMFG_IPAC_REVERSE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Reverse an IPAC Outgoing Bulk File - US Federal IPACing Reverse Process...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_IPAC_REVERSE 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_IPAC_REVERSE - IPAC Bulk File Reverse Process
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_XCNFRM = Bulk File not Confirmed
Selection Text: P_TEST = Test Mode
Selection Text: P_STGRD = D .
Selection Text: P_MONAT = D .
Selection Text: P_FILEID = File Identification Number
Selection Text: P_CNFRMD = Bulk File Confirmed
Selection Text: P_BUDAT = D .
Selection Text: P_BLDAT = D .
Title: IPAC Upload File Reverse Process
Text Symbol: 051 = Testing: Reverse In_Transit Document's clearing document
Text Symbol: 053 = Confirm
Text Symbol: 054 = The entered File ID &1 contains & transactions
Text Symbol: 055 = Reverse Processing is cancelled by user.
Text Symbol: 056 = Continue Process
Text Symbol: 070 = Cannot Reset Invoice Document
Text Symbol: 071 = Cannot reverse In_Transit document
Text Symbol: 072 = Cannot reset In_Transit Document
Text Symbol: 073 = Cannot reverse In_Transit Document's clearing document
Text Symbol: 074 = ClrgDocYr
Text Symbol: 075 = RevDocYr
Text Symbol: 076 = DITdoc
Text Symbol: 077 = DITyr
Text Symbol: 078 = Check & not deleted
Text Symbol: A00 = Original File Information
Text Symbol: A01 = Reverse Type
Text Symbol: A02 = Reverse Upload File
Text Symbol: A03 = Reverse Confirmation
Text Symbol: A10 = Sender Information
Text Symbol: 050 = Testing: Reverse In_Transit Document
Text Symbol: 005 = No transactions for this File ID
Text Symbol: 006 = No IPAC Reverse Process Report Created
Text Symbol: 009 = Check & deleted ok
Text Symbol: 010 = IPAC Automatic Posting
Text Symbol: 012 = Information is not configured
Text Symbol: 013 = for outgoing collection
Text Symbol: 014 = for outgoing payment
Text Symbol: 015 = File ID &1 Job &2 has IPAC Confirmed
Text Symbol: 016 = File ID &1 Job &2 has not IPAC Confirmed
INCLUDE RFFMFGIPAC_REVERSE_TOP.
INCLUDE RFFMFGIPAC_REVERSE_SEL_SCREEN.
INCLUDE RFFMFGIPAC_REVERSE_F00.
INCLUDE RFFMFGIPAC_REVERSE_F01.
INCLUDE RFFMFGIPAC_REVERSE_ALV.
INCLUDE RFFMFGIPAC_LOG.
INCLUDE RFFMFG_IPAC_REVERSE_NEW.
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_IPAC_REVERSE - IPAC Upload File Reverse Process RFFMFG_IPAC_REVERSE - IPAC Upload File Reverse Process RFFMFG_IPAC_REGENERATE - IPAC Reproduce Upload File Process RFFMFG_IPAC_REGENERATE - IPAC Reproduce Upload File Process RFFMFG_IPAC_CNFRM - IPAC Upload File Confirmation Process RFFMFG_IPAC_CNFRM - IPAC Upload File Confirmation Process