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

ENH_UPDATE_SMODILOG SAP ABAP Report - Delete Obsolete Modification Log Entries







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


Text pool values


Title: Delete Obsolete Modification Log Entries
Text Symbol: 001 = Modified by request(s) &1
Text Symbol: 002 = Note not found
Text Symbol: 006 = Not enough authorization. Please use tx. SPAU.
Text Symbol: 007 = Modified by Note &1, Request &2
Text Symbol: 010 = . Function POPUP_TO_CONFIRM
Text Symbol: 011 = No record selected
Text Symbol: 012 = System exception when displaying object
Text Symbol: 013 = Do you confirm update &1 object(s) ?
Text Symbol: 014 = &1 records updated
Text Symbol: 015 = Error
Text Symbol: Q01 = Yes
Text Symbol: Q02 = No
Text Symbol: T01 = Please check all objects which were changed via tranaction SNOTE only.
Text Symbol: T02 = This report will clean up the modification log such that the selected objects
Text Symbol: T03 = will no longer appear in SPAU until they are modified manually in the future.
Text Symbol: T04 = Object was modified by SAP notes only
Text Symbol: T05 = Object may contain other modifications and needs to be reviewed
Text Symbol: T06 = | Type | Object
Text Symbol: T07 = | |


INCLUDES used within this REPORT ENH_UPDATE_SMODILOG

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:

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = waList-OBJ_NAME object_type = waList-OBJ_TYPE EXCEPTIONS not_executed = 01 invalid_object_type = 02 OTHERS = 03.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TEXT_QUESTION = text TEXT_BUTTON_1 = 'Yes'(Q01) TEXT_BUTTON_2 = 'No'(Q02) IMPORTING ANSWER = lAnswer EXCEPTIONS TEXT_NOT_FOUND = 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 ENH_UPDATE_SMODILOG or its description.