Question:
Hello guys,
I have a role which authorize the user to jump into a web application.
Is it possible to insert a variable in the link of the role depending on the system (test, quality, productive):
example:
Test system: call https://sysid:port.htm (sysid = EGT, Port: 2001)
Quality system: call https://sysid:port.htm (sysid = EGQ, Port: 2004)
Productive system: call https://sysid:port.htm (sysid = EGP, Port: 2007)
Thanks for reply
Answer:
I have used variables in roles for BW web reporting with success.
You need to set up the variables in table SSM_VAR - There may be some more info on OSS