SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

RSAL_COLLECT_APPSRV_INFO_4_ALV SAP ABAP Report - Program RSAL_COLLECT_SYS_ALERTS_4_ALV







RSAL_COLLECT_APPSRV_INFO_4_ALV 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 RSAL_COLLECT_APPSRV_INFO_4_ALV 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 RSAL_COLLECT_APPSRV_INFO_4_ALV. "Basic submit
SUBMIT RSAL_COLLECT_APPSRV_INFO_4_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT RSAL_COLLECT_APPSRV_INFO_4_ALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RSAL_COLLECT_SYS_ALERTS_4_ALV
Text Symbol: 001 = Status
Text Symbol: 002 = Servers
Text Symbol: 003 = Host name
Text Symbol: 004 = Service
Text Symbol: 005 = Type
Text Symbol: 006 = IP address
Text Symbol: 007 = Port
Text Symbol: 008 = System


INCLUDES used within this REPORT RSAL_COLLECT_APPSRV_INFO_4_ALV

INCLUDE: RSALINTI, RSALUTILS.
INCLUDE: RSALINTI, RSALUTILS.


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:

SALC_SETTINGS CALL FUNCTION 'SALC_SETTINGS' * EXPORTING * PROGRESS_INDICATOR = ' ' EXCEPTIONS OTHERS = 99.

SCSMROUTE_SETTINGS_ON_LOAD CALL FUNCTION 'SCSMROUTE_SETTINGS_ON_LOAD' * EXPORTING * use_prio_routes = 'X' * route_cache_valid_minutes = 10 * only_local_sysid = ' ' * rfc_allowed = 'X' EXCEPTIONS OTHERS = 99.

SALR_SYS_GROUP_GET_SYSTEMS CALL FUNCTION 'SALR_SYS_GROUP_GET_SYSTEMS' EXPORTING group_name = temp_sys_grp TABLES member_systems = systems EXCEPTIONS group_not_found_in_repository = 1 group_has_no_members = 2 neither_guid_nor_name_given = 3 both_guid_and_name_given = 4 not_authorized = 5 internal_error = 6 OTHERS = 99.

SCSM_SYSTEM_LIST CALL FUNCTION 'SCSM_SYSTEM_LIST' TABLES systems = sys_dest_tbl EXCEPTIONS OTHERS = 99.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = msg_serv_list EXCEPTIONS no_server_list = 1 OTHERS = 99.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' DESTINATION sys_dest_tbl-destinat TABLES list = msg_serv_list EXCEPTIONS no_server_list = 1 OTHERS = 99.

CONVERT_SAP_LANG_TO_ISO_LANG CALL FUNCTION 'CONVERT_SAP_LANG_TO_ISO_LANG' EXPORTING input = sy-langu IMPORTING output = language EXCEPTIONS unknown_language = 1 OTHERS = 99.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = logical_system EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 99.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ALAPSRVALV' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = field_catalog.



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