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

List of RFC enabled Function Modules?

Former Member
0 Likes
8,140

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
Read only

Former Member
3,029

check table..

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

Regards,

Prabhudas

2 REPLIES 2
Read only

Former Member
3,030

check table..

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

Regards,

Prabhudas

Read only

0 Likes
3,029

Worked like a charm! thanks!