Hi All,
I've created a massload program to load maintenance plan from a .csv file. The program supports both creation and change of maintenance plans. The program has the option to run in Test mode and Actual Run mode.
For creation I have used FM MPLAN_CREATE. When running in Test Mode this FM is consuming the number from number range. For ex: When I try to upload 10 maintenance plans in test mode it consumes numbers 1 to 10. When I run in actual run mode the maintenance plans are created form 11 to 20 in the database.
How can I prevent the numbers getting consumed during test run?
Thank you!
Regards,
Sriram.