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
706

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..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
673

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.

5 REPLIES 5
Read only

Former Member
0 Likes
673

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

Read only

Former Member
0 Likes
673

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.

Read only

Former Member
0 Likes
673

Hi,

keep nodata indicator as space ( remove '/' ). it will work.

better if u paste ur code.

Rgds

siva

Read only

Former Member
0 Likes
674

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.

Read only

Former Member
0 Likes
673

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 !