Application Development 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: 

Outbound delivery creation without reference

Former Member
0 Kudos

Hi,

I need to create an outbound delivery without reference. Initially i am using 'BAPI_OUTB_DELIVERY_CREATENOREF' to do this. But I have a problem, I need to populate in also in the program 3 fields indicated below. It seems that the bapi was not able to provide parameters for these.

LIKP-LFART: Delivery Type

LIKP-VSBED: Shipping Conditions

LIPS-BWTAR: valuation type

An advice on how to do this will be greatly appriciated.

Thank you so much!

Looking forward to your replies...

2 REPLIES 2

Former Member
0 Kudos

Hi,

Please check this BAPI.

BAPI_DELIVERYFREE_PROXY_CREATE

BAPI_DELIVERYPROCESSING_EXEC

<b>Reward points</b>

Regards

0 Kudos

Hi,

I tried to use 'BAPI_DELIVERYPROCESSING_EXEC' but it seems that no outbound delivery was created. The return table is initial.

The outbound delivery I am trying to create has no reference Sales order. I also need to populate in the field 'shipping point' and material 'valuation type'. I am not sure if this bapi has these feilds in a different name.

Kindly advice again. Thanks!

By the way, a sample codes for this bapi without sales order reference will be greatly appriciated.