‎2014 May 13 5:46 PM
Hello,
I created a specefic table.
i want to add a check when deleting lines from a maintenance view.
How to retrieve selected data ?
thanks,
Meriem.
‎2014 May 13 7:12 PM
Hi Meriem,
Can you clarify your requirement in detail?
Regards,
Sudeesh Soni
‎2014 May 14 4:20 PM
Hello Sudeesh,
I think i must use extract table and Field Symbol <XMARK>.
Can any body give an exemple.
thanks,
Meriem.
‎2014 May 13 7:34 PM
Meriem,
You need to create an EVENT for delete thru table maintenance generator. The subroutine that you create will automatically have the data that is being deleted.
you can use this data to perform the checks you might need.
Once you get into table maintenance generator, use the menu path
ENVIRONMENT -> MODIFICATIONS -> EVENTS
Click on new entries
Create an event for either 03/04 based on your requirement.
Thanks,
Vikram.M
‎2014 May 14 8:53 AM
Hello all,
thank you for your help.
Actually, i already created an event (03).
But, when selecting the lines that i want to delete data are not retrieved.
I want to do a check before deleting these lines.
So i need to create a condition concerning one field of the table.
when checking the data retrieved by debug, i noticed that it is not the data selected.
I hope that my requirement is clear now.
Meriem.