‎2009 Mar 29 6:44 AM
Hai all,
I am using BDC(call txn) for MM01 .When i upload the flat file a runtime error displays 'unable to interpret "/" as a number'.
How can i solve this problem?
Can anyone help me?
Tnx & Regards..
‎2009 Mar 29 8:59 AM
Hi
Some ok_code as '/' must have given. Please check the recording part of coding and see if any ok_code passed like ' / ' and correct it.
Venkat.
‎2009 Mar 29 6:47 AM
Hi,
i guess it's the path that u r providing to upload the flat file....
try using path like ' drive:\filename.txt'...
thanks
ravi
‎2009 Mar 29 6:50 AM
HI,
Check whether the data is properly populating in the internal table from the flat file. If you are populating the date field in MM01 check the are you passing the write format to BDC.
‎2009 Mar 29 7:55 AM
Hi,
keep nodata indicator as space ( remove '/' ). it will work.
better if u paste ur code.
Rgds
siva
‎2009 Mar 29 8:59 AM
Hi
Some ok_code as '/' must have given. Please check the recording part of coding and see if any ok_code passed like ' / ' and correct it.
Venkat.
‎2009 Mar 29 1:00 PM
i think u passing '/' into number field..and i think u used split soomewhere in your program and thats where its spplitting it wrong and passing '/' into number field..debug !