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 problem

Former Member
0 Kudos

Hi All,

I have created a Z-table and activated the Maintenance generator also.

I am able to add the values properly through SM30 ans it reflects well in SE16, but the problem is that few of the column headings in the Maintenance view(SM30) shows '+' sign instead of the column names.

Please provide some inputs to resolve this problem.

Thank You in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Your table has some of the fields which are directly declared without data element or no labels in data element. Please created data element with label.

Otherwise you can edit the screen and text the title whatever you want it. Go to SM30 then display -> system -> status -> double click on screen number -> edit screen and add the titles in table control.

Bala

5 REPLIES 5

h_senden2
Active Contributor
0 Kudos

You have to define the texts for the header in the related data elements.

regards,

Hans

Former Member
0 Kudos

Hi,

Your table has some of the fields which are directly declared without data element or no labels in data element. Please created data element with label.

Otherwise you can edit the screen and text the title whatever you want it. Go to SM30 then display -> system -> status -> double click on screen number -> edit screen and add the titles in table control.

Bala

Former Member
0 Kudos

Hi

You need to maintaing Dataelemt for those fields.

Maintain Field Lable for that Data element

Former Member
0 Kudos

Hi Ankit,

I want to tell you one more procedure other what bala has suggested you.

Goto->SM30->tablename->maintain->click on CONFIGURATIONpresent at the end of the header where you want to replace + symbols.->open a small window->click on administrator->you can see program name and control name in that copy the program name->se38->give the program name and click change->double click on Include with TOP(Include L<function group anme>TOP) ->opens one function pool->double click on INCLUDE L<function group anme>T00 ->opens a include program in that double click on CONTROLS: TCTRL_<table name> ->if any window opens with where used list just select check boxes of program and screen->opens new window->double click on Short description->select element list tab->text I/O templates under which you can see Text or I/O field.

Might be length method but you can understand the coding part how the table maintainence generator works.

Cheers!!

VEnk@

0 Kudos

Thanks Venkat Reddy.