‎2006 Sep 25 6:53 AM
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...
‎2006 Sep 25 7:06 AM
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
‎2006 Sep 25 7:32 AM
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.
‎2006 Sep 25 7:13 AM
HI,
Check the bolow fm's for delivery.
BAPI_INB_DELIVERY_SAVEREPLICA
BAPI_OUTB_DELIVERY_SAVEREPLICA
jaffer vali shaik
‎2006 Sep 25 7:14 AM
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