‎2007 Jun 15 5:35 AM
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
‎2007 Jun 15 5:39 AM
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
‎2007 Jun 15 5:38 AM
language length is 1 ,so use E in flat file - you will not get any issue
see the language field - length 1 type char
‎2007 Jun 15 5:43 AM
‎2007 Jun 15 5:39 AM
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
‎2007 Jun 15 5:45 AM
how to convert it plz given code so that i get it properly any good prg to did send it some prg
‎2007 Jun 15 5:40 AM