‎2012 Jul 30 8:17 AM
Hello All,
I want to Activate the FM programatically without showing any screen or sub-screen that is like Activation is done in background.
I tried to debug the SAP's functionality but not getting much. All i know is class CL_FUNCTION_BUILDER is used. But throught it am not being able to achieve my goal.
Please suggest.
Regards,
Ankur Sharma.
‎2012 Jul 30 8:59 AM
Use FM FUNC_OBJECT_ACTIVATE or RS_FUNCTION_ACTIVATE.
Thanks,
Shambu
‎2012 Jul 30 8:44 AM
Dear Ankur,
You can write a BDC for SE37, just pass the name of FM & use mode "N" in you piece of code.
It may work for your case as you don't want to display any pop-up or any screen while going for activation.
With Regards,
Akshay
‎2012 Jul 30 8:52 AM
Hello Former Member,
Thanks for suggestion. But anyother way ? like any FM or any method to get this ?
‎2012 Jul 30 8:55 AM
Dear Ankur,
May I know what exactly your requirement is..?
With Regards,
Akshay
‎2012 Jul 30 9:01 AM
Hi Former Member
My requirement is to activate FM without using BDC. During activation no screen should come. So only way is to use some Function module or method which does activation. I tried few but no success.
Regards,
Ankur Sharma
‎2012 Jul 30 8:59 AM
Use FM FUNC_OBJECT_ACTIVATE or RS_FUNCTION_ACTIVATE.
Thanks,
Shambu
‎2012 Jul 30 9:07 AM