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

RSALPHLP SAP ABAP INCLUDE - Help routines for PerfDB







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


Text pool values


Title: Help routines for PerfDB


INCLUDES used within this REPORT RSALPHLP

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:

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING DATE = curr_date IMPORTING WEEK = A_WEEK EXCEPTIONS DATE_INVALID = 1 OTHERS = 2.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = A_WEEK IMPORTING DATE = start_week_date EXCEPTIONS WEEK_INVALID = 1 OTHERS = 2.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = NR_RANGE OBJECT = NR_OBJECT * QUANTITY = '1' * SUBOBJECT = ' ' * TOYEAR = '0000' * IGNORE_BUFFER = ' ' IMPORTING NUMBER = LOCAL_UID EXCEPTIONS INTERVAL_NOT_FOUND = 1 NUMBER_RANGE_NOT_INTERN = 2 OBJECT_NOT_FOUND = 3 QUANTITY_IS_0 = 4 QUANTITY_IS_NOT_1 = 5 INTERVAL_OVERFLOW = 6 OTHERS = 99.

NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING OBJECT = NR_OBJECT IMPORTING ERROR = ERROR ERROR_OCCURED = ERROR_OCCURED WARNING_OCCURED = WARNING_OCCURED TABLES ERROR_IV = ERROR_IV INTERVAL = INTERVALS EXCEPTIONS OBJECT_NOT_FOUND = 1 OTHERS = 99.

NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING OBJECT = NR_OBJECT EXCEPTIONS OTHERS = 99.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = NR_RANGE OBJECT = NR_OBJECT IMPORTING NUMBER = LOCAL_UID EXCEPTIONS OTHERS = 99.

SALI_MC_CREATE_ATTACH CALL FUNCTION 'SALI_MC_CREATE_ATTACH' EXPORTING MCNAME = CCMS_SELFMON_MC NUMRANGE = AL_NR_SAP_MONI_SELF OWNER = CCMS_SELFMON_OWNER * SEGMENT = MT_CLASS = CCMS_SELFMON_MC_CLASS * SYSTEMWIDE_CONTEXT = ' ' IMPORTING ROOT_TID = parent_tid EXCEPTIONS UNABLE_TO_EXPAND_NAME = 1 SEGMENT_NOT_FOUND = 2 COMMUNICATION_FAILURE = 3 OTHER_PROBLEM = 4 WRONG_SEGMENT = 5 NO_MORE_SPACE = 6 OTHERS = 7.

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING PARENT_TID = parent_tid MO_NAME = MO_PFDB_NAME NUMRANGE = AL_NR_AUTO VISIBLE_ON_USERLEV = AL_VISIBLE_EXPERT MT_CLASS = MO_PFDB_NAME 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 = 120 PERF_THRESHOLD_YELLOW_TO_RED = 180 PERF_THRESHOLD_YELLOW_TO_GREEN = 60 PERF_THRESHOLD_RED_TO_YELLOW = 120 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.

SALP_CEN_SYST_GET CALL FUNCTION 'SALP_CEN_SYST_GET' TABLES CEN_SID_TBL = sid_list.



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