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: 

Writing source code of a method through code.

Former Member
0 Kudos

Hi,

I have a requirement to write the source code of a method through code.Are there function modules available for that or is there any system table available where the source code of the method is stored.

Thanks in advance,

Hema

2 REPLIES 2

Former Member
0 Kudos

Hema,

I am not sure what are you trying to do.

If you have write the code in a method instead of a function, what is the issue here?

Can you explain in detail, what are you trying to do?

Regards,

Ravi

Former Member
0 Kudos

Hi !

See the function modules SEO* i.e. SEO_METHOD_CREATE

or have a look to the SEO_METHOD_CALL_EDITOR so see how the source name is created..

BUT what you'll have to to is highly risky because any mistake in your generated code may make the hole class

inconsitent.

Regards

Rainer

Some points would be nice...