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

Programming an Exit in a Maintenance View Function Group

Former Member
0 Likes
939

Hi all,

I have the requirement to fill some administrative data fields of a table which is maintained using a generated maintenance dialog and a maintenance function group. Does anyone have an example of how one can do this?I defined a subroutine to be called before the data is saved to the database, but I have no clue where exactly I must implement this subroutine and how i can reach the data of function group, or which data to reach?Thanks.

Kind Regards,

Sukru

2 REPLIES 2
Read only

guilherme_frisoni
Contributor
0 Likes
641

Hi Sukru,

go to your table maintenance, throught SE11 or directly SE56.

Set your table name and go to menu Environment > Modifications.

There you can enhance your table maintenance.

Just remember that if you regenerate source code you will lose your custom modifications.

Regards,

Frisoni

Read only

Former Member
0 Likes
641

In SE11->table maintainence generator you can use Modification->events and use event 01(Before Saving Data) to put your subroutine or otherwise in function Group in se80 you can also put your custom module in PAI of screen.