SAP Reports / Programs

RSPFDB_ADMIN SAP ABAP Report - Performance Database Administration







RSPFDB_ADMIN 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 RSPFDB_ADMIN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RZ23N - Central Performance History


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


Text pool values


Title: Performance Database Administration
Text Symbol: 001 = Performance Database Administration
Text Symbol: 002 = Database update successfully completed
Text Symbol: 003 = Caution: You should ensure that all monitored systems are available during an initialization. Continue?


INCLUDES used within this REPORT RSPFDB_ADMIN

INCLUDE RSALEXTI.
INCLUDE RSALPFDB.


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:

SCSMROUTE_SETTINGS_ON_LOAD CALL FUNCTION 'SCSMROUTE_SETTINGS_ON_LOAD' EXPORTING USE_PRIO_ROUTES = 'X' ONLY_LOCAL_SYSID = ' ' RFC_ALLOWED = 'X' PROGRESS_INDICATOR = ' ' EXCEPTIONS SETTING_NOT_ALLOWED = 1 OTHERS = 2 .

SALP_UI_COLL_REORG_SCHEMA CALL FUNCTION 'SALP_UI_COLL_REORG_SCHEMA' EXPORTING policyid = cosname mode = 'V'.

SALP_UI_CORESCH_DETAILS CALL FUNCTION 'SALP_UI_CORESCH_DETAILS' EXPORTING POLICYID = cosname MODE = 'V' IMPORTING OUT_POLICYID = cosname.

SALU_CENTRAL_ASSIGNMENTS CALL FUNCTION 'SALU_CENTRAL_ASSIGNMENTS' EXPORTING MODE_CENTRAL_AUTOREACTION = ' ' MODE_PERFDB_REORG_SCHEMES = 'X' * TABLES * MTECLASSES = * SYSTEMS = .

SALP_UI_SEL_OBJ_FROM_PFDB CALL FUNCTION 'SALP_UI_SEL_OBJ_FROM_PFDB' EXPORTING no_select = 'X' * IMPORTING * CANCEL_FLAG = TABLES * IN_SYSTEMS = out_tab = tab.

SALP_UI_DEF_REPORT CALL FUNCTION 'SALP_UI_DEF_REPORT' EXPORTING REPDEFNAM = repdefnam MODE = 'V' IMPORTING OUT_NAME = repdefnam.

SALP_UI_SCHEDUL_REPORTS CALL FUNCTION 'SALP_UI_SCHEDUL_REPORTS' .

SALP_UI_REPORT_BROWSER CALL FUNCTION 'SALP_UI_REPORT_BROWSER' .

SALP_UI_CALENDAR_SCHEMAS CALL FUNCTION 'SALP_UI_CALENDAR_SCHEMAS' EXPORTING calname = calname mode = 'V' IMPORTING OUT_CALNAME = calname.

SALP_UI_AGGREGATION_PROFILES CALL FUNCTION 'SALP_UI_AGGREGATION_PROFILES' EXPORTING sftname = sftname mode = 'V' IMPORTING OUT_SFTNAME = sftname.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU popup_title = tit * START_COLUMN = 10 * START_ROW = 3 text_object = to_name "edit text in se61 (textclass='text in dialog')! HELP_MODAL = 'X' * IMPORTING * CANCELLED = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2 .

SALP_POP_CONFIRM_4_STR CALL FUNCTION 'SALP_POP_CONFIRM_4_STR' EXPORTING POPTEXT = poptext NUMBR_OF_BUTTONS = '2' IMPORTING ANSWER = pans.

SALP_CREATE_COLL_TAB_BATCH CALL FUNCTION 'SALP_CREATE_COLL_TAB_BATCH' EXPORTING * SYSID = '*' * JOBNAME = 'SAP_CCMS_PFDB_COUP' * DELAY = 0 INFOTEXT = ' ' RENEW = 'X' EXCEPTIONS JOB_NOT_STARTED = 1 VARIANT_ERROR = 2 TOO_MANY_JOBS = 3 OTHERS = 4.

SALP_CREATE_COLL_TAB_BATCH CALL FUNCTION 'SALP_CREATE_COLL_TAB_BATCH' EXPORTING * SYSID = '*' * JOBNAME = 'SAP_CCMS_PFDB_COUP' * DELAY = 0 INFOTEXT = ' ' RENEW = ' ' SYSID_SRC = sytar EXCEPTIONS JOB_NOT_STARTED = 1 VARIANT_ERROR = 2 TOO_MANY_JOBS = 3 OTHERS = 4.

SALC_PERF_READ CALL FUNCTION 'SALC_PERF_READ' * EXPORTING ONLY_LOCAL = ' ' BYPASS_CACHE = ' ' TABLES TID = tids PERFTYPERC = infotab EXCEPTIONS C_CALL_FAILED = 1 OTHERS = 2.

SALC_PERF_READ CALL FUNCTION 'SALC_PERF_READ' * EXPORTING ONLY_LOCAL = ' ' BYPASS_CACHE = ' ' TABLES TID = tids PERFTYPERC = infotab EXCEPTIONS C_CALL_FAILED = 1 OTHERS = 2.

SALP_POP_INFO_STR CALL FUNCTION 'SALP_POP_INFO_STR' EXPORTING INFOTEXT = bla.

SALP_GET_PARAMETER CALL FUNCTION 'SALP_GET_PARAMETER' EXPORTING paramname = wa IMPORTING PARAMVALUE = old EXCEPTIONS PARAM_NOT_EXIST = 1 OTHERS = 2 .



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