ME_CLIENTTABDEL_2 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 ME_CLIENTTABDEL_2 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: S_USER = User
Selection Text: S_DEPL = Device ID
Selection Text: P_DTO = To Date
Selection Text: P_DFROM = From Date
Selection Text: P_CNTDEL = Data Records to be Deleted
Title: Deletion of Log Entries for Clients
Text Symbol: 066 = File to be Deleted:
Text Symbol: 065 = Trace
Text Symbol: 064 = Log
Text Symbol: 028 = Do you want to delete entries?
Text Symbol: 027 = Confirm Deletion
Text Symbol: 026 = All
Text Symbol: 025 = Finished
Text Symbol: 024 = Not Processed
Text Symbol: 023 = Message Status:
Text Symbol: 022 = (A): All
Text Symbol: 021 = (D): Debug
Text Symbol: 020 = (P): Path
Text Symbol: 019 = (I): Information
Text Symbol: 018 = (W): Warning
Text Symbol: 017 = (E): Error
Text Symbol: 016 = (F): Fatal
Text Symbol: 015 = Message Type:
Text Symbol: 014 = Select Device IDs
Text Symbol: 013 = Number of Data Records Deleted:
Text Symbol: 012 = By User
Text Symbol: 011 = Lock of Object:
Text Symbol: 010 = Error when setting the lock
Text Symbol: 009 = Deleted successfully
Text Symbol: 008 = Could not determine TID of performance attribute
Text Symbol: 007 = Delete Components
Text Symbol: 006 = Components
Text Symbol: 005 = UTC Time
Text Symbol: 004 = UTC Time
Text Symbol: 003 = UTC Day
Text Symbol: 002 = To
Text Symbol: 001 = Select.
001 Deletion of Log Entries for Clients
INCLUDE ME_CCMS_GLOBAL_DATA.
INCLUDE ME_CLTABDEL_DATA.
INCLUDE ME_CLTABDEL_SELBILD.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * TITLEBAR = text-027 * TEXT_QUESTION = text-028 * DISPLAY_CANCEL_BUTTON = 'X' * IMPORTING * ANSWER = answer * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-027 TEXT_QUESTION = text-028 DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = answer EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ME_CLIENTTABDEL_2 - Deletion of Log Entries for Clients ME_CLIENTTABDEL_2 - Deletion of Log Entries for Clients ME_CLIENTTABDEL - Deletion of Log Entries for Clients ME_CLIENTTABDEL - Deletion of Log Entries for Clients ME_CENTTRAC_GLOB_FORMS - MECENTTRACGLOBFORMS ME_CCMS_GLOBAL_DATA - MECCMSGLOBALDATA