‎2008 May 15 2:08 PM
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.
‎2008 May 15 2:12 PM
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
‎2008 May 15 2:13 PM
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
‎2008 May 15 2:18 PM
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
‎2008 May 15 2:19 PM
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
‎2008 May 15 2:20 PM
Hi ,
It is typoe conflict error . Check in declarations .
Try to analyse short dump by using ST02 transaction.
Reward if useful
Thanks
Jagadeesh.G