‎2007 Jul 16 7:28 AM
im creating a dialog program and i want to remove the create new session button, can anybody help me how to remove the create session button.
thanks...
‎2007 Jul 16 7:38 AM
Hi,
u can't deactivate that NEW session buttton.. but u can restrict the NUmber of seeeion on yur Report server .
to restrict the no .of sessions set parameter value of 'rdisp/max_alt_modes '(default value 6) in T-code RZ10.
so in yur case in report server change value of rdisp/max_alt_modes = 1 .
But this will open only one Session for all user on that SERVER.
Tell yur basis guy to do this.
but you must restart your sapserver to effect these settings.
<b>Reward points</b>
Regards
‎2007 Jul 16 7:45 AM
James ,
You can also do it by setting the your Pf status as follows
SET PF-STATUS 'MYSTATUS' excluding <func>
<func> is function code of the create new session.
‎2007 Jul 16 7:57 AM
‎2007 Aug 14 3:29 PM
‎2007 Aug 14 3:50 PM
‎2007 Jul 16 8:08 AM