‎2007 Jul 25 7:03 AM
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
‎2007 Jul 25 8:00 AM
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
‎2007 Jul 25 8:00 AM
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
‎2007 Jul 25 9:26 AM
hi dinesh,
actually i was takin abt addin coloumn, nt row.bt watever thanks for ur response.
‎2007 Jul 25 8:51 AM
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
‎2007 Jul 25 9:27 AM