SAP Reports / Programs

ME_CLIENTTABDEL_2 SAP ABAP Report - Deletion of Log Entries for Clients







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


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 ME_CLIENTTABDEL_2. "Basic submit
SUBMIT ME_CLIENTTABDEL_2 AND RETURN. "Return to original report after report execution complete
SUBMIT ME_CLIENTTABDEL_2 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: 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





INCLUDES used within this REPORT ME_CLIENTTABDEL_2

INCLUDE ME_CCMS_GLOBAL_DATA.
INCLUDE ME_CLTABDEL_DATA.
INCLUDE ME_CLTABDEL_SELBILD.


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:

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.



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