SAP Reports / Programs | Public Sector Contract Accounts Receivable and Payable | Public Sector Contract Accounts Receivable and Payable | Public Sector Contract Accounts Receivable and Payable(IS-PS-CA) SAP IS

FMCA_RECON_FB_ICR SAP ABAP Report -







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FMCA_RECON_FB_ICR. "Basic submit
SUBMIT FMCA_RECON_FB_ICR AND RETURN. "Return to original report after report execution complete
SUBMIT FMCA_RECON_FB_ICR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FMCA_RECON_FB_ICR

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FMCA_RECON_FB_ICR or its description.