SAP Reports / Programs | Basis Components | Use Subcomponents | IMS: Agents and related topics(BC-CCM-MON-SHM) SAP BC

RSORA110 SAP ABAP Report - Display SAP, OS, and DB Parameter Changes







RSORA110 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 RSORA110 into the relevant SAP transactions such as SE38 or SE80


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 RSORA110. "Basic submit
SUBMIT RSORA110 AND RETURN. "Return to original report after report execution complete
SUBMIT RSORA110 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: PAHI_UPD = Write history?
Selection Text: LHOST = Host name
Selection Text: IPARTYPE = Parameter type (D,O,S)
Title: Display SAP, OS, and DB Parameter Changes
Text Symbol: S01 = System ID
Text Symbol: PT1 = Delete
Text Symbol: P0S = SAPSYSTEM
Text Symbol: P0O = Operating system
Text Symbol: P0D = Database
Text Symbol: H01 = HostName
Text Symbol: C0S = Dates of most recent SAPSYSTEM parameter changes
Text Symbol: C0O = Dates of most recent operating system parameter changes:
Text Symbol: C0D = Date of most recent DB parameter change:
Text Symbol: 012 = Parameters Explicitly Written in INIT.ORA
Text Symbol: 011 = List of Active Parameters
Text Symbol: 010 = History of Parameters
Text Symbol: 00D = <>
Text Symbol: 009 = Delete all parameters of host:
Text Symbol: 008 = Column
Text Symbol: 007 = Line
Text Symbol: 005 = New value
Text Symbol: 004 = Mod.date
Text Symbol: 003 = Value
Text Symbol: 002 = Parameter


INCLUDES used within this REPORT RSORA110

INCLUDE CCMS_SELFMON.


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:

MSS_GET_DESTINATION CALL FUNCTION 'MSS_GET_DESTINATION' IMPORTING rfcdestination = rfcdest EXCEPTIONS OTHERS = 1.

PROFILE_FROM_PAHI CALL FUNCTION 'PROFILE_FROM_PAHI' EXPORTING select_parameter_type = c01_partype select_hostname = c01_hostname select_systemid = c01_systemid select_start_date = lpahi-pardate TABLES profile_history = history EXCEPTIONS no_params_found_for_given_crit = 1 OTHERS = 2.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = imsxxlist.

PROFILE_TO_PAHI CALL FUNCTION 'PROFILE_TO_PAHI' DESTINATION imsxxlist-name EXPORTING select_parameter_type = lchange-partype select_hostname = lchange-hostname select_systemid = lchange-systemid EXCEPTIONS OTHERS = 1.

PROFILE_FROM_PAHI CALL FUNCTION 'PROFILE_FROM_PAHI' EXPORTING select_parameter_type = f01_partype select_hostname = f01_hostname select_systemid = f01_systemid select_start_date = spardate TABLES profile_history = history EXCEPTIONS no_params_found_for_given_crit = 1 OTHERS = 2.

MSS_DISPLAY_SYSCONFIGURES * CALL FUNCTION 'MSS_DISPLAY_SYSCONFIGURES' * TABLES * SYSCONFIGURES = CONFIGTAB * EXCEPTIONS * OTHERS = 1.

MSS_DISPLAY_SYSCONFIGURES * CALL FUNCTION 'MSS_DISPLAY_SYSCONFIGURES' * DESTINATION RFCDEST * TABLES * SYSCONFIGURES = CONFIGTAB * EXCEPTIONS * SYSTEM_FAILURE = 1 MESSAGE MSG_TEXT * COMMUNICATION_FAILURE = 2 MESSAGE MSG_TEXT.

S_DB_PARAMETERS_GET CALL FUNCTION 'S_DB_PARAMETERS_GET' TABLES param_tbl = param_tbl EXCEPTIONS wrong_database = 01.

MSS_DISPLAY_SYSCONFIGURES * CALL FUNCTION 'MSS_DISPLAY_SYSCONFIGURES' * TABLES * SYSCONFIGURES = CONFIGTAB * EXCEPTIONS * OTHERS = 1.

MSS_DISPLAY_SYSCONFIGURES * CALL FUNCTION 'MSS_DISPLAY_SYSCONFIGURES' * DESTINATION RFCDEST * TABLES * SYSCONFIGURES = CONFIGTAB * EXCEPTIONS * SYSTEM_FAILURE = 1 MESSAGE MSG_TEXT * COMMUNICATION_FAILURE = 2 MESSAGE MSG_TEXT.

S_DB_PARAMETERS_GET CALL FUNCTION 'S_DB_PARAMETERS_GET' TABLES param_tbl = param_tbl EXCEPTIONS wrong_database = 01.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'" popup 'sure to delete' EXPORTING titel = text-pt1 textline1 = text-009 textline2 = htext defaultoption = 'N' IMPORTING answer = answer.

STUO_READ_INITORA CALL FUNCTION 'STUO_READ_INITORA' EXPORTING file = file IMPORTING file_out = file_out TABLES prot_tab_neu = parameter_liste EXCEPTIONS invalid_file_name = 1 communication_error = 2 cancel = 3.

GET_CONFIG_DEFINED CALL FUNCTION 'GET_CONFIG_DEFINED' DESTINATION rfcdest EXPORTING local_remote = 'LOCAL' TABLES tf_config_defined = t_config_defined tf_config_defined_chr = t_config_defined_chr EXCEPTIONS internal_error_adress_failed = 01 internal_error_different_field = 02 internal_error_no_new_line = 03 collector_not_running = 04 shared_memory_not_available = 05 collector_busy = 06 version_conflict = 07 no_network_collector_running = 08 system_failure = 09 communication_failure = 10.

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = '\&SY\&INSTANCE_NAME\Server Configuration' "#EC NOTEXT IMPORTING tid = prof_tid EXCEPTIONS unable_to_expand_name = 1 name_not_found = 2 communication_failure = 3 other_problem = 4 internal_error = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_SMES_CREATE_ATTACH CALL FUNCTION 'SALI_SMES_CREATE_ATTACH' EXPORTING parent_tid = prof_tid mte_name = 'Parameter Changes' "#EC NOTEXT mte_class = 'Parameter_Changes' * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_ALL mte_keepalmax = 25 mte_seconds_til_collectingtool = 0 mte_seconds_until_set_inactive = 86400 * mte_seconds_warmuptime = 900 mte_f1_help_text_msgid = 'CCMS_SALK' mte_f1_help_text_msgno = 3 smes_customizing_group = 'Parameter_Changes' * SMES_SUBTYPE = AL_STD_NO_SUBCLASS * smes_alert_mode = AL_SMSG_ALMODE_ALWAYS * smes_alert_shift = AL_SMSG_ALSHIFT_UNCHG tool_collecting = 'CCMS_Explicitly_No_Method' * TOOL_ONALERT = tool_analyze = 'CCMS_profile_mon_anal' " TU02 * TOOL_TOOLDISPATCHER = 'RSHOSTPH for O type, RSSTATPH for type S, RSORACOL for type D, ...

SALI_SMES_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_SMES_REPORT_T100_MESSAGE' EXPORTING msgvalue = crit msgid = 'RT' msgno = 363 msgarg1 = parname * ARGTYPE1 = 'C' msgarg2 = par_oldval * ARGTYPE2 = 'C' msgarg3 = par_newval * ARGTYPE3 = 'C' msgarg4 = par_type * ARGTYPE4 = 'C' * DEFAULT_MSGTEXT = * REPORTEDBY = CHANGING tid = values_tid EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.



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