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 Control Column heading.

sudheer-tammana
Product and Topic Expert
Product and Topic Expert
0 Likes
3,073

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.

7 REPLIES 7
Read only

Former Member
0 Likes
1,498

Hi Sudheer,

Refer the following thread. It may help you.

<b>Reward points if it helps.</b>

Regards,

Amit Mishra

Read only

Former Member
0 Likes
1,498

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

Read only

Former Member
0 Likes
1,498

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

Read only

0 Likes
1,498

@ 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...

Read only

0 Likes
1,498

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

Read only

Former Member
0 Likes
1,498

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.

Read only

0 Likes
1,498

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??