‎2007 Oct 19 7:13 AM
Hi everybody,
i wrote a small report that added a Attribute to a Class, with a "text" in it this works great so far. But i cant use the new added Attribute until i rename it activate it and then rename it again and activate it again. I think the runtime environment don't know about the new Attribute now my question is is there a possibility to refresh the runtime environment? Or activate the hole class? I'm thank full for every hint i get.
greetings
Moritz
‎2007 Oct 19 7:16 AM
Hi
Welcome to SDN forum
in SE24 Tcode We can activate the class as a Whole when ever you add new attribute for it.check whether that attribute is used anywhere in the class
otherwise it will get activated
Regards
Anji
‎2007 Oct 19 8:06 AM
Thanks a lot when i use this transaktion it works. Now i got my last question can i do this automaticly in my report?
That its done in the background? Without manualy call the transaktion.
greetings
Moritz
‎2007 Oct 19 1:53 PM
i can answer my question my own now :).
I had to do a
CALL FUNCTION 'SEO_CLIF_SAVE_ALL'
EXPORTING
cifkey = clskey.
at the end of the program. With this Function the Class etc got saved and activated. Everything is works perfectly now.
greetings