RSWF_GP_DISPLAY_DEPLOYED_GPS 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 RSWF_GP_DISPLAY_DEPLOYED_GPS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SWF_GP - Guided Procedures
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.
Selection Text: CATEGORY = Category
Selection Text: DATE = Date
Selection Text: ERRDEP = Deployments with Errors
Selection Text: OKDEP = Successful Deployments
Selection Text: TECHNAME = Name
Selection Text: TIME = Time
Selection Text: TIMESEL = Selection time period
Selection Text: UNAME = Users
Selection Text: WFTASK = Workflow task
Title: Guided Procedures: Select by Deployment Runs
Text Symbol: 000 = Select by Deployment Properties
Text Symbol: 001 = Select by Guided Procedures Properties
Text Symbol: 002 = Select by Workflow Properties
INCLUDE RSWFGTOP . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
SWF_GP_DISPLAY_DEPLOYED_GPS CALL FUNCTION 'SWF_GP_DISPLAY_DEPLOYED_GPS' EXPORTING it_date_range = date[] it_time_range = time[] it_uname_range = uname[] it_result_range = lt_rangetab_result[] it_techname_range = techname[] it_category_range = category[] it_wftask_range = wftask[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWF_GP_DISPLAY_DEPLOYED_GPS - Guided Procedures: Select by Deployment Runs RSWF_GP_DISPLAY_DEPLOYED_GPS - Guided Procedures: Select by Deployment Runs RSWF_GP_DEPLOY_BY_API_INC1 - RSWFGPDEPLOYBYAPIINC1 RSWF_EXP_VERIFY - Verification of Expression Package SWF_EXP RSWF_EXP_VERIFY - Verification of Expression Package SWF_EXP RSWF_EXP_TEST - Test ABAP Expression Syntax