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

SEO_INTERFACE_GET can get generic interface information

Former Member
0 Likes
733

But where can I get parameter and type information?

Best regards,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
703

HI,

you can do one thing.. do a where used list and check how/ what parameters SAP standard is passing to this fm.

Hope this will be help ful for you.

Regards

Raj.

4 REPLIES 4
Read only

Former Member
0 Likes
704

HI,

you can do one thing.. do a where used list and check how/ what parameters SAP standard is passing to this fm.

Hope this will be help ful for you.

Regards

Raj.

Read only

0 Likes
703

hi, Raj,

I still can not get the answer. Can you help me?

Best regards,

Blake Le

Read only

0 Likes
703

HI Blake,

in this FM ...INTKEY is the Interface or Class name from SEOCLASS table ,

VERSION is the Version of the interface

state is like Only modeled/Implemented.

You can do one thing put a break point in the FM and try to open some class in SE24.. you will get the parameters that to the FM..

or let me know further like what you want to do so that i can help.

Regards

Raj.D

Read only

0 Likes
703

hi, Raj.D,

Can I use this method to get attributes for an interface?

SEO_ATTRIBUTE_GET?

Best regards,

Blake Le