MJ3GFF_MESSBELEG 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 MJ3GFF_MESSBELEG 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 MJ3GFF_MESSBELEG
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Meßbeleg ändern'(301) text_question = hlp_text text_button_1 = 'Ja'(312) icon_button_1 = 'ICON_OKAY' text_button_2 = 'Nein'(313) icon_button_2 = 'ICON_CANCEL' display_cancel_button = ' ' IMPORTING answer = sav_answer.
MEASUREM_DOCUM_DIALOG_SINGLE CALL FUNCTION 'MEASUREM_DOCUM_DIALOG_SINGLE' EXPORTING activity_type = hlp_akt measurement_point = j_3gbelp-j_3gimpt1 measurement_document = edit_impt-j_3gmdocm1 default_date = j_3gbelk-j_3gbeldat default_time = hlp_itime IMPORTING indicator_update = indicator_update left_with_f15 = left_with_f15 left_with_prev = left_with_prev left_with_next = left_with_next left_with_first = left_with_first left_with_last = left_with_last imrg_wa = ximrg EXCEPTIONS no_authority = 1 work_order_not_found = 2 imrg_not_found = 3 imptt_not_found = 4 type_not_found = 5 point_locked = 6 point_inactive = 7 timestamp_in_future = 8 timestamp_duprec = 9 OTHERS = 10.
/SAPCEM/SHIPDOC_MEAS_POINT_GET CALL FUNCTION '/SAPCEM/SHIPDOC_MEAS_POINT_GET' EXPORTING i_blart = i_blart i_equnr = i_equnr i_beweg = i_beweg IMPORTING e_impt1 = r_j_3gimpt1 EXCEPTIONS no_measure_point = 1 OTHERS = 2.
MEASUREM_DIALOG_UPDATE CALL FUNCTION 'MEASUREM_DIALOG_UPDATE' IMPORTING indicator_update = indicator_update EXCEPTIONS OTHERS = 1.
MEASUREM_DOCUM_CANCEL_ARRAY CALL FUNCTION 'MEASUREM_DOCUM_CANCEL_ARRAY' EXPORTING messages_allowed = ' ' TABLES cancel_requests = cancel_requests EXCEPTIONS error_message = 1.
MEASUREM_BUFFER_INITIALIZE CALL FUNCTION 'MEASUREM_BUFFER_INITIALIZE' EXPORTING including_dequeue = 'X' EXCEPTIONS OTHERS = 1.
MEASUREM_POINT_REMOVE_BUFFER CALL FUNCTION 'MEASUREM_POINT_REMOVE_BUFFER' EXPORTING measurement_point = p_impt EXCEPTIONS error_message = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.