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

Not able to Debug TRFC

Former Member
0 Likes
1,009

Hi,

I am using call function in background task in my program. It creates a TRFC in SM 58.

I wanted to debug the TRFC. But in SM 58 when i go to Edit->Debug LUW control does not comes to my FM.

Instead i get error message which says FM can not be used for remote 'c'.

Can some one tell me how to get the control in my FM.

CALL FUNCTION 'ZY_LINK_FAILED_ORDERS' IN BACKGROUND TASK

EXPORTING

ls_failed_link = ls_failed_link.

Regards

Ansari

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
613

Is the function defined as "Remote-enabled module" in SE37 -> Attributes?

2 REPLIES 2
Read only

Former Member
0 Likes
614

Is the function defined as "Remote-enabled module" in SE37 -> Attributes?

Read only

0 Likes
613

Thanks a lot. That helped..