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 New Field in table control

Former Member
0 Likes
1,427

Hi all,

I am going to add one new field in existing table control ,which already contains nearly 20 fields, so my field should be21st field,

here when I am going to add new field , I need to add the field from work are from the same program. So , I am selecting the option Get from Program, here I am getting the error the field does not exist in the generated version of the program.

Regards,

Siddivinesh Jogu

6 REPLIES 6
Read only

Former Member
0 Likes
1,046

Hi Siddi,

You can delete full table control and create afresh along with the new field included.

I think this solves your problem.

Rgds,

Sripal

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,046

Change the internal table in the report (SE38) before the table controm in screen (SE51)

Regards,

Raymond

Read only

Former Member
0 Likes
1,046

Hi,

I think you forgot to activate the program after creating the new field in the internalt able so first ensure the program is properly activated and then try the same.

Regards,

Himanshu

Read only

Former Member
0 Likes
1,046

Hi Siddi,

You can delete full table control and create afresh along with the new field included.

I think this solves your problem.

Rgds,

Sripal

Read only

Former Member
0 Likes
1,046

Hi,

Please check if your TOP include is activated once your new field is added.

Read only

0 Likes
1,046

activate the code area where you have declared the work area.