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

Table for active RFCs

Former Member
0 Likes
1,809

Hi All,

Could you help me identify a table that would contain the details of Remote Function Calls that are active at a given point in time. Is there any such table that contains the names of the Remote Enabled Function modules that are running in the R/3 system.

Alternatively, is there a function module that can be used to check whether a RFC is under execution.

Awaiting you response I remain.

Regards,

Subhrangsu

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
1,262

hi,

all rfc's r stored in table RFCDES.

reward points if hlpful.

Read only

Former Member
0 Likes
1,262

Hi Gautham,

Tha table that you mentioned (RFCDES) contains the details of destinations of Remote Function Calls. This can be maintained in TCode SM59.

However, what I am looking for is a table that would only contain the SAP Remote Enabled Function Modules which are being executed at a given point of time.

My requirement is as follows.

An external system (Middleware) calls SAP RFC to post some data. Middleware has more than one server and thus more than one message can come simultaneously even without a single second's delay. This is causing some problem in the SAP processes. I want to introduce a time delay to the called RFC if the system finds another intsance of the RFC active at the same time.

Regards,

Subhrangsu

Read only

vinod_vemuru2
Active Contributor
0 Likes
1,262

Hi,

Check below tables.

TFDIR - Function modules. To this table pass FCODE field as R to find remote enabled FMs and space for Normal FMs.

RFCDES - for all RFC Destinations defined for ur system.

ENLFDIR - For FM special attributes

Thanks,

Vinod.