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 Problem

Former Member
0 Likes
437

Can we edit table control which is made through wizard , req is i want to add 2 fields more to the existing table control so for this i have to edit the table control so from where i will do this changes.

Ankesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

Hi Ankesh,

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 modify mode.

In the menu choose: goto, secondary window, dict/prog fields.

add internaltable-field (e.g. itab-bukrs) and choose the button "bring from the program".

select the field in question and accept.

And then you just have to drag and drop the new added field.

~ from sdn

Thanks

Nitesh

3 REPLIES 3
Read only

Former Member
0 Likes
419

Hi,

Yes you can edit the table control with the screen painter as usual. To add new fields drag the fields to the table control.

Regards,

Ali

Read only

Former Member
0 Likes
420

Hi Ankesh,

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 modify mode.

In the menu choose: goto, secondary window, dict/prog fields.

add internaltable-field (e.g. itab-bukrs) and choose the button "bring from the program".

select the field in question and accept.

And then you just have to drag and drop the new added field.

~ from sdn

Thanks

Nitesh

Read only

0 Likes
419

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.