‎2009 Nov 20 12:00 PM
sir,
I want to creat one screen through table control. In that some fields I want to select through data base
and some field in line item I want to insert or modify.
Is it possible in table control. IF yes please tell me..
thanks
Manoj.
‎2009 Nov 20 12:19 PM
Hi,
Yes its possible.
As a start, please search the SDN for wikis on Table Controls.
‎2009 Nov 20 1:39 PM
Hi Manoj,
yes,it is possible.
You need to declare an internal table in the TOP include with all the fields you need.
Then you need to link the table control with your internal table (by doing get from program or F6).
Now you can populate some fields from the database and fill some fields manually in table control. All the modifications have to be done via the internal table
Hope this helps.
Regards
Avinash