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: 

When try to access T-Code CJ20N I am getting “Runtime error description exception”

Former Member
0 Kudos
780

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".

3 REPLIES 3

horst_keller
Product and Topic Expert
Product and Topic Expert
202

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.

0 Kudos
202

Hi horst Keller

I am not a ABAP Developer, So I am struggling to get solution for this.

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos
202

Then the relevant component is PS-ST-OPR and not ABAP Development. Have you already searched the SAP notes of this component?