‎2009 Dec 12 7:11 AM
Hi Gurus,
Can it be possible to activate or deactivate user exit or badi using statement in report program.
Means suppose I have user exit activated and badi already implemented and active , then is it possible to make those exit and badi inactive by report statement.
thanks.
‎2009 Dec 12 7:25 AM
Hi
I dont think we can achieve it.
You can create a table with maintenance generator and then maintain the list of user exits/BADIs/spots in the table with a status such as 'A' or 'X'.
Create function module for it and call the FM in your exit/BADI/spot, if the status is 'A', then only the code should else no.
Try like this
Regards
Shiva
‎2009 Dec 12 7:25 AM
Hi
I dont think we can achieve it.
You can create a table with maintenance generator and then maintain the list of user exits/BADIs/spots in the table with a status such as 'A' or 'X'.
Create function module for it and call the FM in your exit/BADI/spot, if the status is 'A', then only the code should else no.
Try like this
Regards
Shiva
‎2009 Dec 15 6:49 AM