SAP Reports / Programs | Financial Accounting | Bank Accounting | Payment Transactions(FI-BL-PT) SAP FI

MFCHIFI0 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MFCHIFI0

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_EFPCEC CALL FUNCTION 'DEQUEUE_EFPCEC' EXPORTING ZBUKR = PCEC-ZBUKR HBKID = PCEC-HBKID HKTID = PCEC-HKTID.

DEQUEUE_EFPCEC CALL FUNCTION 'DEQUEUE_EFPCEC' EXPORTING ZBUKR = PCEC-ZBUKR HBKID = PCEC-HBKID HKTID = PCEC-HKTID.

ENQUEUE_EFPCEC CALL FUNCTION 'ENQUEUE_EFPCEC' EXPORTING ZBUKR = PCEC-ZBUKR HBKID = PCEC-HBKID HKTID = PCEC-HKTID EXCEPTIONS FOREIGN_LOCK = 1.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'J' DIAGNOSETEXT1 = TEXT-201 DIAGNOSETEXT2 = TEXT-202 DIAGNOSETEXT3 = TEXT-203 TEXTLINE1 = TEXT-204 TEXTLINE2 = TEXT-205 TITEL = TEXT-200 IMPORTING ANSWER = HLP_ANSWER.

ENQUEUE_EFPCEC CALL FUNCTION 'ENQUEUE_EFPCEC' EXPORTING ZBUKR = PCEC-ZBUKR HBKID = PCEC-HBKID HKTID = PCEC-HKTID EXCEPTIONS FOREIGN_LOCK = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-101 TEXTLINE2 = TEXT-102 TITEL = TEXT-100 IMPORTING ANSWER = HLP_ANSWER.

DEQUEUE_EFPCEC CALL FUNCTION 'DEQUEUE_EFPCEC' EXPORTING ZBUKR = PCEC-ZBUKR HBKID = PCEC-HBKID HKTID = PCEC-HKTID.

SUBTRACT_N_FROM_CHECK_NUMBER CALL FUNCTION 'SUBTRACT_N_FROM_CHECK_NUMBER' EXPORTING I_PCEC = IPCEC IMPORTING E_PCEC = IPCEC.

COMPARE_CHECK_NUMBERS CALL FUNCTION 'COMPARE_CHECK_NUMBERS' EXPORTING I_CHECK1 = PCEC-CHECL I_CHECK2 = IPCEC-CHECL IMPORTING E_RESULT = HLP_RESULT.

CHECK_LOT_ARCHIVED CALL FUNCTION 'CHECK_LOT_ARCHIVED' EXPORTING I_PCEC = IPCEC IMPORTING E_PCEC = IPCEC.

CHECK_LOT_ARCHIVED CALL FUNCTION 'CHECK_LOT_ARCHIVED' EXPORTING I_PCEC = IPCEC IMPORTING E_PCEC = IPCEC.

ENQUEUE_EFPCEC CALL FUNCTION 'ENQUEUE_EFPCEC' EXPORTING ZBUKR = PCEC-ZBUKR HBKID = PCEC-HBKID HKTID = PCEC-HKTID EXCEPTIONS FOREIGN_LOCK = 1.



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