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

BAPI for invoice MM SIMULATION

Former Member
0 Likes
2,921

Hi,

I need a BAPI or RFC or Function Module for performing the simulation of invoice creation in the MM module (MIRO transaction).

For registration I use the standard BAPI ACC_INCOMINGINVOICE_CREATE.

Now I need a BAPI for the simulation.

Could anyone recommend something?

Thank you very much in advance.

Mauro

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,491

Hi,

instead of the BAPI <b>BAPI_INCOMINGINVOICE_CREATE</b>

you can try with <b>MRM_INVOICE_CREATE</b>.

that solves your problem..

Regards

vijay

2 REPLIES 2
Read only

Former Member
0 Likes
1,491

Hi,

Pls check the FM MRM_INVOICE_CREATE. This has a I_SIMULATION flag in its importing parameters.

However, this is not an RFC enabled FM.

Thanks,

Renjith

Read only

Former Member
0 Likes
1,492

Hi,

instead of the BAPI <b>BAPI_INCOMINGINVOICE_CREATE</b>

you can try with <b>MRM_INVOICE_CREATE</b>.

that solves your problem..

Regards

vijay