‎2010 Jan 11 4:54 PM
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
‎2010 Jan 11 8:09 PM
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
‎2010 Jan 12 6:59 AM
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.