Application Development and Automation 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: 
Read only

Undo deleted rows in table maintenance generator

Former Member
0 Likes
1,090

Dear all,

id like to check the deleted rows in my table view (SM30). I would like to check, if my user will delete the whole table. I created the event "before deleting the data displayed". I check the number of the deleted rows with "mark_extract".

But how can i undo this action? Or have anybody a better idea?

Best regards

AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
725

hi ,

when user clicks on delete button after selecting rows and u dont want delete then before delete module(which u have to find by debugging standard code of TMG ) put a module and check there or inside delete module..

hi ,

when user clicks on delete button after selecting rows and u dont want delete then before delete module(which u have to find by debugging standard code of TMG ) put a module and check there or inside delete module..

2 REPLIES 2
Read only

Former Member
0 Likes
726

hi ,

when user clicks on delete button after selecting rows and u dont want delete then before delete module(which u have to find by debugging standard code of TMG ) put a module and check there or inside delete module..

Read only

0 Likes
725

I solved the problem with an error-message in the event "before deleting the data displayed". The user cannot delete more than x lines, but he can change other datas without leaving the transaction after the e-message.

Thanks for your helfful-answer. Maybe a good idea, too....