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

Logistics Execution - locking on Delivery|Material level

Former Member
0 Likes
994

Hi

Is it possible to change the locking from Delivery level to Delivery|Material level? We have a custom development where the users can pack by wave/group. This helps a great deal with productivity, but sometimes the packers lock the deliveries, even though they're packing different wave/materials.

Please advise. Thank you and best regards,

Adrian

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
877

Locking the delivery at document level is done in the standard program "LLE_SHP_DB_DELIVERY_BUF_EXEF52", form-routine "DELIVERIES_ENQUE_PACKAGE" using the Function module "SHP_SD_ORDER_ENQUEUE" (Line number 36), which inturn call function module SD_SALES_DOCUMENT_ENQUEUE SHP_ENQUEUE_EVVBLKE. If you look at the parameter passed before calling the function module, only Delivery Number is added to the input parameter.

I don't think, it is desirable to change this standard functionality.

Edited by: Vinod Kumar on Mar 29, 2011 2:47 PM

Locking the delivery at document level is done in the standard program "LLE_SHP_DB_DELIVERY_BUF_EXEF52", form-routine "DELIVERIES_ENQUE_PACKAGE" using the Function module "SHP_SD_ORDER_ENQUEUE" (Line number 36), which inturn call function module SD_SALES_DOCUMENT_ENQUEUE SHP_ENQUEUE_EVVBLKE. If you look at the parameter passed before calling the function module, only Delivery Number is added to the input parameter.

I don't think, it is desirable to change this standard functionality.

Edited by: Vinod Kumar on Mar 29, 2011 2:47 PM

3 REPLIES 3
Read only

Former Member
0 Likes
878

Locking the delivery at document level is done in the standard program "LLE_SHP_DB_DELIVERY_BUF_EXEF52", form-routine "DELIVERIES_ENQUE_PACKAGE" using the Function module "SHP_SD_ORDER_ENQUEUE" (Line number 36), which inturn call function module SD_SALES_DOCUMENT_ENQUEUE SHP_ENQUEUE_EVVBLKE. If you look at the parameter passed before calling the function module, only Delivery Number is added to the input parameter.

I don't think, it is desirable to change this standard functionality.

Edited by: Vinod Kumar on Mar 29, 2011 2:47 PM

Read only

0 Likes
877

Thanks

Read only

0 Likes
877

I was busy stepping LM46 for a PIPAS issue we have and see that SAP locks the Delivery at Transfer Order level with CALL FUNCTION 'LOCK_TO' EXPORTING LGNUM, T_TO_ITEMS and T_TO_HEADER. This is very useful and will solve some locking issues we have.