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: 

Tracing an external RFC call

former_member181928
Participant
0 Kudos

Hi

I am calling a Remote Function Module from a web dynpro application in BW system but somehow it is not functioning properly. I want to find out if the control has actually reached the Function Module in BW system and then some error is happening or the control is not reaching the BW system at the first place .Is there a mechanism/transaction in the BW system by which i can trace whether some RFC call is being made from outside to a FM and if at all some error is happening in that Func Module then what the exception is ?..

please help

regards

Nilesh Taunk.

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Go to tcode SM58 for some info about how things went in rfc calls.

REgards,

ravi

0 Kudos

SM21

and also as soon as you call the FM from webdynpro check SM04 to see whether there is a entry for the user with which you connected to BW

Regards

Raja

Former Member
0 Kudos

Hi !

Go to the ST11 and have a look to the devrfc files.

RFC-Activities arfe traced into this files when RFC-Trace is swiched on.

Regards

Rainer

Some points would be fine if that helped a bit.