SAP Reports / Programs | Logistics - General(LO) SAP LO

MHBSCOMF06 SAP ABAP INCLUDE - Include MHBSCOMF06







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MHBSCOMF06. "Basic submit
SUBMIT MHBSCOMF06 AND RETURN. "Return to original report after report execution complete
SUBMIT MHBSCOMF06 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MHBSCOMF06


INCLUDES used within this REPORT MHBSCOMF06

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 MHBSCOMF06 or its description.