MM06BF0B_BUCHEN 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 MM06BF0B_BUCHEN 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!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING * COLLECT_AND_SEND = ' ' * RESET = 'X' * LINE_FROM = ' ' * LINE_TO = ' ' i_identification = msg_identification check_on_commit = ' ' IMPORTING e_identification = msg_identification EXCEPTIONS OTHERS = 0.
ME_STATISTICS_EBAN_RKO CALL FUNCTION 'ME_STATISTICS_EBAN_RKO' EXPORTING i_refresh = ' ' i_avc_pruefen = 'X' i_first_call = h_first_obl_check i_co_set_date = co_set_date "FM-Retrofit TABLES * T_EBAN = BSN "DEL 311502 t_eban = lt_eban_rko "311502 t_ebkn = bsc.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 01 e_message = 02 i_message = 03 w_message = 04.
ME_STATISTICS_EBAN_RKO CALL FUNCTION 'ME_STATISTICS_EBAN_RKO' EXPORTING i_refresh = ' ' i_initialize = 'X' TABLES * t_eban = bsn t_eban = lt_eban_rko "712834 t_ebkn = bsc.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = ttext EXCEPTIONS OTHERS = 01.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' "3.1G
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = hnrran object = 'BANF' IMPORTING number = eban-banfn returncode = retco EXCEPTIONS interval_not_found = 01 number_range_not_intern = 02 object_not_found = 03.
RWIN_CHECK CALL FUNCTION 'RWIN_CHECK' EXPORTING gjahr = h-gjahr process = 'BANF ' event = 'OINUMBER' TABLES tkomp = trwin EXCEPTIONS OTHERS = 0.
ARCHIV_BARCODE_GLOBAL CALL FUNCTION 'ARCHIV_BARCODE_GLOBAL' EXPORTING ar_object = t161-ar_object object_id = arobjid sap_object = 'BUS2105' updatetask = 'X' EXCEPTIONS error_connectiontable = 1 no_barcode = 2 user_exit = 3 early_capturing = 4 error_barcode = 5 error_documenttype = 6 no_authority = 7 OTHERS = 8.
CUCB_CONFIGURATION_TO_DB CALL FUNCTION 'CUCB_CONFIGURATION_TO_DB' "registers conf. for update
ME_UMSOK_SETZEN CALL FUNCTION 'ME_UMSOK_SETZEN' EXPORTING i_matnr = bsn-matnr i_reswk = bsn-reswk i_sobkz = bsn-sobkz IMPORTING e_umsok = bsn-umsok.
ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' EXCEPTIONS exits_not_active = 1 OTHERS = 2.
ME_UPDATE_REQUISITION CALL FUNCTION 'ME_UPDATE_REQUISITION' IN UPDATE TASK TABLES xeban = xeban xebkn = xebkn yeban = yeban yebkn = yebkn.
MEREL_POST_WFC CALL FUNCTION 'MEREL_POST_WFC' IN UPDATE TASK EXPORTING im_wfc = lt_wfc.
RV_CONDITION_SAVE CALL FUNCTION 'RV_CONDITION_SAVE'.
RV_CONDITION_RESET CALL FUNCTION 'RV_CONDITION_RESET'.
ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' EXCEPTIONS exits_not_active = 1 OTHERS = 2.
ME_CREATE_MRPRECORD_REQ CALL FUNCTION 'ME_CREATE_MRPRECORD_REQ' IN UPDATE TASK TABLES dis = dis xeban = xeban yeban = yeban.
CALL FUNCTION 'COMMIT_TEXT' EXPORTING object = 'EBAN'.
ADDR_FORCE_SET CALL FUNCTION 'ADDR_FORCE_SET'.
ADDR_MEMORY_SAVE CALL FUNCTION 'ADDR_MEMORY_SAVE' EXPORTING execute_in_update_task = 'X' EXCEPTIONS OTHERS = 1.
WF_COMMIT * call function 'WF_COMMIT'.
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 MM06BF0B_BUCHEN or its description.