MHBSCOMF06 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 MHBSCOMF06 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: Include MHBSCOMF06
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISGP_PARTNER_ROLE_CONNECT call function 'ISGP_PARTNER_ROLE_CONNECT' exporting already_data_changed = save_flag delete_all = 'X' display = display_flag early_dbebez = loc_empty_date * FLG_HISTORIE = ' ' * FLG_NOCHANGE_HVP = ' ' i_appl = '0051' " Community code i_dynnr = '0205' i_flg_save_in_updt = 'X' i_repid = 'SAPMHBSCOM' popup_titelabb = text-154 popup_titelend = text-100 * ROLLE_HVP = ' ' importing change_flag = changed_flag end_flag = end_flag * e_flg_changed = flg_changed * line_index = okcode = ok_code tables ivzgpo = i_vzgpo exceptions general_error = 1 no_history = 2 others = 3.
ISGP_LOAD_PARTNER call function 'ISGP_LOAD_PARTNER' exporting i_date = loc_empty_date i_future = 'X' * I_LOAD_HVP = ' ' * I_PARTNR = ' ' i_snumobj = 'VI' i_sobjekt = viob01-intreno * ROLLE_HVP = ' ' entries_into_memory = 'X' * importing * partnr_hvp = * xpartner_hvp = tables yvzgpo = i_vzgpo exceptions not_found = 1 others = 2.
ISGP_SAVE_VZGPO call function 'ISGP_SAVE_VZGPO' exporting i_snumobj = 'VI' i_sobjekt = viob01-intreno tables new_xvzgpo = vzgpo_mod old_xvzgpo = vzgpo_bk exceptions update_error = 1 others = 2.
INTRENO_NUMBER_GET_NEXT call function 'INTRENO_NUMBER_GET_NEXT' exporting i_immoobjekt = 'IW' importing e_intreno = viob01-intreno e_returncode = rc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.