Application Development 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: 

Runtime Error CONVT_NO_NUMBER

Former Member
0 Kudos

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

Former Member
0 Kudos

Fixed with SAP note 1872633.

Thanks for the response, guys!

3 REPLIES 3

Former Member
0 Kudos

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

fikretsomay
Participant
0 Kudos

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

Could you please check it without that?

False  : "*64209"

True    : "64209"

Former Member
0 Kudos

Fixed with SAP note 1872633.

Thanks for the response, guys!