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: 
SAP Community Downtime Scheduled for This Weekend

List of RFC enabled Function Modules?

Former Member
0 Kudos
5,987

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
876

check table..

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

Regards,

Prabhudas

2 REPLIES 2

Former Member
877

check table..

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

Regards,

Prabhudas

0 Kudos
876

Worked like a charm! thanks!