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

Extention ''BAPI_OUTB_DELIVERY_CREATE_SLS''

Former Member
0 Likes
2,626

Hello,

We are trying to use the bapi ''BAPI_OUTB_DELIVERY_CREATE_SLS'' for creating outbound deliveries from sales order. We have customer specific fields in LIKP, which we need to populate the value using this BAPI. Can any one explain how to achieve this? We are in ECC 6.0.

Regards,

Sasi

Hello,

We are trying to use the bapi ''BAPI_OUTB_DELIVERY_CREATE_SLS'' for creating outbound deliveries from sales order. We have customer specific fields in LIKP, which we need to populate the value using this BAPI. Can any one explain how to achieve this? We are in ECC 6.0.

Regards,

Sasi

4 REPLIES 4
Read only

Former Member
0 Likes
1,696

you need to use EXTENSION_IN parameter to pass the custom fields. check the BAPI documentation on how to pass, and what needs to be done before using this parameter. if you pass correctly SAP will pass the custom fields automatically to the corresponding tables.

Read only

0 Likes
1,696

I could not be able to figure out how to use this. If you have any idea on this, Can you please pass this to me?

Read only

0 Likes
1,696

I am not able to figure out how to use the Extension_in. If you have any idea, Can you please pass this information to me?

Read only

0 Likes
1,696

read the documentation, and if still nto clear then read the BAPi code to see ho wit is reading that segment to pass values to LIKP, LIPS and other tables. It will become clear once you see the code in the BAPI