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

Replace Transaction MRHR

Former Member
0 Likes
466

We are upgardring to ECC6. one of our interfaces uses a "Call transaction" to MRHR. This transaction is not available in ECC6. The SAP recomendation is to use MIRO but we require an external FI document number which MIRO, or function "BAPI_INCOMINGINVOICE_CREATE" will not provide.

Function "BAPI_ACC_INVOICE_RECEIPT_POST" will create a financial document, posting to an external document number, but it does not seenm to clear the invoice againt a purchase order.

Does anyone have any solutions?

Requirements:

Create invoice.

Create FI document with external number

Clear the purchase order against the invoice.

Thanks Iwan

2 REPLIES 2
Read only

Former Member
0 Likes
404

Hi Iwan,

Were you been able to find the solution ?

I have a similar situation like yours.

Any help will be appreciated.

Regards,

Sanjay

Read only

JozsefSzikszai
Active Contributor
0 Likes
404

hi Iwan,

MIRO is able to create external FI number, there is an OSS Note about this (Note number: 203522). You need to code an exit, but it works, I tried.

hope this helps some

ec