Register Login

BAPI_INCOMINGINVOICE_CREATE, create Invoice Number but not exist?

Updated May 18, 2018

Dear Experts,

I got problem with my z program using bapi : BAPI_INCOMINGINVOICE_CREATE.

It works fine for PO type material but got problem for PO type service. the problem is I got no error message on return and successfully create invoice number but when I check through ME23N / MIR4, no invoice created. Is there anything I missed?

I hope there's someone could help me..

Regards,

Yani


Comments

  • 24 Jun 2013 7:17 am rekha
    After BAPI_PO_CREATE, call BAPI_TRANSACTION_COMMIT and then finally call BAPI_INCOMINGINVOICE_CREATE after your create your Goods Issue as well.Without Goods Issue, the invoice cannot be created.

×