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

Add methods to interface...

Former Member
0 Likes
421

Hi all,

I have created an interface (not from SE24) using function

SEO_INTERFACE_CREATE. I would like to add methods to the

interface from the code. Is it possible?

Is there any function to add methods to an interface from

code?

If anyone has code pls post it.

Thanks in advance.

2 REPLIES 2
Read only

LucianoBentiveg
Active Contributor
0 Likes
387

Try with SEO_INTERFACE_MODIFY.

Read only

Former Member
0 Likes
387

Try this FM:

SEO_INTERFACE_ADD_COMPONENTS

Use the changing parameter METHODS for adding methods.

Regards,

Ravi

P.S: Please award points to helpful posts.