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

Need help in debugging VL02N

Former Member
0 Likes
1,715

Hi,

In VL02N, when batch determination is done..after saving..Im correctly getting the message : the outbound delivery is saved.

Problem is, immediately whn I again try to enter the delivery(in VL02N), am getting Userxxx currently editing the delivery noxxx.

Have been debugging since a long time..but not able to trace the reason.

There is a FM called call function 'ENQUEUE_EVVBLKE" which returns the above message..

Can anyone pls help me hw to chk how the above fm is called or probable cause for above issue.

Thanks in advance,

Priya

7 REPLIES 7
Read only

Former Member
0 Likes
1,208

SAP hasn't finished processing the delivery, hence why it's still locked. Just be patient and the lock will be released and you can go back in.

-


If useful, please hug me!

Read only

0 Likes
1,208

Hi,

But its taking very long time..atleast 8mnts in QA and 20mnts in Production system.

Read only

Former Member
0 Likes
1,208

Well, it might be like my sucessor said, that the saving to DB process isnt yet finished when you are very quick, but the database itself is quite fast and if your system doesnt run on full capacity it shouldnt be the problem.

I rather suspect you got some workflow assigned to the delivery as an output type with processing time 4.

This means when saving your delivery a workflow gets triggered which does whatever. This workflow is probably locking your delivery since it probably creates suceeding documents or such things.

Read only

0 Likes
1,208

Hi,

There is a XML output associated with LD00 output type..

Would that be any reason?

--Priya

Read only

0 Likes
1,208

Hi Priya,

You can check tha table TNAPR for the program and respective form name which will be trigerred once LD00 output type is selected.Give KSCHL field as LD00 in table TNAPR and get the respective pgm and form.Put a break point and debug

Thanks,

Lakshman

Read only

0 Likes
1,208

Hi Lakshman,

Have kept the break-point in the concerned print program..but it never triggered.

Have chkd the output type LD00, its been called whn saving the application( processing time 4)

All, my question is: whether the XML output program might be cause for slowness?

Pls suggest.

Thnxs,

Priya

Read only

0 Likes
1,208

I guess yes thats the thing what gives you problems. Tho LD00 is normally stadard output type for delivery print.