MF40KFB1 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 MF40KFB1 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: Manual Bank Statement: Start Screen Forms
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "45B EXPORTING "45B INPUT = TAB2-ZUOSL "45B IMPORTING "45B OUTPUT = TAB2-ZUOSL. "45B
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TITEL = TITEL TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 IMPORTING ANSWER = ANSWER.
POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * DEFAULTOPTION = 'J' * TITEL = TITEL * TEXTLINE1 = TEXTLINE1 * TEXTLINE2 = TEXTLINE2 * IMPORTING * ANSWER = ANSWER.
FURTHER_VALUES_POPUP CALL FUNCTION 'FURTHER_VALUES_POPUP' EXPORTING I_TABLE_NAME = 'FEBMKA' I_FIELD_NAME = 'DSART_DS' I_WAERS = FEBKO-WAERS I_MODIFY = 'X' TABLES T_VALUETAB = DSART_TAB EXCEPTIONS POPUP_CANCELED = 1 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF40KFB1 - Manual Bank Statement: Start Screen Forms MF40KFA1 - Manual Bank Statement: Initial Screen / Requirements Pop-up Forms MF40KF00 - Manual Bank Statement: General Forms MF40FTOP - documentation and ABAP source code MF40FO01 - documentation and ABAP source code MF40FI01 - documentation and ABAP source code