‎2011 Feb 22 7:12 PM
Dear All,
Please Suggest me , is there any function module or Report to "delete variants of a function module".. i am creating a variant every time when it(FM) is called, require to delete old variants programatically........
Regards,
Subhash
‎2011 Feb 22 7:35 PM
Subhash,
If you are using FBGENMAC macro for populating your interfaces, I would DEactivate the population of this testdata interfaces (especially in PRD)
From FBGENDAT program,
*& Don´t forget to deactivate it after your investigations to avoid *
*& the overload of test data directory ! *
‎2011 Feb 22 7:53 PM
Kris,
Yes i am using the macro, but I have to keep track of all the hits to the Function Module. so cannot deactivate the process.....any other way to delete the old variants.
Regards,
Subhash
‎2011 Feb 22 8:05 PM
don't see any std. reports/fm to do this ..
Check out the EUFUNC table.. and the subroutine db_delete_testdataset in include LSEUJFDB. You can probably put a breakpoint in this code (while deleting manually to see how it works)...