J_3RMOBVEDF01 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 J_3RMOBVEDF01 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: At selection screen forms
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = g_variant i_save = gc_save i_tabname_header = gc_tabname_header i_tabname_item = gc_tabname_item * it_default_fieldcat = importing e_exit = l_exit es_variant = gx_variant exceptions not_found = 2.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-101 * DIAGNOSE_OBJECT = ' ' text_question = text-100 text_button_1 = text-030 icon_button_1 = 'ICON_OKAY' text_button_2 = text-031 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' start_column = 25 start_row = 6 popup_type = 'ICON_DELETE' importing answer = l_result * TABLES * PARAMETER = exceptions text_not_found = 1 others = 2.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-103 text_question = text-102 text_button_1 = text-030 icon_button_1 = 'ICON_OKAY' text_button_2 = text-031 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' importing answer = l_result exceptions text_not_found = 1 others = 2.
REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' exporting i_save = gc_save changing cs_variant = p_gx_variant.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = g_repid tables selection_table = seltab_cur exceptions not_found = 1 no_report = 2 others = 3.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = g_repid tables selection_table = seltab_cur exceptions not_found = 1 no_report = 2 others = 3.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = g_repid tables selection_table = seltab_cur exceptions not_found = 1 no_report = 2 others = 3.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = g_repid tables selection_table = seltab_cur exceptions not_found = 1 no_report = 2 others = 3.
BUKRS_AUTHORITY_CHECK Call Function 'BUKRS_AUTHORITY_CHECK' Exporting xdatabase = 'B' Tables xbukreis = lt_bukrs.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY_MORE' text = text-tb1 info = text-tb1 IMPORTING RESULT = p_tbmattyp EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ENTER_MORE' text = text-tb1 info = text-tb1 IMPORTING RESULT = p_tbmattyp EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY_MORE' text = text-tb2 info = text-tb2 IMPORTING RESULT = p_tbspecst EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ENTER_MORE' text = text-tb2 info = text-tb2 IMPORTING RESULT = p_tbspecst EXCEPTIONS OTHERS = 0.
REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = gc_save changing cs_variant = gx_variant exceptions not_found = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.