Application Development and Automation 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: 
Read only

Dictionary Event After Save

Former Member
0 Likes
1,050

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
852

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

4 REPLIES 4
Read only

Former Member
0 Likes
853

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

Read only

0 Likes
852

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.

Read only

Former Member
0 Likes
852

Hi sameer,

After Save Event will solve your problem.

info: http://wiki.sdn.sap.com/wiki/display/ABAP/TheEventsinTableMaintenanceGeneratorSM30

Thanks

Srikanth.P

Read only

0 Likes
852

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.