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

Runtime error

Former Member
0 Likes
710

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
Read only

Former Member
0 Likes
653

Hi

Can u paste the part of runtime error here.

Regards,

Vishwa.

Read only

0 Likes
653

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

Read only

0 Likes
653

Samarth,

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

K.Kiran.

Read only

0 Likes
653

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

Read only

kiran_k8
Active Contributor
0 Likes
653

Samarth,

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

K.Kiran.

Read only

Former Member
0 Likes
653

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