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 sample code to create delivery without order reference by BAPI or FM

Former Member
0 Likes
1,134

Hi All,

Can you please send me sample code to create delivery without order reference.

Thanks,

Babu.

2 REPLIES 2
Read only

Former Member
0 Likes
562

ry this FM BAPI_DELIVERYFREE_PROXY_CREATE. I had done used it earlier, may be it will work.

Just try for this FM: BAPI_OUTB_DELIVERY_SAVEREPLICA

BAPI_GOODSMVT_CREATE

Check the Function Group V50S for more delivery BAPI's

try using the BAPI BAPI_GOODSMVT_CREATE

Delivery Type with out ref to order is LO. This is used in a scenario where you want to supply some samples to customer. for samples there is no cutsomer order but you want to supply material.

Also there might a scenario where you have already created a order and you want to add some extra item in delivery which is not in order. in this case alos item category gets determined as given below.

To create LO you have to use tcode VL01NO and Shpping point, Delivery type LO, Sales area. Item category would be determined based on standard rule i.e., Delivery type + Item category group + useage. You have make this assignments in IMG for this work.

Lo is used for inbound deliveries which will be routed thru MM .

example if vendor is supplying some goods to ur company and if you want to take inbound delievery in SD for warehouse logistcs purposes for transfer order and also if it is routed thru shipment .this will be used.

usually this del doc type is rarely used

Hope this clarifies your doubts.

Please give me reward point if it is useful.

Thanks

Murali Poli

Read only

0 Likes
562

Hi Murali,

Thanks for your quick reply, as you said you used BAPI_DELIVERYFREE_PROXY_CREATE to create delivery without reference, can you please give me sample code of it, so that i can try from my side.

Thanks,

Babu