SAP Reports / Programs

RSUMOD0X SAP ABAP Report - Determine Modified Objects for Development Environment







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


Text pool values


Title: Determine Modified Objects for Development Environment
Text Symbol: 001 = Report RSUMOD0X
Text Symbol: 011 = Request
Text Symbol: 012 = Type
Text Symbol: 013 = Resolved
Text Symbol: 015 = VERSIONS CLOSED
Text Symbol: 016 = Object:
Text Symbol: 021 = Entry


INCLUDES used within this REPORT RSUMOD0X

INCLUDE RSUMOPRO.


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:

TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemedit = gv_systemedit systemname = gv_systemname systemtype = gv_systemtype exceptions no_systemname = 01 no_systemtype = 02.

SUBST_ACCU_MODIFICATION_TASKS call function 'SUBST_ACCU_MODIFICATION_TASKS' exporting iv_with_ctrans = ' ' " without C-Transports tables pt_e070 = lt_e070 exceptions others = 1.

TRINT_E071_LOCKFLAG_READ call function 'TRINT_E071_LOCKFLAG_READ' exporting iv_lockflag = ls_e071-lockflag importing ev_symbolic_value = lv_symbolic_value.

TR_CHECK_TYPE call function 'TR_CHECK_TYPE' exporting wi_e071 = ls_e071 importing pe_result = lv_result we_tadir = ls_tadir.

SUMO_RESOLVE_E071_OBJ call function 'SUMO_RESOLVE_E071_OBJ' exporting e071_obj = ls_e071 tables obj_tab = lt_e071 exceptions others = 2.

CLM_INSERT_PROT_ONLY call function 'CLM_INSERT_PROT_ONLY' tables prot_object_list = gt_smodi_log_prottab exceptions insert_failed = 1 others = 2.

SVRS_PREPARE_IMPORT call function 'SVRS_PREPARE_IMPORT' exporting objname = lt_vrsd-objname objtype = lt_vrsd-objtype korrnum = lv_korrnum exceptions no_version = 1 others = 2.

FUNCTION_EXISTS call function 'FUNCTION_EXISTS' exporting funcname = lv_funcname importing include = lv_include exceptions function_not_exist = 1 others = 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 RSUMOD0X or its description.