RSMONICM_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 RSMONICM_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.
Title: Report for Switching ICMAN Parameters
Text Symbol: 001 = Dynamic Changes of Profile Parameters
Text Symbol: 002 = Change
Text Symbol: 003 = Cancel
Text Symbol: 004 = Param. Name
Text Symbol: 005 = Old Value
Text Symbol: 006 = New Value
Text Symbol: 101 = Unknown OP code
Text Symbol: 102 = Communication Error
Text Symbol: 103 = No authorization to change parameters
Text Symbol: 104 = Changes only allowed within system
Text Symbol: 105 = Parameter & cannot be changed
Text Symbol: 106 = Parameter & not found
Text Symbol: 107 = Invalid value # for parameter &
Text Symbol: 108 = Error in Shared Memory of Profile Params
Text Symbol: 109 = Unexpected Error
Text Symbol: 110 = Parameter & changed
Text Symbol: 111 = Log
Text Symbol: 112 = Modification of & deactivated
Text Symbol: 113 = Changes are not permanent and are deleted when the ICM is restarted!
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.
RSMONICM_CHANGE_PARAMETER - Report for Switching ICMAN Parameters RSMONICM_CHANGE_PARAMETER - Report for Switching ICMAN Parameters RSMONICM_ALV - Internet Communication Monitor RSMONICM_ALV - Internet Communication Monitor RSMONICM - Internet Communication Monitor RSMONICM - Internet Communication Monitor