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

Add a column in table control

kamesh_g
Contributor
31,371

Hi

My table control is already defined and I would to add one more column in that how can Expand with one more column .

Please give pointers.

Thanks

kamesh

1 ACCEPTED SOLUTION
Read only

anuradha_wijesinghe
Participant
13,534

1. Goto that screen layout and make it change mode.

2. Follow the menu path -> goto-> secondary window-> dictionary/ program fields

3. select the reuired field

4. drag that into your table control , cretes new column

5. Also capture icon in the left side i.e. T for text make that in header area of new field.

6. Double click on this , give some name.

7. Save check activate

Thanks !

8 REPLIES 8
Read only

Former Member
13,534

Hello kamesh!

Just go to the screen painter click on an "Input/output field" icon then go to the table control and in the position do you want to add the new columna click again in the middle of the table (not in the header row). Then complete the column name.

Best Regards.

Claudio (Aparatey)

Read only

Former Member
0 Likes
13,534

Is your Issue solved? Please close the thread if yes.

For addition information you can also check this below link

Rgds,

Mayank

Read only

Former Member
0 Likes
13,534

Hi Kamesh,

While defining the layout of Table Control you must have used GET FROM DICTIONARY option.

Now go to the same option in you already defined layuot in SE51 & click on the same button & select the desired field to add it to the table cotrol screen.

Also make the subsequent changes in the logic for the new field as per your requirement.

Regards

Abhii

Read only

kamesh_g
Contributor
0 Likes
13,534

i just copied existing column and pasted .its working thanks for replies

Read only

anuradha_wijesinghe
Participant
13,535

1. Goto that screen layout and make it change mode.

2. Follow the menu path -> goto-> secondary window-> dictionary/ program fields

3. select the reuired field

4. drag that into your table control , cretes new column

5. Also capture icon in the left side i.e. T for text make that in header area of new field.

6. Double click on this , give some name.

7. Save check activate

Thanks !

Read only

Former Member
0 Likes
13,534

Just drag a text field from the left side and drop into the table control.

Regards

Vivek

Read only

Former Member
0 Likes
13,534

Hi,

How to add addition column in already existing view.could please any one give me best answer

Thanks,

MN

Read only

0 Likes
13,534

Hi Did you try to copy existing column and change the parameters . it worked for me . Thanks Kamesh