cancel
Showing results for 
Search instead for 
Did you mean: 

REC lookup

former_member240483
Contributor
0 Kudos

Hi there,

I am calling a RFClookup from Java mapping....now

i wanna debug the RFC when Mapping passes values to RFC ...

i tried with breakpoint but it is not working .

Is there any way that i can debug the RFC when message triggered( Like Proxies).

Regards

PT

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member192295
Active Contributor
0 Kudos

Hi,

We can debug RFC function in SE37 window in debug mode, in XI window we can't debug function. Better to try it in SE37 window.

Former Member
0 Kudos

Hi ,

Have u tried with external debugging ? Set the external debugging active for the user who is going to login into R3 to execute the RFC . Set the external break-point and then run your application and check whether it stops or not.

Also u can put the indefinite loop in RFC which is very crude way of debugging RFC. You can debug it from SM50 ->program->debugging.

After debugging make sure to remove indefinite loop.

Regards,

Ganesh

Edited by: Ganesh Khandekar on Sep 29, 2008 3:25 PM

Former Member
0 Kudos

Hi,

you can do this in SE37 and open the FM, there pass the input values and check whether you are able to get the desired O/p

Regards

Seshagiri

former_member240483
Contributor
0 Kudos

Hi Seshagiri,

I know how to test scenario...I want test the RFC while data is comming from Java( Lookup)...

Regards

PT

Former Member
0 Kudos

Hi PT,

Then you have to put the Break point for that FM and pass the values in Mapping,

This time FM will be come up with break point,

this is only the correct way to do.

Other than this there is nothing more i assume

REgards

Seshagiri

former_member240483
Contributor
0 Kudos

Hi,

I tried that but it is not wotking ..

Regards

PT

Former Member
0 Kudos

I hope you are putting the external break point like this..

Utilities ---> Settings -


> Debugging Tab, now tick the check box "Actv" and under user there should be your's name.

After this put the break point and leave the session as it is.

Try this and let me know.

former_member240483
Contributor
0 Kudos

Hi Sarvesh,

I checked the active checkbox and set a external breakpoint....but still it is not going into the debugging mode...

any ideas.

thanks

PT

Former Member
0 Kudos

It simply means that your message in not reaching to R3.

Now you need to look into monitoring. Check in RWB if your receiver CC is not having any errors.