cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable Error/Information popups in personas

former_member317844
Participant
0 Kudos

Hi All

How can we enable error / Information popups in personas.

Currently we dont get the popup when a function like the one shown in the video http://www.youtube.com/watch?v=oGROQPklgYY .

The Error is only shown in the statusbar and can therefor not be used in the script as descriped in  http://scn.sap.com/docs/DOC-35565

I have tryed to add the parameter ~POPUP=1 and ~WEBGUI_POPUPS=0 (and 1) to both the webgui and the persos services but no luck.

Thanks Torben

Accepted Solutions (0)

Answers (3)

Answers (3)

Mohanraj
Employee
Employee
0 Kudos

Hi Torben,

You may try this option in the script.

0 Kudos

ho torben,

i think you can set it by:

-Customize Local Layout (Alt+F12)

-options

-Notifications

Check what you want.

but as Steve mentioned, go with status bar message.

Sushant

steverumsby
Active Contributor
0 Kudos

I'm actually not sure about the popups - I don't get them either. I'd be interested to know how to turn them on, also! This isn't necessarily a problem, though. You can query the text of the status bar - its object ID is "ses[0]/wnd[0]/sbar". There are other tricks too.

For example, in the case of SU01D in the video, if the user doesn't exist the transaction stays on the initial selection screen with an error in the status bar (for me, at least). You can check for the existence of objects on the screen to see if the screen changed. If you are trying to copy the user's real name, then check of the name field exists - if it does, copy it, if it doesn't then the user doesn't exist so issue a message. This trick works for many transactions.

Does that help?

Steve.