‎2010 Nov 10 11:41 AM
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
‎2010 Nov 10 11:57 AM
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!
‎2010 Nov 10 12:03 PM
Hi,
But its taking very long time..atleast 8mnts in QA and 20mnts in Production system.
‎2010 Nov 10 12:03 PM
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.
‎2010 Nov 10 12:17 PM
Hi,
There is a XML output associated with LD00 output type..
Would that be any reason?
--Priya
‎2010 Nov 10 12:26 PM
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
‎2010 Nov 10 12:31 PM
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
‎2010 Nov 10 12:42 PM
I guess yes thats the thing what gives you problems. Tho LD00 is normally stadard output type for delivery print.