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: 

Query regarding events in table maintenance generator

satvik_panchal
Participant
0 Kudos

Dear Experts,

In a ztable, I have created a table maintenance generator event 05 (create new entry) for subtracting values from 2 columns and storing the resulting values in the 3rd column. Its working fine. Now the additional requirement is that if the user changes the existing values in the 2 columns, the result should be changed and saved in the 3rd column. I m trying for that but still not got the solution. Can anybody suggest me what event should I use update and save the existing entries?

Regards,

Satvik

Moderator message : Not enough re-search before posting, discussion locked.

Message was edited by: Vinod Kumar

2 REPLIES 2

Former Member
0 Kudos

Please use event '01', Before saving the data in the database

0 Kudos

Dear Shambu,

If after saving the data, the user changes that particular entry again, will this event work?