SAP Reports / Programs

RSWF_GP_DISPLAY_DEPLOYED_GPS SAP ABAP Report - Guided Procedures: Select by Deployment Runs







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SWF_GP - Guided Procedures


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


Text pool values


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


INCLUDES used within this REPORT RSWF_GP_DISPLAY_DEPLOYED_GPS

INCLUDE RSWFGTOP . " GLOBAL DATA


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:

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[].



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