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

Modifying data in Table Control thr' BDC

Former Member
0 Likes
370

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.

1 REPLY 1
Read only

Former Member
0 Likes
309

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.