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

SE93 - Parameter transaction for table maintenance view

Former Member
0 Likes
1,276

We have an existing transaction code ZEXX created long time ago via SE93 for maintenane a table (value SM30).

I need to add several more fields in the table. After add fields to the table I regenerate the table maintenance generator and try again via SM30 or via the transaction code ZEXX but the new field still does not show up. Any idea why and how to make it works? The transaction ZEXX is created via SE93 with parameter transaction type, value SHOW = X and viewname = table name. Thanks for your help.

We have an existing transaction code ZEXX created long time ago via SE93 for maintenane a table (value SM30).

I need to add several more fields in the table. After add fields to the table I regenerate the table maintenance generator and try again via SM30 or via the transaction code ZEXX but the new field still does not show up. Any idea why and how to make it works? The transaction ZEXX is created via SE93 with parameter transaction type, value SHOW = X and viewname = table name. Thanks for your help.

3 REPLIES 3
Read only

Former Member
0 Likes
811

When you re-generate the TMG, what options do you select?

Rob

Read only

former_member156446
Active Contributor
0 Likes
811

after you edited the table you need to activate and adjust the table using Tr. SE14 and then regenerate TMG.

Read only

0 Likes
811

Sorry I was wrong. Transaction ZEXX was actually from a dialog program, I create new transaction via SE93 and it showed up now. Thanks all.