SAP Reports / Programs

ROIO_MX_LIST SAP ABAP Report - List tracking extracts







ROIO_MX_LIST 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 ROIO_MX_LIST into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3O_MX01 - Tracking extracts


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


Text pool values


Selection Text: P_SYSTEM = Select system extracts
Selection Text: P_USER = Select user extracts
Selection Text: P_VARI = D Layout
Selection Text: S_CRDATE = Create date
Selection Text: S_CRUSER = Create user
Selection Text: S_EXPDT = D Expiry date
Selection Text: S_MTPRF = D Profile
Selection Text: S_MTXGP = D Extract group
Selection Text: S_MTXID = D Extract Id
Selection Text: S_MTXNM = D Extract name
Selection Text: S_MTXUS = D Extract user
Selection Text: S_PGMID = D Created by program
Title: List tracking extracts
Text Symbol: 001 = Select user extracts for..
Text Symbol: B01 = Extract type
Text Symbol: B02 = Selection
Text Symbol: B03 = Administration
Text Symbol: B04 = Display
Text Symbol: D01 = Confirm deletion
Text Symbol: D02 = Delete selected extracts


INCLUDES used within this REPORT ROIO_MX_LIST

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:

OIO_CM_ACTIVE call function 'OIO_CM_ACTIVE' exceptions inactive = 1 others = 2.

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = gs_restrict exceptions too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 others = 9.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'ROIO_MX_LIST' i_client_never_display = 'X' i_bypassing_buffer = gc_no_fcat_buffer changing ct_fieldcat = pt_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

OIO_MX_DISPLAY call function 'OIO_MX_DISPLAY' exporting i_type = ls_list-mtxty i_id = ls_list-mtxid i_user = ls_list-mtxus exceptions invalid_type = 1 not_found = 2 others = 3.

OIO_MX_DISPLAY call function 'OIO_MX_DISPLAY' exporting i_type = ls_list-mtxty i_id = ls_list-mtxid i_user = ls_list-mtxus exceptions invalid_type = 1 not_found = 2 others = 3.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-d01 text_question = text-d02 default_button = '2' display_cancel_button = ' ' start_column = 25 start_row = 6 importing answer = l_ans exceptions text_not_found = 1 others = 2.

OIO_MU_DELETE call function 'OIO_MU_DELETE' exporting i_type = ls_list-mtxty i_id = ls_list-mtxid i_user = ls_list-mtxus exceptions invalid_type = 1 not_found = 2 others = 3.

REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = g_save changing cs_variant = ls_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.

REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' exporting i_save = g_save changing cs_variant = ls_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = gs_variant i_save = g_save i_display_via_grid = ' ' importing e_exit = g_exit es_variant = gs_variant exceptions not_found = 1 program_error = 2 others = 3.



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