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: 

Add methods to interface...

Former Member
0 Kudos

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

LucianoBentiveg
Active Contributor
0 Kudos

Try with SEO_INTERFACE_MODIFY.

former_member181962
Active Contributor
0 Kudos

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.