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: 

delivery and invoice

Former Member
0 Kudos

hi friend ,

based on sales order how we can create a delivery and invoice automatically. how we can do can u provide me such document

thanks

7 REPLIES 7

Former Member
0 Kudos

Please be specifi to your querry ...!

Former Member
0 Kudos

hi

iam creating a sales order based on that sales order we need to create delevary and invoice

while creating sales order data comes from other system(non sap) using bapi "sales_ordercreate"

based on that sales order we need to create delevary and invoice automatically is there any way to create

thanks

0 Kudos

Use this BAPI for Delivery:

BAPI_OUTB_DELIVERY_CREATE_SLS

BAPI_INCOMINGINVOICE_CREATE for Invoice Docu.

0 Kudos

Hi,

Nishant: Incoming Invoice is for MIRO. So for sales BAPI_INCOMING_INVOICE_CREATE wont work.

Ravi

Check [here|;

Goto tcode BAPI and find the appropriate BAPI or goto se37 and put BAPIdelivery &BAPIinvoice.

Search SCN before posting generic queries.

Regards,

Amit

Former Member
0 Kudos

hi ravi,

goto TCode BAPI.

and get the FM you want to create invoice and delivery

Former Member
0 Kudos

thanks for your suggestions

another query i need to excuted these three (sales order,delevaryand invoice) dynamically at atime how i can do this

using these three bapis or any other option is there

ravi

0 Kudos

Hi,

Check table VBFA which contains sales document flow with so, delivery and invoice.

Also check FM SD_DOCUMENT_FLOW_GET.

Please close the thread if your query is answered.

Regards,

Amit