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 dinamic fields into table control..

Former Member
0 Likes
541

hi friends,

i wan to knw , is it possible to add fields dynamically in table control? actually the requirement is like, it is not fixed how many fields will be their in table control, it may change depending upon date. so if u knw, please help me out....

good points will be awarded to helpful answer.....

Thanks,

Brij

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
517

Hi

You have to add a row ( blank) to the internal table when you press the button to add a row. Then at the time person presses save button, you would update ur records in the corresponding z-table.

Hope this helps

<b>if it helped, you can acknowledge the same by rewarding</b>

regards

dinesh

4 REPLIES 4
Read only

Former Member
0 Likes
518

Hi

You have to add a row ( blank) to the internal table when you press the button to add a row. Then at the time person presses save button, you would update ur records in the corresponding z-table.

Hope this helps

<b>if it helped, you can acknowledge the same by rewarding</b>

regards

dinesh

Read only

0 Likes
517

hi dinesh,

actually i was takin abt addin coloumn, nt row.bt watever thanks for ur response.

Read only

Former Member
0 Likes
517

HI,

at the design time of the screen make all possible columns or fields in the table control,make sure you are having all the fileds in the itab.

now go to the pbo of the screen.

inside the loop endloop of table control write loop at screen .

inside this loop for all the fields base dupon condition you dont want to appear make screen-invisible = '1'.

modify screen.

hope this solves your query...

thanks

vivekanand

Read only

Former Member
0 Likes
517

Done