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

Former Member
0 Likes
539

Hi Folks!

I've created a table maintenance. However when I'm accesing the TCODE SM30 to modify the table contents I'm getting 2 columns without their description. The particularity of these 2 columns are that they aren't from the abap dictionary they are a direct type, although they have their description in the sm30 it doesn't get showed, only a '+' get showed as the column header, can anyone can help me with this. I'm pretty new to this matter.

Thanks in advance for your help.

Kind Regards,

Gilberto Li

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
509

Hi,

You can directly modify the column text using the screen painter SE51.

OR

Refer to a data element for that particular field and populate the headings accordingly..

And then re-generate the screens.

THanks,

Naren

4 REPLIES 4
Read only

Former Member
0 Likes
509

Hi,

Always u have to remember that if a table as table manintanence, whenever a new field is added to that table or any changes made to that table, then the table maintanence generator should be changed. Ie. Go to table main. gen screen press the change button check all the checkboxes and press enter--> In the next pop-up select the overview check box and press enter.

Regards,

Prakash.

Read only

Former Member
0 Likes
510

Hi,

You can directly modify the column text using the screen painter SE51.

OR

Refer to a data element for that particular field and populate the headings accordingly..

And then re-generate the screens.

THanks,

Naren

Read only

0 Likes
509

Thanks a lot folks, it worked.

Best Regards,

Gilberto Li

Read only

Former Member
0 Likes
509

Hi

I believe the best thing is to assign data elements to those fields if you need to see a description:

remember if you change the screen generated for SM30 you can lose your modification every time you need to update the Table Maintenance

Max