SAP Reports / Programs | Financial Accounting | Accounts Payable | Payment Transactions(FI-AP-AP-PT) SAP FI

MFCHKFR0 SAP ABAP INCLUDE - Include MFCHKFR0







MFCHKFR0 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 MFCHKFR0 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 MFCHKFR0. "Basic submit
SUBMIT MFCHKFR0 AND RETURN. "Return to original report after report execution complete
SUBMIT MFCHKFR0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MFCHKFR0


INCLUDES used within this REPORT MFCHKFR0

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:

DEQUEUE_EFPAYR CALL FUNCTION 'DEQUEUE_EFPAYR' EXPORTING ZBUKR = PAYR-ZBUKR HBKID = PAYR-HBKID HKTID = PAYR-HKTID X_RZAWE = 'X' CHECT = 'FCHR'.

CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'FS' I_DTYPE = 'W' I_MSGNR = '674'.

CALL_FB08 CALL FUNCTION 'CALL_FB08' EXPORTING I_BUKRS = PAYR-ZBUKR I_BELNR = PAYR-VBLNR I_GJAHR = PAYR-GJAHR I_STGRD = T041C-STGRD I_BUDAT = RF05R-BUDAT I_MONAT = RF05R-MONAT I_VOIDR = PAYR-VOIDR I_XSIMU = 'X' IMPORTING E_BUDAT = HLP_STODT E_MONAT = HLP_STOMO E_XSOFO = HLP_XSOFO EXCEPTIONS NOT_POSSIBLE = 4.

CALL_FBRA CALL FUNCTION 'CALL_FBRA' EXPORTING I_BUKRS = PAYR-ZBUKR I_AUGBL = PAYR-VBLNR I_GJAHR = PAYR-GJAHR I_XSIMU = 'X' EXCEPTIONS NOT_POSSIBLE = 4.

ENQUEUE_EFPAYR CALL FUNCTION 'ENQUEUE_EFPAYR' EXPORTING ZBUKR = PAYR-ZBUKR HBKID = PAYR-HBKID HKTID = PAYR-HKTID RZAWE = PAYR-RZAWE CHECT = PAYR-CHECT EXCEPTIONS FOREIGN_LOCK = 1.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING TITEL = TEXT-300 TEXTLINE1 = TEXT-301 TEXTLINE2 = TEXT-302 TEXTLINE3 = TEXT-303 TEXT_OPTION1 = TEXT-304 TEXT_OPTION2 = TEXT-305 IMPORTING ANSWER = HLP_ANSWER.

DEQUEUE_EFPAYR CALL FUNCTION 'DEQUEUE_EFPAYR' EXPORTING ZBUKR = PAYR-ZBUKR HBKID = PAYR-HBKID HKTID = PAYR-HKTID RZAWE = PAYR-RZAWE CHECT = PAYR-CHECT.

DEQUEUE_EFPAYR CALL FUNCTION 'DEQUEUE_EFPAYR' EXPORTING ZBUKR = PAYR-ZBUKR HBKID = PAYR-HBKID HKTID = PAYR-HKTID RZAWE = PAYR-RZAWE CHECT = PAYR-CHECT.

CALL_FBRA CALL FUNCTION 'CALL_FBRA' EXPORTING I_BUKRS = PAYR-ZBUKR I_AUGBL = PAYR-VBLNR I_GJAHR = PAYR-GJAHR I_STODT = HLP_STODT I_STOMO = HLP_STOMO.

CALL_FB08 CALL FUNCTION 'CALL_FB08' EXPORTING I_BUKRS = PAYR-ZBUKR I_BELNR = PAYR-VBLNR I_GJAHR = PAYR-GJAHR I_BUDAT = HLP_STODT I_MONAT = HLP_STOMO I_STGRD = T041C-STGRD I_VOIDR = PAYR-VOIDR.

DEQUEUE_EFPAYR CALL FUNCTION 'DEQUEUE_EFPAYR' EXPORTING ZBUKR = PAYR-ZBUKR HBKID = PAYR-HBKID HKTID = PAYR-HKTID RZAWE = PAYR-RZAWE CHECT = PAYR-CHECT.



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 MFCHKFR0 or its description.