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: 

the appropriate event for Table maintenance

Former Member
0 Kudos

Hello,

I want to check an entry before deleting it from the table.

What is the appropriate event that i should choose.

How can i use it?

thanks,

Meriem.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Meriem,

You can use event-03.

Refer below mentioned thread. I hope it will help you.

EVENTS IN TABLE MAINTENANCE - ABAP 开发 (ABAP Development) - SCN Wiki

Regards,

Sudeesh Soni

2 REPLIES 2

Former Member
0 Kudos

Hi Meriem,

You can use event-03.

Refer below mentioned thread. I hope it will help you.

EVENTS IN TABLE MAINTENANCE - ABAP 开发 (ABAP Development) - SCN Wiki

Regards,

Sudeesh Soni

Former Member
0 Kudos

Meriem,

It depends on when you want to perform the check.

You can use 01 to perform the check before the changes are committed to the DB

You can also use 03 before deleting the data that is displayed on the screen.

Thanks,

Vikram.M