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

dynamic window session title

Former Member
0 Likes
317

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.

2 REPLIES 2
Read only

Former Member
0 Likes
285

Check if U can pass the title to the RFC FM

then send sy-SLSET which is the name of variant

Read only

0 Likes
285

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