CALL FUNCTION 'MIGO_DIALOG'
EXPORTING
i_action = 'A04'
i_refdoc = 'R02'
i_notree = 'X'
i_skip_first_screen = 'X'
i_okcode = 'OK_GO'
i_mblnr = l_call_trans-belnr
i_mjahr = l_call_trans-gjahr
EXCEPTIONS
illegal_combination = 0
OTHERS = 0.
↧
Material Document Display Funcion
↧