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

remove create new session button

Former Member
0 Likes
875

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...

6 REPLIES 6
Read only

Former Member
0 Likes
723

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

Read only

Former Member
0 Likes
723

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.

Read only

0 Likes
723

what is the function code of create new session?

Read only

0 Likes
723

hello mohit,

what is the <func> of create new session?

thanks

Read only

0 Likes
723

yes what <b>is</b> the <func> of create new session?

Read only

Former Member
0 Likes
723

how can i know the user command of create new session?