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: 

Upon pushing "enter" in table maitenece generator

Former Member
0 Kudos

HI ,

Can anyone tell me which event gets triggered when we make any chages in record of a table maitenece generator

and press "ENTER".

Thanks in advance

4 REPLIES 4

Former Member
0 Kudos

Hi Gayatri,

Goto Utilities -> Table Maintenance -> Environment menu -> Modification -> Events.

You can find all the events there.

I think You can use the event 01 Before saving the data in database.

Regards,

Vimal.

0 Kudos

I have already tried that event its not the one.

0 Kudos

Hi,

I doubt if there is any standard event triggering just after presing ENTER.

The alternative plan is that you can Change and write ur code in the Module pool program of the table maintenance generator in the PAI module.

For this Goto Utilities -> Table Maintenance -> Environment menu -> Modification -> Maintenance Screens.

And you can change the code there.

Regards,

Vimal.

Edited by: Vimal V on Jul 31, 2009 3:30 PM

Former Member
0 Kudos

Hello,

Please can you explain your scenario in detail.

Else if you want to call a event if a specific table is maintained.

You can create a Class in SE24 and declare a event in that.

Go to the table maintenance generator, Go to Environment -> Modification -> Maintain Screens.

Select the screen number you want and source code will be displayed.

Call the event you had declared in the class.

Regsrds,

Shantanu R. Godbole