SAP Reports / Programs

SAPRSEUT SAP ABAP Report - Utility: Update Object Lists After Transport







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


Text pool values


Title: Utility: Update Object Lists After Transport
Text Symbol: 001 = The program analysis had to be terminated due to serious syntax errors in the following programs:
Text Symbol: 002 = Correct the Syntax Errors.
Text Symbol: 003 = For the corrected programs, you can recreate the index using the 'Refresh' function in the Workbench.
Text Symbol: 004 = You can find the 'Refresh' function on the initial screen of trans. SE80.
Text Symbol: ENH = Test Run Enh. Successful


INCLUDES used within this REPORT SAPRSEUT

INCLUDE LBTCHDEF.


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:

RS_WHERE_USED_LIST_NEW_CHECK CALL FUNCTION 'RS_WHERE_USED_LIST_NEW_CHECK' EXCEPTIONS OTHERS = 1.

FUNCTION_INCLUDE_CONCATENATE CALL FUNCTION 'FUNCTION_INCLUDE_CONCATENATE' CHANGING program = l_prog group = l_str_area namespace = l_namespace complete_area = l_area EXCEPTIONS OTHERS = 0.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tabname state = 'M' IMPORTING dd02v_wa = l_dd02v_wa EXCEPTIONS OTHERS = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tabname state = 'M' IMPORTING dd02v_wa = l_dd02v_wa EXCEPTIONS OTHERS = 1.

O2_EUIMPORT CALL FUNCTION 'O2_EUIMPORT' EXPORTING p_object = objtype p_objname = objname p_operation = eui-operation.

WDY_WB_EUIMPORT_DELETE CALL FUNCTION 'WDY_WB_EUIMPORT_DELETE' EXPORTING p_object = objtype p_objname = objname p_operation = eui-operation IMPORTING p_generate = l_wdy_generate.

PA_GET_SUPER_PACKAGE_NAME CALL FUNCTION 'PA_GET_SUPER_PACKAGE_NAME' EXPORTING i_package_name = current_devclass IMPORTING e_super_package_name = l_super_package_name.

RS_GET_MAINPROGRAMS CALL FUNCTION 'RS_GET_MAINPROGRAMS' EXPORTING name = inc-include TABLES mainprograms = master.

WDY_WB_GENERATE CALL FUNCTION 'WDY_WB_GENERATE' EXPORTING p_object_name = objname p_wait_for_enqueue = ' ' p_suppress_index_upd = ' ' EXCEPTIONS OTHERS = 1.

WDR_CFG_ADJUST_WUL CALL FUNCTION 'WDR_CFG_ADJUST_WUL' EXPORTING config_keys = l_wdy_configs.

RS_GET_MAINPROGRAMS CALL FUNCTION 'RS_GET_MAINPROGRAMS' EXPORTING name = pg TABLES mainprograms = master.

WB_TREE_ACTUALIZE CALL FUNCTION 'WB_TREE_ACTUALIZE' EXPORTING without_tree = without_tree tree_name = pname with_tcode_index = 'X' IMPORTING syntax_error = syntax_error.

FUNCTION_INCLUDE_CONCATENATE CALL FUNCTION 'FUNCTION_INCLUDE_CONCATENATE' EXPORTING include_number = s_tfdir-include IMPORTING include = s_include CHANGING program = p_name EXCEPTIONS OTHERS = 1.

FUNCTION_INCLUDE_CONCATENATE CALL FUNCTION 'FUNCTION_INCLUDE_CONCATENATE' EXPORTING include_number = p_include_number IMPORTING include = s_finclude CHANGING program = p_name EXCEPTIONS OTHERS = 1.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = rdd_jobname IMPORTING jobcount = rdd_jobcount EXCEPTIONS OTHERS = 01.

JOB_SUBMIT CALL FUNCTION 'JOB_SUBMIT' EXPORTING jobname = rdd_jobname jobcount = rdd_jobcount authcknam = rdd_username report = rdd_report EXCEPTIONS OTHERS = 01.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobname = rdd_jobname sdlstrtdt = rdd_strtdate sdlstrttm = rdd_strttime jobcount = rdd_jobcount EXCEPTIONS OTHERS = 01.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = rdd_jobcount jobname = rdd_jobname EXCEPTIONS OTHERS = 01.

BP_JOB_READ





CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount = l_job-jobcount job_read_jobname = l_job-jobname job_read_opcode = btc_read_all_jobdata TABLES job_read_steplist = step_list EXCEPTIONS OTHERS = 01.



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