‎2008 Jun 20 3:46 PM
Hi Experts,
How I activate class from my code [ie not SE24!] ?
I have no problem create class using SEO_CLASS_COPY, but can't activate it. I try SEO_CLIF_SAVE_ALL as I found in forum, but doesn't work for me.
Anyone got any other idea?
Thx,
Bip
‎2008 Jun 20 4:13 PM
‎2008 Jun 20 4:23 PM
Thanks I'd tried that and I get;
<myclass>=====================CCAU does not exist, even though rc = 0 from function.
Don't know what this means...
Bip
‎2008 Jun 20 4:43 PM
I tried this way and working fine for me
Call the following fm first
SEO_ATTRIBUTE_ACTIVATE
SEO_EVENT_ACTIVATE
SEO_METHOD_ACTIVATE
SEO_TYPE_ACTIVATE
then go for
SEO_CLASS_ACTIVATE
OR
Your class keys are correct? if it is correct then
call function 'SEO_CLASS_EXISTENCE_CHECK'
then go SEO_CLASS_ACTIVATE
a®
‎2008 Jun 20 5:16 PM
thx again.
Looking inside that fm SEO_CLASS_ACTIVATE all it does set the activation status to 'A', but in SE24 still nothing is actually active.
Tried in a 4.7 system, I get no error in here but no activate either!
Bip.
‎2008 Jun 22 11:49 AM
a®s - could you post your code please so I can try my side?
thx,
Bip