cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_INCOMINGINVOICE_CREATE for Credit Memos

Former Member
0 Kudos

Dear friends, good morning/afternoon for everyone.

We need to use BAPI_INCOMINGINVOICE_CREATE to post a Credit Memo to our vendors.

What we are struggling is how to set the bapi to post a credit memo.

What is the field in the BAPI that I we must set to post the credit memo ? I saw the field INVOICE_IND in the HEADERDATA , should I put 2 on there ?

best regards,

Alessandro

Accepted Solutions (1)

Accepted Solutions (1)

dirk_freyaldenhoven
Active Participant

Hello Alessandro,

check documentation for BAPI_INCOMINGINVOICE_CREATE (Button "Function Module Documentation" in SE37).

When passing on the header data, you use the INVOIC_IND field to determine whether the system posts a credit memo or an invoice. If you leave the field initial, the system posts a credit memo. If you enter an X, the system posts an invoice.

Best Regards, Dirk

Answers (0)