‎2010 Feb 17 6:25 AM
Hi Experts!!!!
I need to update line items in table control for XK02 WH tax option.
HOw to go about it??I mean is it possible to loop at table control in BDC using call transaction method??so that i can read the values in my program n accordingly modify it ??
Please help...Thanks in advance.
‎2010 Feb 17 10:19 AM
Hi,
Try to read the data from database table where the table control values are stored. Then you can compare the data and modify accordingly using BDC.
As per my knowledge we cannot read any data in Table control during BDC call transaction.