SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Customer Enhancements(BC-DWB-CEX) SAP BC

RS_SMODILOG_DELETE_OBJECTS_OLD SAP ABAP Report - Delete the log entries of modified objects







RS_SMODILOG_DELETE_OBJECTS_OLD 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 RS_SMODILOG_DELETE_OBJECTS_OLD 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 RS_SMODILOG_DELETE_OBJECTS_OLD. "Basic submit
SUBMIT RS_SMODILOG_DELETE_OBJECTS_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RS_SMODILOG_DELETE_OBJECTS_OLD 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: SEL_USER = Changed by
Selection Text: SEL_DATE = Date of Change of
Selection Text: P_DISP = Display only
Selection Text: P_CHNG = Delete from database
Title: Delete the log entries of modified objects
Text Symbol: 043 = Name
Text Symbol: 042 = Type
Text Symbol: 041 = ID
Text Symbol: 036 = and lie within the selection ranges for this date and user
Text Symbol: 035 = Objects have been modified without using the Modification Assistant
Text Symbol: 033 = Unexpected Error
Text Symbol: 031 = Objects have been modified with the Modification Assistant
Text Symbol: 019 = No log entries found. Check seletion criteria
Text Symbol: 014 = Subobject (LIMU)
Text Symbol: 013 = Complete Object (TADIR)
Text Symbol: 011 = Log Entries
Text Symbol: 010 = Selection Conditions
Text Symbol: 007 = Result: Objects have not been deleted
Text Symbol: 006 = Preview: Objects will not be deleted
Text Symbol: 004 = Result: Objects in the transport request that have been deleted
Text Symbol: 003 = Preview: Objects in the transport request that are to be deleted


INCLUDES used within this REPORT RS_SMODILOG_DELETE_OBJECTS_OLD

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:

CLM_DELETE_PROT_ONLY CALL FUNCTION 'CLM_DELETE_PROT_ONLY' EXPORTING protocol_object = ls_smodi_log_key EXCEPTIONS delete_failed = 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 RS_SMODILOG_DELETE_OBJECTS_OLD or its description.