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

BDC not working for AS01 tcode

Former Member
0 Likes
433

Hi all,

I have written a BDC program for AS01 to upload Asset Master. In this program, when I given two records in the excel flat file, the program is taking two different for two records. But it should not be like this.

Also first record data is getting assigned to second record (although second record is having the data different from first record).

At End of Row iam appending the record to my internal table correctly.

still same problem arising

Where could be the problem, Please guide me

Thanks & Regards,

Murali

2 REPLIES 2
Read only

Former Member
0 Likes
380

hello ,

its your program bug , so debug and find out what data you are passing to the BDCDATA.

regards

Prabhu

Read only

0 Likes
380

problem solved.

Refresh statement misplaced.

Thanks

Murali