2005 May 16 8:57 PM
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 presssave
.the question is that inside this event (before save) how can i know that i´ve pressed before the delete button?.
Best regards.
2005 May 16 10:18 PM
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
2005 May 16 10:18 PM
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
2023 Jan 23 5:51 PM