Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RSWFEVTLOGDEL

kiran_k8
Active Contributor
0 Kudos

Folks,

We are trying to delete the entries from SWFREVTLOG using the program RSWFEVTLOGDEL.

But no matter whatever the input that we are feeding in the selection screen, it is not displaying anything.

It is just running and running.

Do anyone here has the info on how to run this program to display or delete the entries from SWFREVTLOG.

SWFREVTLOG has got 403,800,308 entries.

Thanks,

K Kiran

5 REPLIES 5

former_member259807
Active Participant
0 Kudos

Can you try to run it with 'date triggered' today only (and ' display list only' ticked)?

This should come up with a list pretty fast. If this works, extend your selection per month/year.

p244500
Active Contributor
0 Kudos

Hi,

There is no other way to delete entries in the event trace tables other than the report/transaction provided.kindly check bellow SAP note

948831 - Event trace

Execute the reports RSWFEVTLOGDEL and RSWELOGD. Ensure that the checkbox 'Display list only' is not selected. These reports delete the entries from the SWFREVTLOG, SWELOG and SWELTS tables

Regards,

Nawa

kiran_k8
Active Contributor
0 Kudos

Nawa,

What inputs are to be fed in the selection screen.Kindly throw some light on the selection screen inputs in addition to the date field.

SWFREVTLOG-EVENT_ID = EVENT NUMBER in the selection screen - Only for this it is returning the selection.But by default I want to to delete all the entries instead of going by EVENT ID

K.Kiran

p244500
Active Contributor
0 Kudos

Hi

Hi you can check the table SWFREVTLOG, all the selection screen base on this table. So you can delete data base on date, base on BOR object or base on ABAP class. If you tick display list only it will show the list but it will not deleted. you can try in development and then do other system.

kiran_k8
Active Contributor
0 Kudos

Actually there are two programs :-

1.Prog Name RSWFEVTLOGDEL with T Code as RSWELOGD which is meant for deleting the entries from the table SWFREVTLOG.

2.Prog Name RSWELOGD with no T Code which is meant for deleting the entries from SWELTS and SWELOG.

Looking forward for some more meaningful info regarding these two Programs.

K.Kiran.