RS_CHANGE_PARAM 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 RS_CHANGE_PARAM 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: NAME = Parameter Name
Selection Text: VALUE = Parameter Value
Text Symbol: 001 = Parameter & Changed From # -> $
INCLUDE TSKHINCL.
No SAP DATABASE tables are accessed within this REPORT code!
RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING sl_message_area = 'Q1' sl_message_subid = '9' pre_param_long = name EXCEPTIONS OTHERS = 1.
RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING sl_message_area = 'Q1' sl_message_subid = 'A' pre_param_long = entry EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_CHANGE_PARAM - Switching of Dynamic Profile Parameters RS_CHANGE_PARAM - Switching of Dynamic Profile Parameters RS_CHANGE_DEVC_LANG_FROM_SPACE - Report RS_CHANGE_DEVC_LANG_FROM_SPACE RS_CHANGE_DEVC_LANG_FROM_SPACE - Report RS_CHANGE_DEVC_LANG_FROM_SPACE RS_CATT_STARTTOP - Include RS_CATT_STARTTOP RS_CATT_START - Program RS_CATT_START