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

Need BAPI/Function Module for Incoming Invoice(MM Invoice) Simulation in ECC 5.0

Former Member
0 Likes
1,350

Hi There,

I'm looking for a BAPI/Function module that works on the same way what the Simulate button does in the MIR4 MM Invoice in ECC 5.0.

Currently we are using Function Module- MRM_SRM_INVOICE_SIMULATE in ECC 6. But this FM is not available in ECC 5.0.

We tried to use FM- MRM_INVOICE_CREATE by checking  I_SIMULATION = 'X' as per suggestion on few previous discussions, But its not giving any output.

Could anyone recommend any other solution?

Thank you in advance.

2 REPLIES 2
Read only

custodio_deoliveira
Active Contributor
0 Likes
703

Hi Sumana,

try BAPI_INCOMINGINVOICE_CREATE1 . It will not commit, so after this call BAPI_TRANSACTION_ROLLBACK.

Cheers,

Custodio

Read only

Former Member
0 Likes
703

Hi Sumana,

Check this BAPI  "BAPI_INCOMINGINVOICE_CREATE' .

Regard's

Smruti