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: 

TMG Event Before Display

niraj_sinha4
Explorer
0 Kudos

Hi All.

I am searching for an Event which will call when press Display Or Maintenance from SM30 tcode.

I have to re-arrange my table data in sequence before data display. Could anyone suggest me which event is calling so I can write my logic in performs.

Regards. Niraj

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

You could look at events AA-AH to change logic of generated program, but first read carefully SAP online help on Extended Table Maintenance Events.

srikanthnalluri
Active Participant

Not sure what do you mean to rearrange the table, but if you want to perform lot of operations you can have a module pool which will call the table eventually, with this approach you will have lot of control.