MF05BFA0 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 MF05BFA0 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!
FI_CHECK_EXTENDED_WT CALL FUNCTION 'FI_CHECK_EXTENDED_WT' EXPORTING I_BUKRS = ASP_BUKRS EXCEPTIONS COMPONENT_NOT_ACTIVE = 1 NOT_FOUND = 2 OTHERS = 3.
FI_WT_ADDITIONAL_ENQUEUE_ACCUM CALL FUNCTION 'FI_WT_ADDITIONAL_ENQUEUE_ACCUM' EXPORTING I_BUKRS = ASP_BUKRS I_ACCT = ASP_KONTO I_KOART = ASP_KOART EXCEPTIONS OTHERS = 0.
ENQUEUE_EFKNB1A CALL FUNCTION 'ENQUEUE_EFKNB1A' EXPORTING KUNNR = ASP_KONTO BUKRS = ASP_BUKRS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
FI_CHECK_EXTENDED_WT CALL FUNCTION 'FI_CHECK_EXTENDED_WT' EXPORTING I_BUKRS = ASP_BUKRS EXCEPTIONS COMPONENT_NOT_ACTIVE = 1 NOT_FOUND = 2 OTHERS = 3.
FI_WT_ADDITIONAL_ENQUEUE_ACCUM CALL FUNCTION 'FI_WT_ADDITIONAL_ENQUEUE_ACCUM' EXPORTING I_BUKRS = ASP_BUKRS I_ACCT = ASP_KONTO I_KOART = ASP_KOART EXCEPTIONS OTHERS = 0.
ENQUEUE_EFLFB1A CALL FUNCTION 'ENQUEUE_EFLFB1A' EXPORTING LIFNR = ASP_KONTO BUKRS = ASP_BUKRS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
ENQUEUE_EFSKB1A CALL FUNCTION 'ENQUEUE_EFSKB1A' EXPORTING SAKNR = ASP_KONTO BUKRS = ASP_BUKRS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
ENQUEUE_EFKNB1AS CALL FUNCTION 'ENQUEUE_EFKNB1AS' EXPORTING KUNNR = ASP_KONTO BUKRS = ASP_BUKRS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
ENQUEUE_EFLFB1AS CALL FUNCTION 'ENQUEUE_EFLFB1AS' EXPORTING LIFNR = ASP_KONTO BUKRS = ASP_BUKRS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
ENQUEUE_EFSKB1AS CALL FUNCTION 'ENQUEUE_EFSKB1AS' EXPORTING SAKNR = ASP_KONTO BUKRS = ASP_BUKRS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
REMADV_SEARCH CALL FUNCTION 'REMADV_SEARCH' EXPORTING I_AVIK = AVIK I_RFRADC = RFRADC IMPORTING E_AVIK = AVIK EXCEPTIONS NOTHING_CHOSEN = 1 NOTHING_FOUND = 1.
ENQUEUE_EFAVIK CALL FUNCTION 'ENQUEUE_EFAVIK' EXPORTING BUKRS = AVIK-BUKRS KOART = AVIK-KOART KONTO = AVIK-KONTO AVSID = AVIK-AVSID EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
REMADV_DELETE CALL FUNCTION 'REMADV_DELETE' IN UPDATE TASK EXPORTING I_AVIK = *AVIK I_POPUP = ' ' I_WITHOUT_CHECK = 'X' EXCEPTIONS OTHERS = 0.
REMADV_INSERT CALL FUNCTION 'REMADV_INSERT' EXPORTING I_AVIK = AVIK I_RFRADC = RFRADC IMPORTING E_RFRADC = RFRADC TABLES T_AVIP = XAVIP T_AVIR = XAVIR EXCEPTIONS NO_NUMBER_ENTERED = 1 NO_AUTHORITY = 2 OTHERS = 0.
MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING COUNT = MSG_COUNT.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = 'TEST'.
REMADV_SAVE_DB_ALL CALL FUNCTION 'REMADV_SAVE_DB_ALL' EXPORTING I_DIALOG_UPDATE = 'X'.
REMADV_DELETE CALL FUNCTION 'REMADV_DELETE' EXPORTING I_AVIK = *AVIK I_POPUP = ' ' I_WITHOUT_CHECK = 'X' EXCEPTIONS OTHERS = 0.
CALL FUNCTION 'REMADV_INSERT' EXPORTING I_AVIK = AVIK I_RFRADC = RFRADC IMPORTING E_RFRADC = RFRADC TABLES T_AVIP = XAVIP T_AVIR = XAVIR EXCEPTIONS NO_NUMBER_ENTERED = 1 NO_AUTHORITY = 2 OTHERS = 0.
MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING COUNT = MSG_COUNT.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = 'TEST'.
REMADV_SAVE_DB_ALL CALL FUNCTION 'REMADV_SAVE_DB_ALL' EXPORTING I_DIALOG_UPDATE = 'X'.
REMADV_DELETE CALL FUNCTION 'REMADV_DELETE' EXPORTING I_AVIK = *AVIK I_POPUP = ' ' I_WITHOUT_CHECK = 'X' EXCEPTIONS OTHERS = 0.
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 MF05BFA0 or its description.