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 ERROR

Former Member
0 Likes
553

hi,

in bdc flat file i have language (english) i have to upload to sapdb which having char 3 it giving error plz resolve this error issue (invalid length ) how to solve it .

very argent

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
531

Hi,

before moving the value to the bdc data..

Convert it to language value to standard sap format....

if value = 'english'.

value = 'EN'.

endif.

Thanks

Naren

5 REPLIES 5
Read only

Former Member
0 Likes
531

language length is 1 ,so use E in flat file - you will not get any issue

see the language field - length 1 type char

Read only

0 Likes
531

Hi,

No their r many letters start with e.

Read only

Former Member
0 Likes
532

Hi,

before moving the value to the bdc data..

Convert it to language value to standard sap format....

if value = 'english'.

value = 'EN'.

endif.

Thanks

Naren

Read only

0 Likes
531

how to convert it plz given code so that i get it properly any good prg to did send it some prg

Read only

Former Member
0 Likes
531

replace english with 'E'.

regards

prabhu