Skip to Content
0
Former Member
Dec 08, 2011 at 02:16 PM

Data not available in TRFC (Debugging)

379 Views

Hi,

I am using call function to create TRFC. It gets created and shows up in SM58.

But when i debug the FM i can not see my data which i have passed to this FM .

Can some one faced this issue before.

CALL FUNCTION 'ZY_LINK_FAILED_ORDERS' IN BACKGROUND TASK

EXPORTING

i_s_failed_link = ls_failed_link.

i am passing my data in the variable i_s_failed_link. But when i go to sm58 and debug this values are not available.

Regards

Ansari