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

problem in BDC VA01

Former Member
0 Likes
443

hi i am passing quantity to va01 table control i am passing from internal table threw BDC, but i am getting error as source lenth is more than the field length i am unable to find the way of solving this plz help me out of this.

thanks,

chaithu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

The length of data that you are uploading is more than which transaction would accept.So declare that field of the internal table matching with the destination.

2 REPLIES 2
Read only

Former Member
0 Likes
420

The length of data that you are uploading is more than which transaction would accept.So declare that field of the internal table matching with the destination.

Read only

Former Member
0 Likes
419

i got answer