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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.