SAP Reports / Programs

MB_CALL_MIGO_DIALOG SAP ABAP Report - Call MIGO_DIALOG







MB_CALL_MIGO_DIALOG is a standard Executable ABAP Report 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 MB_CALL_MIGO_DIALOG 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 MB_CALL_MIGO_DIALOG. "Basic submit
SUBMIT MB_CALL_MIGO_DIALOG AND RETURN. "Return to original report after report execution complete
SUBMIT MB_CALL_MIGO_DIALOG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Call MIGO_DIALOG


INCLUDES used within this REPORT MB_CALL_MIGO_DIALOG

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:

MIGO_DIALOG CALL FUNCTION 'MIGO_DIALOG' EXPORTING i_action = i_action i_refdoc = i_refdoc i_notree = i_notree i_no_auth_check = i_no_aut i_skip_first_screen = i_skip_f i_deadend = i_deaden i_okcode = i_okcode i_leave_after_post = i_leave_ i_new_rollarea = i_new_ro i_sytcode = i_sytcod i_ebeln = i_ebeln i_ebelp = i_ebelp i_mblnr = i_mblnr i_mjahr = i_mjahr i_zeile = i_zeile i_transport = i_transp i_order_number = i_ordern i_order_item = i_orderi i_transport_means = i_tr_mea i_transportident = i_tr_ide i_inbound_deliv = i_in_del i_outbound_deliv = i_out_de i_reservation_numb = i_res_nu i_reservation_item = i_res_it ext = i_ext i_move_type = i_bwart "1816363 i_spec_stock = i_sobkz "1816363 i_pstng_date = i_budat "1816363 i_doc_date = i_bldat "1816363 i_header_txt = i_bktxt "1816363 i_ref_doc_no = i_xblnr "1816363 EXCEPTIONS illegal_combination = 1 OTHERS = 2.



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