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

BAPI_DELIVERYPROCESSING_EXEC delivery creation

Former Member
0 Likes
646

Hi Geeks,

Im using BAPI_DELIVERYPROCESSING_EXEC to create a delivery with reference to a return order and is able to create the delivery. The only problem is Im not getting the storage location correctly even though im passing it. Its still taking the storage location of the return order instead of the value passed by me. Did somebody came across such a thing. Your suggestions are atmost appreciated.

i_request-plant = v_werks.

i_request-stge_loc = v_lgort.

Thanks,

Kiran.

1 REPLY 1
Read only

Former Member
0 Likes
420

Solved it myself..