2017 Feb 21 9:39 AM
When try to access T-Code CJ20N I am getting “Runtime error description exception” in the Ides system. Kindly suggest the soluition Details are as follows
Category ABAP Programming Error
Runtime Errors CONVT_NO_NUMBER
ABAP Program SAPLCJPN
Application Component PS-ST-OPR
Date and Time 21.02.2017 02:53:54
Short Text
"A1000" cannot be interpreted as a number
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLCJPN" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
An exception occurred that is explained in detail below.
This exception cannot be caught in the context of the current statement.
The reason for the exception is:
An attempt was made to interpret value "A1000" as a number.
As this value contravenes the rules for displaying numbers correctly,this was not possible.
Information on where terminated
The termination occurred in ABAP program "SAPLCJPN", in
"CJPN_PROJEKTNUMMER_EDIT". The main programwas "SAPLCNPB_M".
In the source code, the termination point is in line 153 of (Include) program "LCJPNF0C".
2017 Feb 21 10:13 AM
Isn't it clear? The short dump explains what happened. Apparently, a variable was treated as a number but contained a non numeric value. Now the question is, whether it is a flaw in the program of the mentioned component not to check the value before using it or where the wrong value comes from and how to prevent it. As an ABAP developer you should be able to find that out.
2017 Feb 21 10:25 AM
Hi horst Keller
I am not a ABAP Developer, So I am struggling to get solution for this.
2017 Feb 21 11:56 AM
Then the relevant component is PS-ST-OPR and not ABAP Development. Have you already searched the SAP notes of this component?