SAP Reports / Programs

RSCSGREO SAP ABAP Report - CCMS Monitoring: Reorganizing Context/Segment Assignmenmt







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


Text pool values


CCMS Monitoring: Context/Segment Assignment
Selection Text: REMOVALL = Delete table ALCONSEG
Selection Text: REMOVCTX = Delete app. srvr contexts
Selection Text: REMOVREM = Delete remote entries
Selection Text: REORGCTX = Reorg. app. srvr contexts
Title: CCMS Monitoring: Reorganizing Context/Segment Assignmenmt
Text Symbol: 001 = Delete table ALCONSEG
Text Symbol: 002 = Delete all local application server entries
Text Symbol: 003 = Reorganize local application server entries
Text Symbol: 004 = (Deleting entries for inactive servers)
Text Symbol: 005 = Reorganizing/deleting entries in table ALCONSEG
Text Symbol: 006 = Delete all entries for remote systems/servers
Text Symbol: 007 = Create/Reorganize Logical Ports for System Management
Text Symbol: 008 = Add Missing Logical Ports in This Client
Text Symbol: 009 = Delete and Recreate All Logical Ports in This Client
Text Symbol: 010 = Web Service connections to CCMS agents (sapstarsrv) are client-dependent


INCLUDES used within this REPORT RSCSGREO

INCLUDE RSALEXTI.
INCLUDE RSALINTI.


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:

ENQUEUE_E_ALCONSEG CALL FUNCTION 'ENQUEUE_E_ALCONSEG' EXPORTING _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 99.

DEQUEUE_E_ALCONSEG CALL FUNCTION 'DEQUEUE_E_ALCONSEG' EXCEPTIONS OTHERS = 0.

SCSM_SYSTEM_LIST * CALL FUNCTION 'SCSM_SYSTEM_LIST' * EXPORTING * sys_group = '' * include_local_sys = 'X' * TABLES * systems = l_ccms_systems * EXCEPTIONS * group_not_found_in_repository = 1 * group_has_no_members = 2 * csm_bk_internal_error = 3 * OTHERS = 4.

SAL_WS_COPY_PORTS_TO_SYMANDT * CALL FUNCTION 'SAL_WS_COPY_PORTS_TO_SYMANDT' * EXPORTING * longsid = -sysid * overwrite_existing_ports = overw_lp * TABLES * error_msg_table = error_msg_table * info_msg_table = info_msg_table * EXCEPTIONS * cannot_create_instance_ports = 1 * cannot_get_system_instance_lst = 2 * no_authorization = 3 * system_unknown = 4 * OTHERS = 5.



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