‎2010 May 14 3:14 PM
Hi,
I have a Z Table in which there are 5 fields. User inserts the record through SM30. Now depending on the second and third field the I need to fetch data from other table and then update the fifth field.
I need to write code in After Save event but I am not able to pick data from Total or Extract table and fetch the data.
Can anyone suggest correct solution for this .
Thank you in Advance..
Edited by: sameer_rk022 on May 14, 2010 4:14 PM
‎2010 May 14 8:51 PM
Hi, use Event 05 (Creating a new entry)
Event 02 (After saving the data in the database) is fired after you press save button and the data is saved in database
table
‎2010 May 14 8:51 PM
Hi, use Event 05 (Creating a new entry)
Event 02 (After saving the data in the database) is fired after you press save button and the data is saved in database
table
‎2010 May 17 6:16 AM
Hi,
I just saw new entry get triggred when I was saving. Bit I want to know in which table these new entries are present, so that I can read them and fill the fifth field and modify it.
‎2010 May 15 9:16 PM
Hi sameer,
After Save Event will solve your problem.
info: http://wiki.sdn.sap.com/wiki/display/ABAP/TheEventsinTableMaintenanceGeneratorSM30
Thanks
Srikanth.P
‎2010 May 17 6:15 AM
Hi,
I just saw new entry get triggred when I was saving. But I want to know in which table these new entries are present, so that I can read them and fill the fifth field and modify it.