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

Run time error in GR

Former Member
0 Likes
511

Hello,

My user is having following issue.

Vendor has sent 3 items, out of which one is free sample. But on that excise has to b paid by us (which is approx 3000rs). So when user is trying 2 do GR, first 2 items dont hav any problem, but after checking ITEM OK tab in case of 3rd item(which is free sample), system shows following run time error

(Error in ABAP application program.

The current ABAP program "SAPLJ1IEX " had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

A value does not fit in a calculation field..)

What may b the remedy for it. How 2 handle this?

Thanks.

Edited by: sapsarang on Oct 29, 2009 6:24 AM

Hello,

My user is having following issue.

Vendor has sent 3 items, out of which one is free sample. But on that excise has to b paid by us (which is approx 3000rs). So when user is trying 2 do GR, first 2 items dont hav any problem, but after checking ITEM OK tab in case of 3rd item(which is free sample), system shows following run time error

(Error in ABAP application program.

The current ABAP program "SAPLJ1IEX " had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

A value does not fit in a calculation field..)

What may b the remedy for it. How 2 handle this?

Thanks.

Edited by: sapsarang on Oct 29, 2009 6:24 AM

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
473

is it a custom program triggering this short dump? If so, have a closer look at the coding / dump in transaction ST22. If it is standard SAP program, check available notes.

Read only

Former Member
0 Likes
473

solved