RSMON000_CHANGE_PARAMETER 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 RSMON000_CHANGE_PARAMETER 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: PARAM3 = Additional Parameter 3
Selection Text: PARAM2 = Additional Parameter 2
Selection Text: PARAM1 = Additional Parameter 1
Title: Program for switching between dispatcher and task handler parameters
Text Symbol: 113 = Changes are not permanent and are deleted when the server is restarted!
Text Symbol: 112 = Modification of & deactivated
Text Symbol: 111 = Log
Text Symbol: 110 = Parameter & changed
Text Symbol: 109 = Unexpected error
Text Symbol: 108 = Error in Shared Memory of Profile Params
Text Symbol: 107 = Invalid value # for parameter &
Text Symbol: 106 = Parameter & not found
Text Symbol: 105 = Parameter & cannot be changed
Text Symbol: 104 = Changes only allowed within system
Text Symbol: 103 = No authorization to change parameters
Text Symbol: 102 = Communication error
Text Symbol: 101 = Unknown OP code
Text Symbol: 006 = New value
Text Symbol: 005 = Old value
Text Symbol: 004 = Param. Name
Text Symbol: 003 = Cancel
Text Symbol: 002 = Change
Text Symbol: 001 = Dynamic Changes of Profile Parameters
INCLUDE TSKHINCL.
No SAP DATABASE tables are accessed within this REPORT code!
PFL_SHOW_PARAMETER_DOCU CALL FUNCTION 'PFL_SHOW_PARAMETER_DOCU' EXPORTING PARAMETER_NAME = PARANAME EXCEPTIONS OTHERS = 0.
TH_CHANGE_PARAMETER CALL FUNCTION 'TH_CHANGE_PARAMETER' EXPORTING PARAMETER_NAME = PNAME PARAMETER_VALUE = PVALUE CHECK_PARAMETER = CHECK_PARAMETER EXCEPTIONS UNKNOWN_OPCODE = 1 NOT_AUTHORIZED = 3 NOT_IN_SAME_SYSTEM = 4 NOT_CHANGEABLE = 5 NOT_FOUND = 6 INVALID_VALUE = 7 SHMPRF_ERROR = 8 OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSMON000_CHANGE_PARAMETER - Program for switching between dispatcher and task handler parameters RSMON000_CHANGE_PARAMETER - Program for switching between dispatcher and task handler parameters RSMON000_CHANGE_ALL_PARAMETER - Program for switching between dispatcher and task handler parameters RSMON000_CHANGE_ALL_PARAMETER - Program for switching between dispatcher and task handler parameters RSMON000_ANALYSE_CONVID_ALV - System-wide search of all communication partners of a Convid RSMON000_ANALYSE_CONVID_ALV - System-wide search of all communication partners of a Convid