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 MIRO

Former Member
0 Likes
767

Hi,

I am using a BAPI "BAPI_INCOMINGINVOICE_CREATE" for creation of INVOICE (MIRO).

I need to test run this BAPI "BAPI_INCOMINGINVOICE_CREATE" for creation of invoice before creation of the same.But there is no parameter to set the Test run in this BAPI.

Kindly let me know is Test run is provided for this BAPI.

If not let me know any other BAPI where Invoice can be created in Test run.

Thanks in advance.

Regards,

Ragini.

2 REPLIES 2
Read only

Former Member
0 Likes
587

Hi,

Check out this Fun Mod: ZMM_MIRO_PROCESS_00001120

Thanks,

Krishna..

Read only

RaymondGiuseppi
Active Contributor
0 Likes
587

Just don't call a COMMIT WORK or BAPI_TRANSACTION_COMMIT but execute a ROLLBACK_WORK.

Regards