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 get methods list and it's paramfor an interface dynamically?

Former Member
0 Likes
752

Does anybody knows that?

Best regards,

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
718

check out SEO_* functions (SE37)

Does anybody knows that?

Best regards,

4 REPLIES 4
Read only

athavanraja
Active Contributor
0 Likes
719

check out SEO_* functions (SE37)

Read only

0 Likes
718

hi, Raja,

I checked , but I can not find the the function to get interface methods.

Best regards,

Blake Le

Read only

0 Likes
718

Use the function module SEO_METHOD_READ_ALL to get all the methods of any interface. Then use the function module SEO_METHOD_SIGNATURE_GET to read the interface of each method.

Thanks

Romit

Read only

0 Likes
718

hi, Romit ,

Thanks for your information.

I've tested it and it's ok.

But can I use method SEO_ATTRIBUTE_GET to get attributes for an interface?

Best regards,

Blake le