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

replace the source code of Methods and Program Programatically

Former Member
0 Likes
501

Halo experts

I have a requirement in which

I need to replace the source code of Methods and Program Programatically and generate it automatically.

Is it possible through any Function Modules or class Methods?

Regards

Kallu

2 REPLIES 2
Read only

Former Member
0 Likes
422

Hi Kallu,

You can use the GENERATE command to create new reports and subroutines dynamically.

This statement is for internal use only, but still can be used.

Regards,

Kunal

Read only

JerryWang
Product and Topic Expert
Product and Topic Expert
0 Likes
422

Hello Kallu,

you can have a look at package SEO. Within it there is function group SEOC, which contains function module to change / create / delete class by program. Function group SEOO has function module which enables you to change class's attribute / event by program. Hope it helps.

Best Regards,

Jerry