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

BAPI for delivery doc creation required

Former Member
0 Likes
611

Hi All,

I need to develop a program wherein I need to create a sales order, delivery order, PGI(post goods issue) and invoice.......I have identified the bapi for sales order creation as bapi_sales_order_create..

I request u to kindly help with the others....lemme know the relevant bapis for the others...

4 REPLIES 4
Read only

Former Member
0 Likes
559

For creating delivery use the FM : RV_DELIVERY_CREATE

For Post goods issue use the BAPI : BAPI_GOODSMVT_CREATE

For invoice use the BAPI : BAPI_INCOMINGINVOICE_CREATE

Read only

0 Likes
559

Hi

You can use the following FM & BAPI but kindly check what are your requirements, else you can also create your own ZBAPI.

For Creation:

RV_DELIVERY_CREATE

BAPI_GOODSMVT_CREATE

BAPI_INCOMINGINVOICE_CREATE

Rest for Delivery & other kindly check the rest of BAPI.

All The Best.

Priyanka

DO Reward Points.

Read only

Former Member
0 Likes
559

HI,

Check the bolow fm's for delivery.

BAPI_INB_DELIVERY_SAVEREPLICA

BAPI_OUTB_DELIVERY_SAVEREPLICA

jaffer vali shaik

Read only

Former Member
0 Likes
559

Hi,

Chk the FM's given below..Hope this will help you...

BAPI For Delivery Order

BAPI_DELIVERYPROCESSING_EXEC

BAPI to post a Goods issue

BAPI_OUTB_DELIVERY_CONFIRM_DEC "inbound Delivery

Filling HEADEWR_DATA-DELIV_NUMB, HEADER_CONTROL-DELIV_NUMB, DELIVERY with the delivery number and HEADER_CONTROL-POST_GI_FLG with 'X' does the job.

BAPI_OUTB_DELIVERY_CONFIRM_DEC " outboung Delivery

Reward Points if helpful.

Regards,

Harini.S