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

Short Dump

Former Member
0 Likes
661

Runtime Errors CONVT_NO_NUMBER

Short text: Unable to interpret "00000BCX" as a number.

What happened? Error in the ABAP Application Program

The current ABAP program "SAPLRPIN" had to be terminated because it hascome across a statement that unfortunately cannot be executed.

5 REPLIES 5
Read only

Former Member
0 Likes
601

Hi

It seems the value 00000BCX is transfered to a numeric variable, the system can't convert it to a number so the dump is raised.

Now u should try to understand where that value is from.

Max

Read only

Former Member
0 Likes
602

Hi,

That is Number Conversion from one type to other.Number conflict in type conversion.Check ,where you are converting the values.

Regards,

Shiva Kumar

Read only

Former Member
0 Likes
602

hi,

00000BCX value might have been passed to either type N,CURR,I or F .. so is why the dump has aroused ...Pass the relevant one to avoid the same ...

Regards,

Santosh

Read only

Former Member
0 Likes
602

Hi,

Short text: Unable to interpret "00000BCX" as a number.

Check this value 00000BCX is belongs to which variable and data type.

I think that data type is not matched.

Use type C.

Narasimha

Read only

Former Member
0 Likes
602

Hi ,

It is typoe conflict error . Check in declarations .

Try to analyse short dump by using ST02 transaction.

Reward if useful

Thanks

Jagadeesh.G