cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI For PGI

Former Member
0 Kudos

Dear All,

In My business process, i just want to create sales order , delivery and PGI from the uploaded XML files . Is there any BAPI available for doing the delivery and PGI ( with Movement Type 601 ) .Please help me.....

Thanks in Advance

Geo

Edited by: Jubi Peter on Apr 8, 2009 5:04 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

andrea_olivieri
Contributor
0 Kudos

Hi,

it's not possible with 'one time call' to the same Bapi method to create an outbound delivery and post the goods issue.

My suggestion is:

1) After the successfully sales order creation, create an outbound delivery using the Bapi method

BAPI_OUTB_DELIVERY_CREATE_SLS

2) Then, if the outbound delivery is generated, post the goods issue with

BAPI_OUTB_DELIVERY_CONFIRM_DEC

Kind regards.

Andrea

Former Member
0 Kudos

Try BAPI_GOODSMVT_CREATE

Former Member
0 Kudos

try the include ZXVVFU04

ie Billing user exit EXIT_SAPLV60B_004 (billing doc generated but not accounting)

This would be a good place to code your logic. Let me know if this dosent work

Have a nice day

Vikas