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: 

Table Maintenance Events after an upgrade

0 Kudos

Hello friends,

I am creating Table Maintenance Events in the maintenance generators of some starndard tables, so as to perform custom validations.

Since I have to do this for the standard tables, i have to get the SSCR keys and write these routines.

I am however concerned about the behaviour after an upgrade. Will my event routines be preserved after an upgradation, or will they be lost?

Thanks,

Z

4 REPLIES 4

former_member555112
Active Contributor
0 Kudos

Hi,

You code wouldbe lost incase SAP make changes to the table in the upgrade.

regards,

Ankur Parab

Former Member
0 Kudos

Hi,

After upgrade the event should not be lost.

Incase you are worried about the event code getting lost due to upgrade, it's better you keep a backup of the code that you have included.

Regards,

George

0 Kudos

I need some more opinions...

i'll be able to digest if I may see some proof...

0 Kudos

TMG events will not be lost during upgrade phase, while creating TMG events you are going to save all the events in seperate include program in customer namespace. you can migrate this include during upgrade phase. Hence there is now issue . you can write TMG events without any hesitation....