SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Content Management Service(BC-SRV-KPR-CMS) SAP BC

RSCMSSVC SAP ABAP Report - Downtime Management for Content Server: Check and Display Status







RSCMSSVC 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 RSCMSSVC 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 RSCMSSVC. "Basic submit
SUBMIT RSCMSSVC AND RETURN. "Return to original report after report execution complete
SUBMIT RSCMSSVC 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: P_PX = Aliases
Selection Text: P_CS = Content Server
Selection Text: P_CA = Cache Server
Title: Downtime Management for Content Server: Check and Display Status
Text Symbol: 001 = Execute check for ...
Text Symbol: 002 = Checking Content Server ...
Text Symbol: 003 = Checking Cache Server ...
Text Symbol: 004 = Checking Aliases ...
Text Symbol: 005 = Group ID ...
Text Symbol: 006 = Group ID
Text Symbol: 007 = Position
Text Symbol: 008 = Position
Text Symbol: 009 = Status
Text Symbol: 010 = Status
Text Symbol: 011 = OK
Text Symbol: 012 = Error
Text Symbol: 013 = Inactive: error
Text Symbol: 014 = Inactive
Text Symbol: 015 = Unknown
Text Symbol: 016 = Content Server
Text Symbol: 017 = Cache Server
Text Symbol: 018 = Aliases


INCLUDES used within this REPORT RSCMSSVC

No INCLUDES are used within this REPORT code!


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:

SCMS_MON_POOL_TEST_CS call function 'SCMS_MON_POOL_TEST_CS' exporting host = -host port = -port ssl_port = -ssl_port * RFC_DEST = 'SAPHTTPA' * TIMEOUT = 10 exceptions failed = 1 parameter_error = 2 inactive = 3 others = 4 .

SCMS_MON_POOL_UPDATE_STACS call function 'SCMS_MON_POOL_UPDATE_STACS' exporting host = -host port = -port ssl_port = -ssl_port state = state force = 'X' exceptions others = 0.

SCMS_MON_POOL_TEST_CA call function 'SCMS_MON_POOL_TEST_CA' exporting host = -host port = -port ssl_port = -ssl_port * RFC_DEST = 'SAPHTTPA' * TIMEOUT = 10 exceptions failed = 1 parameter_error = 2 inactive = 3 others = 4 .

SCMS_MON_POOL_UPDATE_STACA call function 'SCMS_MON_POOL_UPDATE_STACA' exporting host = -host port = -port ssl_port = -ssl_port state = state force = 'X' exceptions others = 0.

SCMS_MON_POOL_TEST_PX call function 'SCMS_MON_POOL_TEST_PX' exporting host = -host port = -port ssl_port = -ssl_port * RFC_DEST = 'SAPHTTPA' * TIMEOUT = 10 exceptions failed = 1 parameter_error = 2 inactive = 3 others = 4 .

SCMS_MON_POOL_UPDATE_STAPX call function 'SCMS_MON_POOL_UPDATE_STAPX' exporting host = -host port = -port ssl_port = -ssl_port state = state force = 'X' exceptions others = 0.

SCMS_MON_POOL_CLEAR_UP_STA call function 'SCMS_MON_POOL_CLEAR_UP_STA' exceptions others = 0.

REUSE_ALV_BLOCK_LIST_INIT call function 'REUSE_ALV_BLOCK_LIST_INIT' exporting i_callback_program = repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * IT_EXCLUDING = .

REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = layout it_fieldcat = fieldcat_cs i_tabname = 'SCMS_STACS' it_events = events * IT_SORT = * I_TEXT = tables t_outtab = l_stacs exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3 .

REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = layout it_fieldcat = fieldcat i_tabname = 'SCMS_STACA' it_events = events * IT_SORT = * I_TEXT = tables t_outtab = l_staca exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3 .

REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = layout it_fieldcat = fieldcat i_tabname = 'SCMS_STAPX' it_events = events * IT_SORT = * I_TEXT = tables t_outtab = l_stapx exceptions program_error = 1 maximum_of_appends_reached = 2 others = 3 .

REUSE_ALV_BLOCK_LIST_DISPLAY call function 'REUSE_ALV_BLOCK_LIST_DISPLAY' * EXPORTING * I_INTERFACE_CHECK = ' ' * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = exceptions program_error = 1 others = 2 .

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * PERCENTAGE = 0 text = text .



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