‎2008 Mar 11 9:20 AM
Hello,
In my program i have:
1 - create delivery
2 - commit work and wait
3 - create shipment using MF ''OIGI_CREATE_SHIPMENT_RFC''
4 - commit work and wait
When i use call transaction 'VL02N' for updating created delivery, i have error 'object locked' in MF and the shipment was not create i don't know why?
NB: The call transactin is used between 2 and 3
Thanks a lot
‎2008 Mar 11 9:32 AM
hi
good
The parameter for this BAPI must be specified in structure HEADERDATA. To create a shipment, the system needs to know the shipment type. The shipment number & transportation planning point is also optional.
Global dates for the shipment (start of shipment, start of loading, and so on) can be supplied by table HEADERDEADLINE. Which deliveries should be assigned to the shipment needs to be specified in table ITEMDATA. The data for the shipment stages is taken from table STAGEDATA. gelesen. Dates can also be supplied for each stage (table STAGEDEADLINE). Because not all deliveries necessarily need to have the same starting point and destination, the deliveries are assigned to stages using table ITEMONSTAGE. The addresses of the stage starting points and destinations can be specified in detail from table ADDRESS. Tables HDUNHEADER and HDUNITEM let you inform the shipment that the deliveries should be packed and which shipping units should be used.
thanks
mrutyun^
‎2008 Mar 11 9:33 AM
once u had created the delivery using ur program check sm12 to see if the delivery is locked before saving the delvy
Edited by: Prabhu S on Mar 11, 2008 10:34 AM
‎2008 Mar 11 10:12 AM
The message is 'Object requested is currently locked by user &' = MC(601).
I think i have the entry in sm12 and the object locked is 'EVVBLKE'. How can i do plse?
‎2008 Mar 11 10:46 AM
delete the entry in sm12 and unlock the delivery to update it manualy via the t.code. but this will not happen every time. before the system finshes the update an event had occurered that has locked the delivery and hence the issue.
‎2008 Mar 11 11:39 AM
I put the MF 'DEQUEUE_EVVBLKE' but i have always the problem
‎2011 Feb 08 8:50 PM