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

regarding function module BDC_INSERT

Former Member
0 Likes
583

i want to know , why it picks up the first record from BDCDATA internal table agaian and again , though there are multiple records

with regards

varma

4 REPLIES 4
Read only

Former Member
0 Likes
560

check ur loop,u haev to call Clear ,REFRESH of BDCDATA.

regards

Prabhu

Read only

Former Member
0 Likes
560

u might have missed refresh <bdcdata> after

loop at itab.----> itab is data filled to upload

refresh bdctab.

-


-


end loop.

Read only

Former Member
0 Likes
560

Hi,

Can you please explain a little about what is being actually done

Regards

Nishant

Read only

Former Member
0 Likes
560

Hi

Are speaking about BDC for table control?

Max