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: 

Runtime error

Former Member
0 Kudos

hi Gurus,

While posting Goods reciept for purchase order i got runtime error.I have no knowledge about ABAP Programing, how can i find out why this runtime error has occured ie which data entered by me caused this error.

Regards

Samarth

6 REPLIES 6

Former Member
0 Kudos

Hi

Can u paste the part of runtime error here.

Regards,

Vishwa.

0 Kudos

hi

What happened?

ABAP program 'SAPLSNR3' had to be terminated because it has come across a statement that cannot be executed. tried to create feild with length0

Error analysis

in an assign statement in the programme 'SAPLSNR3' a feild symbol with length0 should have been created. Howerver this is not possible.

Trigger location

programe 'SAPLSNR3'

include LSNR3F01

row 178

module name LOCAL_BUFFER

Row 178

ASSIGN BNRIV-NRLEVEL+G_OFFSET(G_NR_LENGTH) TO <G_F>.

0 Kudos

Samarth,

Seems it is related to Number range intervals ie "From and to " range.

K.Kiran.

0 Kudos

hi kiran

Can you elobrate a little. What is happening that it is showing Preparing for quality inspection and then this runtime error occurs. What No rang? is it the material no range.

Regards

Samarth

Edited by: samarth rao on Sep 25, 2008 8:34 AM

kiran_k8
Active Contributor
0 Kudos

Samarth,

Just check the Error Message documentation you will get an idea.

K.Kiran.

Former Member
0 Kudos

Go to ST22, here u can see the detail analysis of run time error.