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

How to activate Global Class from ABAP Program

Former Member
0 Likes
1,069

Hi Experts,

I have created a Global Class using in SE24 and saved it.Now I want to activate that Global Class using ABAP program.Is there any API or FM to do the same?

Thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
710

Hi,

First of all why you want to do it like this. why cant you go to the clas and activate it..

Call the class in the program > double clik and then go to the class and activate.

Regards

Ansari

Read only

0 Likes
710

Actually am working on a Complex program which I cant explain right now, sorry for that.But my problem will be solved if by any means I can activate a Global Class which is already present and is inactive.

That is if there is any API or Function Module to activate a Global Class which is inactive , I can solve my problem.

Thanks.......

Read only

0 Likes
710

Hi Rahim,

Try FM 'SEO_CLASS_ACTIVATE'.

Thanks,