Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Class Activation

Former Member
0 Kudos
130

Hi all,

I tried to activate a class from code using the Function

Module's SEO_CLASS_ACTIVATE and other function modules

like CLAS_OBJECT_ACTIVATE, CLSD_OBJECT_ACTIVATE and other

C*_OBJECT_ACTIVATE. None of them seem to activate the

class completely.

Either the Class itself remains inactive, or some of the

implementings and methods remain inactive.

Pls help.

Thanks in advance.

5 REPLIES 5

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
75

Are you creating a class at runtime? If not, then just activate the class via SE24.

Regards,

Rich Heilman

0 Kudos
75

Yes, the class is being created at runtime. I would like

to use any of the function modules provided by SAP to

achiveve complete class activation through code.

0 Kudos
75

Can you please post the code which creates your class at runtime?

Regards,

Rich Heilman

0 Kudos
75

We may use SEO_CLASS_CREATE function module

0 Kudos
75

Can I please ask what you exact requirement is and why you are trying to create a global class at runtime?

Regards,

Rich Heilman