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

delete variants of function module

Former Member
0 Likes
1,203

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

3 REPLIES 3
Read only

Former Member
0 Likes
801

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 ! *

Read only

0 Likes
801

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

Read only

0 Likes
801

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)...