FMCA_RECON_FB_ICR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FMCA_RECON_FB_ICR into the relevant SAP transactions such as SE38 or SE80
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.
Uncleared inbound correspondence with received form bundle
Selection Text: P_UPDATE = Clear Inbound Correspondence
Selection Text: S_GPART = D .
Selection Text: S_INCOT = D .
Selection Text: S_PERSL = D .
Title:
Text Symbol: 001 = Error occured when updating inbound correspondance
Text Symbol: 002 = Number of corrupt items found:
Text Symbol: 003 = Number of items corrected :
001 Formbundlenr. BPartner RevType Period Key Receipt Date FB GUID
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FMCA_INCORR_RECEIVE CALL FUNCTION 'FMCA_INCORR_RECEIVE' EXPORTING I_INCOTYP = g_FKKCOHINCORR-incotyp I_GPART = g_FKKCOHINCORR-gpart I_VKONT = g_FKKCOHINCORR-vkont I_VTREF = g_FKKCOHINCORR-vtref I_SUBAP = g_FKKCOHINCORR-subap I_PERSL = g_FKKCOHINCORR-persl I_INDATE = g_receipt_date I_CALLER = dfmca_return-case_guid EXCEPTIONS E_DUPLICATE = 1 E_NOT_EXISTING = 2 E_ADDITIONAL_INCORR = 3 E_MISSING_INCORR = 4 E_DATE_WRONG = 5 E_INCONSISTENT_CONS = 6 E_NOT_AUTHORIZED = 7 E_CANCELLED = 8 E_SEVERAL_PERIODS = 9 E_ALREADY_CLEARED = 10 E_LOCKED = 11 OTHERS = 12.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.