Application Development and Automation 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: 
Read only

How to debug a RFC function module remotely from another R/3 system?

gopalkrishna_baliga
Participant
0 Likes
426

Hi experts,

I have RFC function module in one R/3 system. I am calling this from another R/3 system that is cross apps (Xapps).

This function module is Synchronous.

Is it possible to debug this function module from cross apps?

Can somebody give me the steps?

Thanks & Regards

Gopal

3 REPLIES 3
Read only

Former Member
0 Likes
395

Dear Gopal,

You can use external break-point int his case.

Read only

0 Likes
395

Hi Shree,

Can you explain it bit more?

Do I have to call the function module with "IN BACKGROUND TASK"?

Or is it that I have to just put external breakpoint in the function module?

Please help

Thanks

Gopa

Read only

0 Likes
395

Hi Gopal,

You can put break-point dynamically in FM,then go ahead line by line through F5,it will take u into other system(Cross appli),

Regards,

Prasad.