MFCHKFA0 is a standard ABAP INCLUDE 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 MFCHKFA0 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.
Title: Include MFCHKFA0
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_INVOICE_DOCUMENT_NUMBERS CALL FUNCTION 'GET_INVOICE_DOCUMENT_NUMBERS' EXPORTING I_XBUKR = PAYR-XBUKR I_ZBUKR = PAYR-ZBUKR I_VBLNR = PAYR-VBLNR I_GJAHR = PAYR-GJAHR I_FULL_SEARCH = 'X' TABLES T_INVOICE = POSTAB.
RP_IMPORT_PAY_STATEMENT CALL FUNCTION 'RP_IMPORT_PAY_STATEMENT' EXPORTING LAUFD = PAYR-LAUFD LAUFI = PAYR-LAUFI PERNR = PAYR-PERNR SEQNR = PAYR-SEQNR IMPORTING PINFZ = PINFO TABLES PFORM = PFORM EXCEPTIONS OTHERS = 8.
FI_CUST_SCROLL CALL FUNCTION 'FI_CUST_SCROLL' EXPORTING I_INPUT = HLP_INPUT I_LNFIR = HLP_LNFIR I_LNMAX = HLP_LNMAX I_LOOPC = HLP_LOOPC I_OKCOD = OK-CODE IMPORTING E_LNFIR = HLP_LNFIR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.