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

doubt in uploading using call transaction method

Former Member
0 Likes
277

hi all

i am uploading f-29 in call transaction method .. i have a problem in currency field, the currency field is not picking up it shows a error that input field is longer than screen field .. i have declared currency field as type BSEG-WRBTR(same as screen field ...how to go about

thanks

lokesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
246

Hi,

When you use the database value directly in your BDC, you will have this issue. It is always advisable to use character fields when doing BDC. so change it to charecter field and try it..

Regards

Sudheer

1 REPLY 1
Read only

Former Member
0 Likes
247

Hi,

When you use the database value directly in your BDC, you will have this issue. It is always advisable to use character fields when doing BDC. so change it to charecter field and try it..

Regards

Sudheer