‎2013 May 30 6:38 PM
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.
‎2013 May 31 2:35 AM
Hi Sumana,
try BAPI_INCOMINGINVOICE_CREATE1 . It will not commit, so after this call BAPI_TRANSACTION_ROLLBACK.
Cheers,
Custodio
‎2013 May 31 4:19 AM
Hi Sumana,
Check this BAPI "BAPI_INCOMINGINVOICE_CREATE' .
Regard's
Smruti