SAP Reports / Programs

RSPFDB_REMOVE_DEAD_BODYS SAP ABAP Report - Program RSPFDB_REMOVE_DEAD_BODYS







RSPFDB_REMOVE_DEAD_BODYS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Detecting and removing unnecessary or erroneous performance database entries and object catalog entries (=List of monitoring objects and monitoring attributes, the values of which are stored in the PerfDB) that cannot be recognized by the automatic reorganization (Program RSPFDB_REORG)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSPFDB_REMOVE_DEAD_BODYS 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 RSPFDB_REMOVE_DEAD_BODYS. "Basic submit
SUBMIT RSPFDB_REMOVE_DEAD_BODYS AND RETURN. "Return to original report after report execution complete
SUBMIT RSPFDB_REMOVE_DEAD_BODYS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: DBCHECK = PerfDB Entries w/o Obj.Entries
Selection Text: MTECHECK = Invalid Object Entries
Selection Text: OBCHECK = Objects w/o Perf. Attributes
Selection Text: TYPCHECK = Invalid PerfDB Entries
Title: Program RSPFDB_REMOVE_DEAD_BODYS
Text Symbol: 000 = Found Objects Without Associated Performance Attributes:
Text Symbol: 001 = Found PerfDB Entries Without Associated Entries in Object Catalog:
Text Symbol: 002 = Found invalid PerfDB entries were deleted
Text Symbol: 003 = No invalid PerfDB entries found
Text Symbol: 004 = Found invalid object entries were deleted


INCLUDES used within this REPORT RSPFDB_REMOVE_DEAD_BODYS

INCLUDE RSALPFDB.
INCLUDE RSALEXTI.


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:

SALR_MTE_READ_GENERAL CALL FUNCTION 'SALR_MTE_READ_GENERAL' EXPORTING TID = ALPERFOB_WA_TID * IMPORTING * GENERAL_INFO =
* TABLES * ALERTS = EXCEPTIONS INVALID_TID = 1 COMMUNICATION_PROBLEM = 2 INTERNAL_ERROR = 3 OTHER_PROBLEM = 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 RSPFDB_REMOVE_DEAD_BODYS or its description.