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: 

List of RFC enabled Function Modules?

Former Member
0 Kudos
6,037

Hello,

this might be a tricky one - would anyone know if there is a way to get a list of all RFC enabled function modules in the basis area?

I know about se 37 and it's search functions but would like some type of "all" list.

Thanks for thinking.

Andi

1 ACCEPTED SOLUTION

Former Member
926

check table..

TFDIR where FMODE = 'R' then u will get all function module that are remote enabled.

Regards,

Prabhudas

2 REPLIES 2

Former Member
927

check table..

TFDIR where FMODE = 'R' then u will get all function module that are remote enabled.

Regards,

Prabhudas

0 Kudos
926

Worked like a charm! thanks!