SAP Reports / Programs

RSMODIPROJ_SHOW_EDIT SAP ABAP Report - Show/Edit List of SPAU Objects Modified in More Than One Project







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


Text pool values


List of Selected SPAU Objects with Several Modifications
Selection Text: P_STATUS = Processing Status
Selection Text: R_OBJ = Objects (LIMU)______________
Selection Text: S_USER = Agents
Selection Text: S_PROJ = Project
Selection Text: S_PATUPG = Support package/upgrade
Selection Text: R_USER = Process _________________
Selection Text: R_STATUS = Processing Status___________
Selection Text: R_PROJ = Projects___________________
Title: Show/Edit List of SPAU Objects Modified in More Than One Project
Text Symbol: 013 = Project
Text Symbol: 014 = Support package/upgrade
Text Symbol: 015 = OK
Text Symbol: 016 = Agents
Text Symbol: 017 = Date
Text Symbol: 018 = Time
Text Symbol: 019 = Comment
Text Symbol: 012 = LIMU ObjectName
Text Symbol: 001 = Selections
Text Symbol: 002 = Group in Display According To
Text Symbol: 003 = Only Objects NOT Adjusted
Text Symbol: 008 = Display
Text Symbol: 009 = Edit
Text Symbol: 010 = SPAU
Text Symbol: 011 = STy.
Text Symbol: 020 = Processing Status
Text Symbol: 021 = Objects Flagged as Edited
Text Symbol: 022 = Objects Flagged as NOT EDITED
Text Symbol: 023 = Data has been changed
Text Symbol: 024 = Save Before Exiting Processing?
Text Symbol: 025 = Exit Processing


INCLUDES used within this REPORT RSMODIPROJ_SHOW_EDIT

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:

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' "geht nicht mit Dynpros, ... !!!

TR_OBJECT_JUMP_TO_TOOL CALL FUNCTION 'TR_OBJECT_JUMP_TO_TOOL' EXPORTING iv_pgmid = 'LIMU' iv_object = ls_smodiproj_xt-sub_type iv_obj_name = ls_smodiproj_xt-sub_name iv_action = 'SHOW' EXCEPTIONS jump_not_possible = 1 error_message = 2.

SVRS_DISPLAY_VERSION CALL FUNCTION 'SVRS_DISPLAY_VERSION' EXPORTING pgmid = 'LIMU' object = ls_smodiproj_xt-sub_type obj_name = ls_smodiproj_xt-sub_name EXCEPTIONS error_message = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-023 textline2 = text-024 titel = text-025 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = l_answer.



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