RGRSETPW 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 RGRSETPW 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.
Selection Text: %_SKP003 = ?...(%_SKP003)
Selection Text: %_SKP005 = ?...(%_SKP005)
Selection Text: %_U003%% = ?...(%_U003%%)
Selection Text: INDXN = Name of the saved data
Selection Text: INDXPWD = Old password
Selection Text: INDXPWD1 = New password
Selection Text: INDXPWD2 = Repeat new password
Selection Text: JOB_NAME = Report group
Title: Report Writer: Change Password for Saved Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_CLIENT_ENCODE CALL FUNCTION 'G_CLIENT_ENCODE' EXPORTING MMM = SY-MANDT IMPORTING MM = SEL_REPORT-MM.
G_SELECT_INDX_ENTRY CALL FUNCTION 'G_SELECT_INDX_ENTRY' EXPORTING INDXN = INDXN JOB = JOB_NAME START_ROW = 1 START_COLUMN = 1 IMPORTING INDXN_NAME = INDXN EXCEPTIONS NO_ENTRY_PICKED = 4 NO_INDX_ENTRIES = 8.
G_SELECT_INDX_ENTRY CALL FUNCTION 'G_SELECT_INDX_ENTRY' EXPORTING INDXN = INDXN JOB = JOB_NAME START_ROW = 1 START_COLUMN = 1 IMPORTING INDXN_NAME = INDXN EXCEPTIONS NO_ENTRY_PICKED = 4 NO_INDX_ENTRIES = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGRSETPW - Report Writer: Change Password for Saved Data RGRSETPW - Report Writer: Change Password for Saved Data RGRRTF00 - Report Writer: Copy Reports from Source Client RGRRTF00 - Report Writer: Copy Reports from Source Client RGRRTE00 - Report Writer: Export Reports RGRRTE00 - Report Writer: Export Reports