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

table maintenance generator + disable regenerating

Former Member
0 Likes
463

Hi there,

I have a question in case of a generated SM30-view for editing a z-table. I have to edit some things in the generated code in the function module of the table maintenance generator.

But I think if any person regenerates the dialog all my changes will be overwritten. Is there any possibility to avoid this? For example copying the hole function group into another, but how can I then start the maintenance dialog?

Hopefully you can help me.

Thanks!

Kind regards

Markus

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
427

Hello Markus,

If you write your code in one of the Table Maintenance "EVENTS", (Environment>Modification>Events), then your code will not be DELETED even if the TMG is re-generated.

For the EVENTS, search SDN for further details.

BR,

Suhas

Hi there,

I have a question in case of a generated SM30-view for editing a z-table. I have to edit some things in the generated code in the function module of the table maintenance generator.

But I think if any person regenerates the dialog all my changes will be overwritten. Is there any possibility to avoid this? For example copying the hole function group into another, but how can I then start the maintenance dialog?

Hopefully you can help me.

Thanks!

Kind regards

Markus

1 REPLY 1
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
428

Hello Markus,

If you write your code in one of the Table Maintenance "EVENTS", (Environment>Modification>Events), then your code will not be DELETED even if the TMG is re-generated.

For the EVENTS, search SDN for further details.

BR,

Suhas