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: 

To check if an RFC is triggered during a particular time.

kowong
Participant
0 Kudos

Hi All,

Is there a way to check what are the RFC being triggered by other system during a particular time?

Thank you.

6 REPLIES 6

kowong
Participant
0 Kudos

I want to know what function is being called through RFC during a particular time.

I used transaction code STAT, but it listed the program, and named the program as RFC only, without telling what is the function being called.

0 Kudos

or is there any way to check which function module is called during a particular time?

0 Kudos

Should this question go to BASIS ???

Edited by: Kokwei Wong on Feb 18, 2009 4:09 AM

Former Member
0 Kudos

Hi ,

Could you please be more clear on your queries ? Aree you trying to use a RFC FM or you jus want to test if the RFC connection is working fine ...

To test RFC connection you could use SM59 . If its a different requirement please elaborate

Former Member
0 Kudos

Hi,

Put an external debug point in ur RFC function modue and check.

If debugging is on at that particular time...then ur RFC is triggered

Former Member
0 Kudos

Hi

Please check the following link

[RFC|]

Hope this helps you

Regards,

Rajani