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

RFC Query

Former Member
0 Likes
368

Hi Friends,

I have used the following syntax

CALL FUNCTION FM DESTINATION DEST

EXCEPTIONS

SYSTEM_FAILURE

COMMUNICATION_FAILURE.

I am connecting from development 90 to development 60 system.I am not able to debug the scenario after call function .Can you p tell how can i debug this .However i am not getting any error but i am not able to see any output in dev-60.I am sure the connection is established.

Thanks and Regards,

Sakshi

2 REPLIES 2
Read only

Former Member
0 Likes
321

Place an external debbuging point to debugg this...

Thanks

Rajesh

Read only

Former Member
0 Likes
321

use an external breakpoint to trigger the debugging as there are 2 systems.

Thanks

Rajesh