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

Creating Invoice

Former Member
0 Likes
603

Any BAPI or normal Function module is there for creating the Invoice based on Delivery Number?

5 REPLIES 5
Read only

Former Member
0 Likes
573

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

Read only

0 Likes
573

Use function module GN_INVOICE_CREATE.

Regards,

Ankur Bhandari.

Reward points if it helps.

Read only

0 Likes
573

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

Read only

0 Likes
573

Try with I_WITHOUT_REFRESH = 'X'.

Regards,

Ravi

Read only

0 Likes
573

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.