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