cancel
Showing results for 
Search instead for 
Did you mean: 

External Breakpoint to the RFC from an EJB.

amit_rajeshbhai
Participant
0 Kudos

We are calling the RFC from an EJB. We are on Netweaver 2004.

I can't see the icon for External Break Point for in SE37. So, I went to Utilities->Settings and did set enable the External Break Point Otion.

Also, I activated the External Break Point Setting through TCODE SICF.

There after, I tried to set the break point, and I was prompted with the option of setting HTTP/Session break point and eventually

I set HTTP Break point. But the application isn't stopping at the place, where I did set the break point.

Could any one advise, wher I went wrong, and what else needs to be done.

Thanks,

Amit.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can do this also using an "infinity loop' like follow:

data: break type c value 1.
while break eq 1.
  break = 1.
endwhile.

Put this code in RFC function, then (after RFC call), go to SM50 and Select your program Program->Debugging

Former Member
0 Kudos

Hi,

The following blog might be of help to u.

/people/michal.krawczyk2/blog/2006/01/17/xi-debugging-rfc-calls-from-the-xi-not-possible-who-said-that-

Regards