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.

Former Member
0 Likes
980

How to add field in existing table control

I hve made one table control with the help of wizard now i want to edit or add one field in it , so what is the method of doing it.

Ankesh Jindal.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
960

Hi,

You can add the field manually in table control.

goto screen layout - click on i/o field, and place the field you want to add. you have to drage it.

or you can add even from get from dictionary options also.

10 REPLIES 10
Read only

naveen_inuganti2
Active Contributor
0 Likes
960

HI.,

Simply goto that screen layout and follow this menu path.,

goto - dictionary window - program and dictionary fields - enter table name of your field - and select the field name and ok - drag that field in your table control.

Thanks,

Naveen.I

Read only

former_member196299
Active Contributor
0 Likes
960

Hi ,

You can try this way, in the screen painter add the needed field to the table control.

Next ,manually add the field to the structure used by the system generated program .

Regards,

Ranjita

Read only

Former Member
0 Likes
960

i have added the field manually but while running transaction it is coming at last and i would like to display it earlier , so will i have to redraw table control or i will handle it w/o it too.

Read only

Former Member
0 Likes
961

Hi,

You can add the field manually in table control.

goto screen layout - click on i/o field, and place the field you want to add. you have to drage it.

or you can add even from get from dictionary options also.

Read only

0 Likes
960

i have added the field in table control but now when i run the transaction that field is coming at last but i want to display it say at 4th position and it is coming at last let say 16th position,

field is added and value is also coming no probs in it but the problem is display how i will display it at 4th position inspite of last position.

Read only

0 Likes
960

Hi Naseer.,

Find the options in the layout attributes, where you can find the position of the column(double click on new field's header text), change that position to ONE here. Then you can get u field in 1 st position, no need to redraw the table control.

Read only

0 Likes
960

Hi Ankesh ,

You can very well display your field in the 4th position , try the following :

Go to screen painter in edit mode , choose the field to be displayed in 4th position ,

Double click on the 1st row of the table field ( I intended : do not double click on the headings ) ,

you will get an attribute screen , and you will have an option of chaging the column number .

Then as per your requirement , change the column number from 16 to 4 .

It can be noticed that , automatically the header also has changed its position from 16th to 4th column .

Note : You might need to make necessary code changes for providing the values to the fields, if not already done .

Regards,

Ranjita

Read only

0 Likes
960

Hello,

I was also having a similar requirement and i am able to put the extra column in my desired position.

The issue now is that i am not able to have the field label.It is showing blank.

Any solution for the same.

Regards,

Arun

Read only

0 Likes
960

Hi Arun ,

Make a quick check on the field label name if you have provided properly .

Else follow the same procedure what I have mentioned earlier in this thread to change the

column number .

Else explain in detail what was your issue, how did you resolve it half and whats coming up next .

Regards,

Ranjita

Read only

0 Likes
960

Hi,

I have the same issue as Arun, I have put the desired field in the desired position. But I am getting the Heading of the column as blank.

Could you suggest on this as to what is wrong or how do i go about rectifying it.

Thanks