‎2007 Aug 31 7:38 PM
Hi All,
How to activate class method?
Class Name - CL_HRCE_MASTERSWITCHES
Method name - CHECK_RELEASED
In se80 this method is showing red, means it is inactive.
Please guide me how to turn it to green?
And there is commented code "* ce_is_released = true."
How to uncomment it?
Is i need to apply access key to do this?
Regards
‎2007 Aug 31 8:06 PM
Hi,
Showing in RED are not inactive, But they Private methods , showing in GREEN are public methods
a®
‎2007 Aug 31 8:04 PM
Go and access that same class in se24 if it comes there then...activate there itself..
and Even..in SE80..also..u can go to change mode and you can activate it...
regards,
anilreddy
‎2007 Aug 31 8:06 PM
Hi,
Showing in RED are not inactive, But they Private methods , showing in GREEN are public methods
a®
‎2007 Aug 31 8:07 PM
Hello Rohan
The LEDs have the following meaning:
- green = public method
- yellow = protected method
- red = private methodRegards
Uwe
‎2007 Aug 31 8:07 PM
I believe it is showing in red because it is a Private method, not because it is inactive.
You will need an access key if you want to change this method in any way.
‎2007 Aug 31 8:12 PM
Thanks for reply.
It means We need to apply access key to uncomment following code in method
Class:CL_HRCE_MASTERSWITCHES
method CHECK_RELEASED .
for pilot customers the functionality is released,
for all others not to be a pilot customer please check note 520965
then activate this line here
ce_is_released = true.
endmethod.
Regards
‎2008 Oct 21 1:34 AM