‎2007 Oct 31 4:01 AM
Hi ABAPers,
I want to De-activate one Function Module. Can any one Tell how can we de-activate that one.
Thanks in Advance,
Regards,
Ramana Prasad.
‎2007 Oct 31 4:05 AM
Hi Ramana,
What do you mean by deactivate? You don't want to use it or want to delete it?
Regards,
Atish
‎2007 Oct 31 5:19 AM
Hi Atish,
I Don't want to use that Function Module Further. So can u suggest me how can we do that.
Regards,
Ramana Prasad.
‎2007 Oct 31 5:32 AM
Hi,
I am thinking if u go for obsolate this F.M will called,
As per my undersatnding, If u don't wan't use this FM, Comment the code.
Regards,
Vamsi.
‎2007 Oct 31 5:40 AM
Hey,
If you don't want to use that FM then just comment the code inside the FM like vamsi said or you can comment the CALL FUNCTION code in the program.
Alternatively if you don't want to comment also then you can put a failing IF condition like
If ( 2 = 5)
< FM Code>
Endif.
This will not allow the code to be called even if FM is called .
Rest there is no other way to do that
Regards
Nishant
‎2007 Oct 31 4:18 AM
i hope you want to make the function module obsolete. to make a function module obsolete, look at this:
‎2007 Oct 31 4:44 AM
Hi,
I am doing exactly what is there in the link for making function module obsolete, but it was saying only user can release the Function Module.
Regards,
Ramana Prasad.
‎2007 Oct 31 5:44 AM
‎2015 Sep 15 10:30 AM