Hello,
I have got a report and a remote function module. Everything works fine.
I would like to call the remote function module in different systems. Therefore, I use a loop stmt in my report from which the remote function tool is called. Within this loop, RFC destinations are read from an internal table. But the stmt:
CALL 'func'
DESTINATION <b>'dest'</b>.
awaits after DESTINATION a character. Instead I can not put in a variable like <i>current_dest</i>.
Does anybody know, how I could use a variable for as a destination?
thx,
holger