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: 

Capture record marked for deletion in SM30

Former Member
0 Kudos

Hi All,

I want to capture all the records in a internal table when the user select multiple records and hit the deletion button. I need to compare these records with a custom database table and basing on some condition I will restrict the user from deleting the records through TMG.

I have got several threads refering to TOTAL / EXTRACT tables but not sure how to use those.Can anyone please help me out with the code if possible to achive my requirement.

Thanks in advance !

2 REPLIES 2

kesavadas_thekkillath
Active Contributor
0 Kudos

This is pretty basic.

For your information , in TOTAL there is a field which identifies insert,change & deleted records.

Former Member
0 Kudos

Solved