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

Runtime Error CONVT_NO_NUMBER

Former Member
0 Likes
826

Hi All,

I'm getting repetitive error every 5min on all my instance DEV,QAS and PRD on CONVT_NO_NUMBER.

Upon investigation the error is using username that connected to the SOLMAN.

how do I resolve this issues?

Thank you,

Regards,

Ura


1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
774

Fixed with SAP note 1872633.

Thanks for the response, guys!

3 REPLIES 3
Read only

Former Member
0 Likes
774

Hi Ura

Are you converitng sting to number.If yes check input that you are passing to it.It is directly showing right ie *64209 as a number.Error with passing input to that fm.

Thanks

Vamsi

Read only

fikretsomay
Participant
0 Likes
774

Please check that your number is starting with a star ' * ' .

Could you please check it without that?

False  : "*64209"

True    : "64209"

Read only

Former Member
0 Likes
775

Fixed with SAP note 1872633.

Thanks for the response, guys!