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
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: 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
INCLUDE RSUMOPRO.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUMOD0X - Determine Modified Objects for Development Environment RSUMOD0X - Determine Modified Objects for Development Environment RSUMOD04 - Modification Adjustment: Repository (SPAU) RSUMOD04 - Modification Adjustment: Repository (SPAU) RSUMOD03 - Determine Modified Objects for Development Environment RSUMOD03 - Determine Modified Objects for Development Environment