‎2006 Feb 02 10:45 AM
Any BAPI or normal Function module is there for creating the Invoice based on Delivery Number?
‎2006 Feb 02 10:49 AM
Hi,
There is no standard BAPI nor FM for invoice creation. You can use BDC for invoice creation. BDC would be very easy as you just have to pass the delivery no.
Best regards,
Prashant
‎2006 Feb 02 10:53 AM
Use function module GN_INVOICE_CREATE.
Regards,
Ankur Bhandari.
Reward points if it helps.
‎2006 Apr 27 3:19 PM
I try to use this function module to create a Invoice from another Invoice.
Problem: The Price-Konditions of the first Invoice are destroyed when creating the new Invoice with parameter I_WITHOUT_REFRESH = ' '.
Who can help me?
Markus
‎2006 Apr 27 3:23 PM
‎2006 Apr 27 3:35 PM
when using I_WITHOUT_REFRESH = 'X' first Invoice stays correct but new Invoice isn't created und no documentflow is created.
Perhaps commit work dont exist? I will try that.