SAP Reports / Programs | Materials Management(MM) SAP MM

J_3RMOBVEDF01 SAP ABAP INCLUDE - At selection screen forms







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


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


Text pool values


Title: At selection screen forms


INCLUDES used within this REPORT J_3RMOBVEDF01

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:

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.



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