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

MF for create delivery outbound without reference

Former Member
0 Likes
1,819

Hi all,

I want to create a delivery outbound without reference. I have tried using bapi_outb_delivery_createnoref but I couldn't find it, because I'm using release 4.6.

Does anybody know if a MF or IDOC or BAPI exists for that purpose?

Thanks in advance,

Mario

1 ACCEPTED SOLUTION
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,596

I don't know if there is anything special about creation without reference but Google -> "idoc outbound delivery" finds several SCN posts.

Try running 'where used' for LIKP/LIPS tables to see if any FM pop up there. And there is always BDC if no function exists.

6 REPLIES 6
Read only

0 Likes
1,596

Hi,

try this function module:    SHP_DELIVERY_CREATE_NOREF

Read only

0 Likes
1,596

Hi Matteo,

Thanks for your reply, but MF SHP_DELIVERY_CREATE_NOREF is not available on SAP 4.6.... Any other idea?

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,597

I don't know if there is anything special about creation without reference but Google -> "idoc outbound delivery" finds several SCN posts.

Try running 'where used' for LIKP/LIPS tables to see if any FM pop up there. And there is always BDC if no function exists.

Read only

0 Likes
1,596

Hi Jelena,

I've just thinking about that solution. I will try with a batch input or something like that

Thx,

Mario

Read only

Former Member
0 Likes
1,596

Hi all,

This requirement is suspended so far. The solution will be discused later. In the meantime, I will keep looking for a new solution.

Thanks all in advance.

Mario

Read only

Former Member
0 Likes
1,596

Close Thread, I decided to use a BI using incoming data.

Thanks all!