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

Modal screen or pop-up

Former Member
0 Likes
1,143

Hi,

Is there a pop-up(screen, dialog, etc...) available to call so that it is impossible to stop or create a session from the top-left cormer of the window?

Thanks.

Hi,

Is there a pop-up(screen, dialog, etc...) available to call so that it is impossible to stop or create a session from the top-left cormer of the window?

Thanks.

8 REPLIES 8
Read only

Former Member
0 Likes
1,099

HI,

Check this FM POPUP_TO_CONFIRM

Read only

Former Member
0 Likes
1,099

Hi,

Your question is not clear. in SE51 you can create ascreen and call that screen as popup.

Thanks,

Suma.

Read only

Former Member
0 Likes
1,099

as avinash told you can use FM POPUP_TO_CONFIRM.

Read only

Former Member
0 Likes
1,099

Hi

Probably it's a system parameter, I don't think it's possible by ABAP.

Max

Read only

Former Member
0 Likes
1,099

Hi all,

I am working with Patrick on the same issue.

Let me clarify the problem:

Whenever we create a screen, it has a top left corner that we can click and then select "Create session".

We want to create a screen without this feature.

Please see threse links, they are on the same problem, all not answered.

Thank you in advance for your help!

Denisa

Read only

0 Likes
1,099

Denisa/Patrick,

Its standard feature, its available right from the logon screen. you cannot control thru abap.

Read only

0 Likes
1,099

Thank you.

this answers to our question.

Read only

0 Likes
1,099

The solution I am heading then is to give strict minimal right the the user and programmatically add the role to the user if he passes successfully the 2 pop-ups. This way, if the smart guy creates a session from the topleft corner of either popup , he will be left with not being able to to anything.

Anybody knows a funtion module to add roles to the current logon user?