‎2008 Feb 05 9:36 AM
Hello,
I'm running a report with diffrent variants ,in parallel , using rfc function module with "starting new task".
All the window sessions that are beeing created
are set with the same name-the report title.
How can i set a different title to each window, let say
the variant title...
Thanks,
koby.
‎2008 Feb 05 9:46 AM
Check if U can pass the title to the RFC FM
then send sy-SLSET which is the name of variant
‎2008 Feb 06 9:47 AM
Hello,
Thank u for the reply.The problem is that i dont know how to handle the title of the
new window that was created, in the ms_window
level. The sap passes the report title to that window.If i can take control on this ,
i think it will be the answer.
Koby