‎2005 Mar 28 12:05 PM
Ok i know this is a very basic question but i havent been able to find a definitive answer on any of the forums. This is more of a situation rather than a problem.
I created an application with a screen having a table control with 3 columns in the middle of it. Once the application went into first level testing we discovered that we needed another column/field in the table control.
The table control was created on an internal table using the table control wizard. I added the extra field into the internal table but cant find a way of adding it into the screen table control without deleting and recreating it.
What i need to know is if there is any way of adding a column into the table control without recreating. I really dont want to go through that excercise again.
Regards,
Ahsan
‎2005 Mar 28 1:25 PM
hi,
first of all: the field you want to add must be declared in the internal table you´re using.
Next go to the layout of the screen in question in modify mode.
In the menu choose:
goto
,secondary window
,dict/prog fields
.select the field in question and accept.
And then you just have to drag and drop the new added field.
Best regards
‎2005 Mar 28 1:28 PM
i forgot to tell you that most probably the program will ask you to declare the new field in the PBO and PAI.
Regards.