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

Adding a new column in the existing Table Control created using Wizard

Former Member
0 Likes
1,464

Hello Friends,

I have modified the internal table in the program by adding a new field.

Now i want to insert the same field in the table control(which is created using wizard), so it could be displayed in the O/P.

When i am trying to insert it i am not seeing any appropriate option. I dont want to delete and recreate.

Same program already existing in production..

Could anybody guide me to insert the new column.

Thanks for your help...

Regards,

SAM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
936

Hi Sam,

U can drag the ip/op field in the screen painter of the table control and place it where u need.

i did it before like this.

Guru

Hello Friends,

I have modified the internal table in the program by adding a new field.

Now i want to insert the same field in the table control(which is created using wizard), so it could be displayed in the O/P.

When i am trying to insert it i am not seeing any appropriate option. I dont want to delete and recreate.

Same program already existing in production..

Could anybody guide me to insert the new column.

Thanks for your help...

Regards,

SAM

2 REPLIES 2
Read only

Former Member
0 Likes
937

Hi Sam,

U can drag the ip/op field in the screen painter of the table control and place it where u need.

i did it before like this.

Guru

Read only

0 Likes
936

Hi Guru

Thanks a lot!

I have done as you told and it resolved my issue.

Thanks & Regards

SAM