RSPFDBTS_INIT 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 RSPFDBTS_INIT 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: Initial Drive for Data Collection on Every Application Server
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TH_SERVER_LIST *CALL FUNCTION 'TH_SERVER_LIST' ** EXPORTING ** SERVICES = 255 * TABLES * LIST = SERVER_TBL * EXCEPTIONS * NO_SERVER_LIST = 1 * OTHERS = 2.
SALP_BASIC_DATA_PUSH * CALL FUNCTION 'SALP_BASIC_DATA_PUSH' * STARTING NEW TASK SERVER_TBL-NAME * DESTINATION DEST * PERFORMING CHECK_RESULT ON END OF TASK * EXCEPTIONS * UPDATE_FROM_MSEG_ERROR = 1 "ignored here * GET_CONTEXT_ERROR = 2 "ignored here * COMMUNICATION_FAILURE = 3 MESSAGE MSG_TXT * SYSTEM_FAILURE = 4 MESSAGE MSG_TXT * OTHERS = 5.
SALI_PERF_REPORT_VALUE * CALL FUNCTION 'SALI_PERF_REPORT_VALUE' * EXPORTING * total_of_reported_values = coll_runtime * CHANGING * tid = coll_perf_tid * EXCEPTIONS * OTHERS = 99.
SALI_INTERNAL_SETTINGS *CALL FUNCTION 'SALI_INTERNAL_SETTINGS' * EXPORTING * ALLOW_SYSTEMWIDE = 'X' * EXCEPTIONS * SETTING_NOT_ALLOWED = 1 * OTHERS = 2.
SALP_CREATE_PERF_NODE *CALL FUNCTION 'SALP_CREATE_PERF_NODE' * IMPORTING * OUT_TID = parent_tid.
SALI_MO_CREATE_ATTACH *CALL FUNCTION 'SALI_MO_CREATE_ATTACH' * EXPORTING * PARENT_TID = parent_tid * MO_NAME = MO_GLO_PFDB_COLL_NAME * NUMRANGE = AL_NR_AUTO * VISIBLE_ON_USERLEV = AL_VISIBLE_EXPERT * MT_CLASS = MO_GLO_PFDB_COLL_CLASS * IMPORTING * NEW_TID = parent_tid * EXCEPTIONS * INVALID_TID = 1 * UNABLE_TO_EXPAND_NAME = 2 * INVALID_PARAMETERS = 3 * COMMUNICATION_FAILURE = 4 * OTHER_PROBLEM = 5 * WRONG_SEGMENT = 6 * INTERNAL_FAILURE_SALS = 7 * NO_MORE_SPACE = 8 * OTHERS = 9.
SALI_PERF_CREATE_ATTACH *CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' * EXPORTING * PARENT_TID = parent_tid * MTE_NAME = PERF_PFDB_COLL_RUNTIME_NAME * MTE_CLASS = PERF_PFDB_COLL_RUNTIME_CLASS * MTE_NUMRANGE = AL_NR_AUTO * MTE_SEVERITY = 30 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_EXPERT * MTE_KEEPALTYPE = AL_KEEP_NEWEST * MTE_KEEPALMAX = 10 * MTE_F1_HELP_TEXT_MSGID = 'RT' * MTE_F1_HELP_TEXT_MSGNO = 093 * PERF_CUSTOMIZING_GROUP = PERF_PFDB_COLL_RUNTIME_CLASS * PERF_THRESHOLD_GREEN_TO_YELLOW = 180 * PERF_THRESHOLD_YELLOW_TO_RED = 240 * PERF_THRESHOLD_YELLOW_TO_GREEN = 120 * PERF_THRESHOLD_RED_TO_YELLOW = 180 * PERF_UNIT_TO_DISPLAY = 'sec' * IMPORTING * NEW_TID = coll_perf_tid * EXCEPTIONS * INVALID_TID = 1 * UNABLE_TO_EXPAND_NAME = 2 * INVALID_PARAMETERS = 3 * COMMUNICATION_FAILURE = 4 * OTHER_PROBLEM = 5 * WRONG_SEGMENT = 6 * INTERNAL_FAILURE_SALS = 7 * NO_MORE_SPACE = 8 * OTHERS = 9.
SALI_MSC_CREATE_ATTACH *CALL FUNCTION 'SALI_MSC_CREATE_ATTACH' * EXPORTING * PARENT_TID = parent_tid * MTE_NAME = MSC_PFDB_COLL_NAME * MTE_CLASS = MSC_PFDB_GENERAL_CLASS * MTE_NUMRANGE = AL_NR_AUTO * MTE_SEVERITY = 30 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_EXPERT * MTE_KEEPALTYPE = AL_KEEP_NEWEST * MTE_KEEPALMAX = 10 * MTE_F1_HELP_TEXT_MSGID = 'RT' * MTE_F1_HELP_TEXT_MSGNO = 141 * MSC_CUSTOMIZING_GROUP = CCMS_MSC_CUSGROUP * MSC_SUBTYPE = al_std_msc_cache * MSC_ACTUAL_MSG_MODE = AL_TD_MSC_VAL_MODE_LAST * "same as default * MSC_ACTUAL_MSG_TIMEFRAME_MINUT = 30 * MSC_MAX_ALERTS_PER_MSGID = 5 * IMPORTING * NEW_TID = coll_msc_tid * EXCEPTIONS * INVALID_TID = 1 * UNABLE_TO_EXPAND_NAME = 2 * INVALID_PARAMETERS = 3 * COMMUNICATION_FAILURE = 4 * OTHER_PROBLEM = 5 * WRONG_SEGMENT = 6 * INTERNAL_FAILURE_SALS = 7 * NO_MORE_SPACE = 8 * OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSPFDBTS_INIT - Initial Drive for Data Collection on Every Application Server RSPFDBTS_INIT - Initial Drive for Data Collection on Every Application Server RSPFDBFR1 - Include RSPFDBFR1 RSPFCONS - Internal Constants for Profile Maintenance RSPENDINGNOTES - Report to find unassigned documents RSPENDINGNOTES - Report to find unassigned documents