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: 

Error with the table maintenance screens

anub
Participant
0 Kudos

Hi Experts,

I have created a maintenance view for two tables. The first table has only one field, which is the primary key. The second table is the text table for the first table, where the description of the primary key is maintained. Initially after creating the table maintenance for these two tables, all the fields were comming correctly. The first table showed only one field in the SM30 and the second table showed all fields in SM30(primary key, its description and the language key). The table maintenance was later deleted and regenerated, due to some changes in the table. After regenerating the TMG it is seen that the first table shows all the fields in SM30 same as the second table. I feel the function group program is not getting refreshed. Is there any method to regenerate the function group.

Thanks in advance.

Regards,

Anu.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Just check the modification screen layout whether the field is present in the layout? and check the View Field also

In se11 goto utilities---> Table Maintenance Generator

and click Environment--> Modification --> maintenance screen click layout Button

this will display the screen what are the field you want to display the in sm30.

If you don't want to show in sm30 for the field just delete it.

Regards,

Dhina..

3 REPLIES 3

Former Member
0 Kudos

Hi,

Just check the modification screen layout whether the field is present in the layout? and check the View Field also

In se11 goto utilities---> Table Maintenance Generator

and click Environment--> Modification --> maintenance screen click layout Button

this will display the screen what are the field you want to display the in sm30.

If you don't want to show in sm30 for the field just delete it.

Regards,

Dhina..

0 Kudos

Hi Dhina,

I deleted the TMG for both the primary table and the text table, but when I check in SE16 I still find all the fields in the primary table just like the text table.

My first table has

MANDT

EDUCATION_TYPE

My second table has

MANDT

LANGU

EDUCATION_TYPE

DESCRIPTION

I have create a maintanence view joining the above two tables(with the following fileds MANDT, EDUCATION_TYPE, DESCRIPTION), and deleted the table maintenance of the above tables. But still when I check the first table in SE16 I can see fields MANDT, EDUCATION_TYPE, DESCRIPTION.

What is the problem with the table maintenance?

Any idea?

Thanks

Anu.

0 Kudos

Thats how its supposed ti behave mate. The original table will show you the field values of text table, although the text is stored in text table only.

Check the table T023 & T023t FOR REFERENCE