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: 

Short dump in J1iex while display

Former Member
0 Kudos
142

Hi

I have come across a short dump while displaying an invoice number (Using tcode J1iex) which was already posted. Dump says there is a conversion error .

Screen name.............. "SAPLJ1IEX"

Screen number............ 0200

Screen field............. "J_1IEXITEM-AVAILABLE_AT1"

Error text............... "FX015: Sign lost."

Can anyone please clarify what can be done in this case.

Regards

Prabhakar.

5 REPLIES 5

Former Member
0 Kudos
117

Hi ,

Have u applied any Notes /Paches recently ? are u need to now y its getting -sign in Debug mode.

regards

Prabhu

0 Kudos
117

Hi

Thanks for the reply.

J_1IEXITEM-AVAILABLE_AT1 ( Available CENVAT credit field) is getting a value 0.01- . There is a field conversion problem from ABAP program to Screen display (Dump message) .

This variable has

Technical type description : P(7) DECIMALS 2

Absolute type description: J_1IEXAVLAT1

As such we have applied some notes which is not related to this application.

Please clarify.

Regards

Prabhakar.

Former Member
0 Kudos
117

hi this is due to the applying notes or user exits..check the error in the debugging. and write the conversion for it .

0 Kudos
117

Hi

Thanks for the reply.

Regards

Prabhakar.

0 Kudos
117

Hi

I am facing a similar problem. How did u solve yr problem. Did u apply any note?

Regards