‎2006 Jun 13 4:40 PM
HI,
Problem:
I have an existing table control. Now my requirement is to enhance this table control with new field.
Say table name is: it_test:
Which is having many other fields and out of which one field is:
number1 of type a data-element(DE_TEST).
Now I added with the following field to this table..
number2 of type the same data-element(DE_TEST).
ON the screen, when i drag and place the new field in the table control, the column heading is not shown which is generally fetched from the data-element tests..
Can any one help me with this?
Regards,
Sudheer.
‎2006 Jun 13 4:49 PM
‎2006 Jun 13 4:56 PM
HI,
are u adding field in the internal table if yes then u have to add manually for that paticular column
to add header text :-
double click on the column name
enter value in text Field.
Mark Helpful Answers
Regards
‎2006 Jun 13 4:58 PM
HI,
create a buton for the heading and write the name of that coloumn heading, that will display .. and give the other name for the values or pick from Internal table or database table
‎2006 Jun 13 5:03 PM
@ Manoj, I added the field in the internal table...
Firstly: It is not allowing me to double-click the column header..
If I double click the column and fill in the text field, this is taken for the rows but not as header text...
‎2006 Jun 13 5:16 PM
Hi,
have u added the new field properly.
because some time we u drag and drop the field it is placed at row level instead of column level.
for that u have to change the position of the field from row to column...( it think that is reason it is not showing the header )
drag the field next to last column.
Mark Helpful Answers
‎2006 Jun 13 5:39 PM
Hi sudheer,
just click on the text element attribute and drop it in the header area of the new added field.Now, give the text for that.
hope this helps.
regards,
keerthi.
‎2006 Jun 13 5:48 PM
HI Keerthi,
If I understand you correctly, you are saying to assign a new text element to the header and give this text element a name.. Does this have some translation problem if I logon in a different language??