WTRA_DELETE_PROTOCOL_FROM_DB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for WTRA_DELETE_PROTOCOL_FROM_DB This program is a delete program and its purpose is to avoid critical overloading of the database...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 WTRA_DELETE_PROTOCOL_FROM_DB into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WTRA2 - Runtime Measurement: Delete Logs
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 = D Name
Selection Text: S_REP = D Report name
Selection Text: S_NOTE = D Note
Selection Text: S_LOGNR = D Log number
Selection Text: S_DAT = D Measurement Date
Selection Text: P_SUM = Only calculate how many
Selection Text: P_SAVE = And Others...
Selection Text: P_NOSAV = Logs Without Indicator
Selection Text: P_DIRECT = Delete Logs Immediately
Title: Runtime Measurement: Deletion Report for Removing Stored Logs
Text Symbol: SEL = Selection conditions
Text Symbol: OPT = Options
Text Symbol: END = To date
Text Symbol: DOK = Logs With Retention Indicator
Text Symbol: DNO = Logs Without Retention Indicator
Text Symbol: DEL = Retention Indicator
Text Symbol: CN2 = Number of Logs With Retention Indicator:
Text Symbol: CN1 = Number of Logs Without Retention Indicator:
Text Symbol: BEG = From Date
INCLUDE IWTRACONST.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WTRA_DELETE_PROTOCOL_FROM_DB - Runtime Measurement: Deletion Report for Removing Stored Logs WTRA_DELETE_PROTOCOL_FROM_DB - Runtime Measurement: Deletion Report for Removing Stored Logs WTPR_VARS - Variables declarations for T&A process functions WTPR_GOODS_MOVEMENT - WTPRGOODSMOVEMENT WTPR_FRM - WTPRFRM WTPR_FORMS - FORM routines for T&A process functions