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

Test mode for BAPI_ALM_ORDER_MAINTAIN

Former Member
0 Likes
1,454

Is there a way that we can use BAPI_ALM_ORDER_MAINTAIN as a test mode?

because if i do a technique that just to ROLLBACK WORK if test mode, it would not reset the order numbers created.  it will produce a gap on the order numbers.

Is there a function module similar to the FI (BAPI_ACC_DOCUMENT_CHECK) to check before actual posting?

Is there a way that we can use BAPI_ALM_ORDER_MAINTAIN as a test mode?

because if i do a technique that just to ROLLBACK WORK if test mode, it would not reset the order numbers created.  it will produce a gap on the order numbers.

Is there a function module similar to the FI (BAPI_ACC_DOCUMENT_CHECK) to check before actual posting?

1 REPLY 1
Read only

Former Member
0 Likes
838

Hi,

    If you want to use the BAPI_ALM_ORDER_MAINTAIN in test mode the only method is ROLLBACK WORK as you said it will also create a gap in the service order number. This is unavoidable if your requirement is to run in test mode before the actual execution.

Regards.