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: 

maintenance view event

former_member182371
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

the link is breaked