‎2008 Jun 09 1:32 PM
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
‎2008 Jun 09 1:35 PM
hi,
all rfc's r stored in table RFCDES.
reward points if hlpful.
‎2008 Jun 09 1:51 PM
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
‎2008 Jun 09 2:36 PM
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.