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

maintenance view event

former_member182371
Active Contributor
0 Likes
848

Hi,

in a maintenance view if i want to control when a record table has been deleted, first i need to

select

the table record and then press

save

.

the question is that inside this event (before save) how can i know that i´ve pressed before the delete button?.

Best regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
647

Look at the following link

<a href="http://help.sap.com/saphelp_47x200/helpdata/EN/91/ca9f0ba9d111d1a5690000e82deaaa/frameset.htm">Event Before Save</a>

There is an example. Pay special attention to the link <b>field symbols <ACTION> and <ACTION_TEXT></b> within the documentation.

in short when you loop at the internal table TOTAL, <ACTION> and <ACTION_TEXT> are populated with relevant indicators for new, changed and deleted entries.

Cheers!

Rishi

2 REPLIES 2
Read only

Former Member
0 Likes
648

Look at the following link

<a href="http://help.sap.com/saphelp_47x200/helpdata/EN/91/ca9f0ba9d111d1a5690000e82deaaa/frameset.htm">Event Before Save</a>

There is an example. Pay special attention to the link <b>field symbols <ACTION> and <ACTION_TEXT></b> within the documentation.

in short when you loop at the internal table TOTAL, <ACTION> and <ACTION_TEXT> are populated with relevant indicators for new, changed and deleted entries.

Cheers!

Rishi

Read only

0 Likes
647

the link is breaked