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 the custome class through dynamic programming ?

Former Member
0 Likes
1,066

Hi,

Experts

Ii want to activate the custom class through the dynamic programming how to achieve it.

Thanks for advance,

Shabeer AHmed

Hi,

Experts

Ii want to activate the custom class through the dynamic programming how to achieve it.

Thanks for advance,

Shabeer AHmed

6 REPLIES 6
Read only

Former Member
0 Likes
1,004

Take a look at CL_OO_CLASS_BUILDER, CL_WB_MANAGER classes. These will be helpful for you.

Read only

0 Likes
1,004

Can u send me any sample code to activate the custom class.

Read only

Former Member
0 Likes
1,004

Hii,

try this ,

Call the following fm first

SEO_ATTRIBUTE_ACTIVATE

SEO_EVENT_ACTIVATE

SEO_METHOD_ACTIVATE

SEO_TYPE_ACTIVATE

then go for

SEO_CLASS_ACTIVATE

Regards,

Archana

Read only

0 Likes
1,004

Hi,

Experts,

Is there any function module or class methods for activating the custom interfaces or i can use same function modules as mentioned above for activating the custom interfaces.

Thank you,

Shabeer Ahmed.

Read only

0 Likes
1,004

SEO_INTERFACE_ACTIVATE (see function group SEOC)

Regards, Robert.

Read only

Former Member
0 Likes
1,004

thank u