‎2016 Feb 08 9:21 AM
Hi Experts,
I'm creating BDC code for create routing 'CA01' code. I considered all the mandatory fields but when i'm trying to enter a value(1,2,3,4 etc.) for the field ' PLKOD-STATU' it gives me number conversion error & program gets terminated.
The field 'STATU' has data type ;CHAR with 3 digits & it has search help attached to it having values 1,2,3,4 etc. So, in excel sheet i'm entering values for the same field as 1,2,3...even tried 001,002,003.... but its not working. Can you help me to remove this bug?
Thanks,
Sumedh
‎2016 Feb 08 9:33 AM
HI,
In coding reference field what u have taken. is it char or Number.
Can run the bdc in Foreground. , If u try. What value it is passing 001 or 1
‎2016 Feb 08 9:41 AM
Hi
I have taken as it is ' STATU_008 TYPE PLKOD-STATU' also tried STATU(1).
‎2016 Feb 08 8:34 PM
The BDC session expects a character field. Instead of PLKOD-STATU, use CHAR(3).
Rob