Application Development and Automation 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: 
Read only

Class Activation

Former Member
0 Likes
952

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
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
897

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

Regards,

Rich Heilman

Read only

0 Likes
897

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.

Read only

0 Likes
897

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

Regards,

Rich Heilman

Read only

0 Likes
897

We may use SEO_CLASS_CREATE function module

Read only

0 Likes
897

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

Regards,

Rich Heilman