CSM_RESCUE_AGENTS 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 CSM_RESCUE_AGENTS 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.
Title: Program CSM_FILLREP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCSM_RG_NAMESPACE_OPEN *CALL FUNCTION 'SCSM_RG_NAMESPACE_OPEN' * EXPORTING * NAMESPACE_NAME = CSM_DEFAULT_DOMAIN * IMPORTING * NAMESPACE_OBJECT_ENTRY = namespace_entry ** TABLES ** TOP_LEVEL_OBJECTS = * EXCEPTIONS * NAMESPACE_NOT_FOUND = 1 * NOT_AUTHORIZED = 2 * INTERNAL_ERROR = 3 * OTHERS = 4 * .
SCSM_RG_OBJ_GET_BY_CLASS *CALL FUNCTION 'SCSM_RG_OBJ_GET_BY_CLASS' * EXPORTING ** SCHEME = SCHEME_BC * class = cls_r3agent ** GUID_OF_PARENT = ** TEST_PROPERTY = ** TEST_VALUE = * tables * object_entries = agent_objects * EXCEPTIONS * NO_CLASS_MEMBERS_FOUND = 1 * NOT_AUTHORIZED = 2 * BOTH_PROPRTY_AND_VALU_REQUIRED = 3 * PARENT_OBJ_NOT_FOUND = 4 * OTHERS = 5 * .
SALR_MTE_GET_TID_BY_NAME CALL FUNCTION 'SALR_MTE_GET_TID_BY_NAME' EXPORTING longname = '&SY\CCMS_Selfmonitoring\...\System Component Repository\Version'
SALI_MT_MARK_FOR_DESTRUCTION CALL FUNCTION 'SALI_MT_MARK_FOR_DESTRUCTION' EXPORTING TID = scr_tid * IMPORTING * DETAILED_ERROR_TEXT = EXCEPTIONS INVALID_TID = 1 COMMUNICATION_FAILURE = 2 OTHER_PROBLEM = 3 PERMISSION_DENIED = 4 WRONG_SEGMENT = 5 INTERNAL_FAILURE_SALS = 6 OTHERS = 7 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CSM_RESCUE_AGENTS - Program CSM_FILLREP CSM_RESCUE_AGENTS - Program CSM_FILLREP CSM_REG - Adding System to Central System Management CSM_REG - Adding System to Central System Management CSM_RECONCILE_REPOSITORIES - Program CSM_RECONCILE_REPOSITORIES CSM_RECONCILE_REPOSITORIES - Program CSM_RECONCILE_REPOSITORIES