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: 

Bapi Delivery EXTENSION_IN for field LIKP-LIFEX

Alexbat
Explorer
0 Kudos

Hi everyone,

I'm using the following BAPI : BAPI_OUTB_DELIVERY_CREATENOREF

And I would like to fill the field LIKP-LIFEX, but I don't see any interesting field in header

So, I suppose I have to use the table EXTENSION_IN, but I don't see how ...

Anyone have an idea ?

Thanks !

4 REPLIES 4

Former Member
0 Kudos

You can use this

BAPI_OUTB_DELIVERY_SAVEREPLICA

Thanlks

Arghadip

0 Kudos

Thanks for the answer, but I don't want to replicate my delivery, I want to create a new one

Any idea on using the table EXTENSION_IN ?

0 Kudos

Check this FM

IDOC_INPUT_SHP_OBDLV_CREATE_NO

It is used there.

Thanks

Arghadip

Former Member
0 Kudos

Hi,

I have a similar requirement. Could you please tell me how you populated EXTENSION_IN in BAPI_OUTB_DELIVERY_CREATENOREF.

Thanks!