BSP-System:logoff & Pop-Up-Killer

Hello,
we use the BSP "SYSTEM" to logon/logoff from our SAP WebAS. One of our Web-User has a software instaled on his PC that prevents Pop-Up's on Web-Pages (WebWasher) - eBAY ranks on #1 on my own list
Now the logout mechnism does not work anymore for this guy.
Is there any chance to use the portal integration flag or the runtime->session_manager->is_running flag to build any workaround for that problem?
Regards, Bernd

Well the guy gets what he wants.:)
What we have played with is an inline logoff sequence. You can find an example in B20, BSP app ITSM. I will probably only complete it after my holiday for a new weblog. But it is sufficient good to show you the way.
If you make it work, you can append a sample here (or write the weblog!).
++bcm

Similar Messages

  • How can i create a BSP system?

    <b></b>
    Hello All,
    I need to create a BSP system could u plz provide me any one step by step procedure for me
    Thanks in advance
    Bye

    BSP is a programming language available inside of SAP NetWeaver 620/640 systems.
    If you have one of these available you already have the basis and all you need to do is some configuration changes.

  • How can i create a BSP system in EP

    Hello All,
    I need to create a BSP system in Enterprise Portal 6.0 SP14 could you plz tell me what are the parameters we need to set in the WAS Property.
    Thanks in advance
    Bye
    Sreedhar G

    Hi sridhar,
    check out the following link. This should solve ur problem.
    How to build a BSP iview?
    Regards
    Rajeev.
    Do award points for helpful answers in SDN.

  • BSP "system": Replace SAP Standard Stylesheet

    Hello everybody,
    in our e-recruiting project we have an issue with the logon application in the bsp system and the used theme. We have a customised theme for our e-recruiting application. main customisation was the font must be Verdana instead of Arial. Therefore we created a new theme and uploaded it to the mime repository of our WebAS ABAP. The new theme works perfectly for all e-recruiting BSP and WD applications, only the logon from the BSP system is still utilasing the SAP tradeshow theme.
    I searched the forum and the SAP help but have not found useful information on how to change the theme for the BSP system. Any help is appreciated.
    Cheers,
    Stephan
    btw: The new theme is already in the table BSPTHEMEROOT, but it looks like, this table does not work for the BSP system.

    check these blogs
    <a href="/people/sergio.ferrari2/blog/2007/04/06/bsphowto--customizing-the-design-of-system-logon-page-in-netweaver-04">BSP/HowTo - Customizing the design of System Logon page in NetWeaver '04</a>
    <a href="/people/sergio.ferrari2/blog/2007/02/16/sap-web-ashowto--customizing-the-design-of-system-logon-page-new-options-of-the-netweaver-04s">SAP Network Blog: SAP Web AS/HowTo - Customizing the design of System Logon page: new options of the NetWeaver '04s</a>
    Raja

  • $System.logoff data member

    I need to use this data member to command the logoff of current user after a defined time.
    In the lookout 6.5 help this member is defined writeable, but in the object explorer there are no ways to access this one for set logoff condition.
    Is a mistake in the help file or there is a way to access it?
    Greetings
    Mario Fanelli
    EL.P.R.IND. srl
    [email protected]
    Solved!
    Go to Solution.

    The problem is the $System group. We decided to add them to the $system, but all data members in $System is only writable and cannot have the "Edit Connection". What you can do is to right click on it and drag onto the panel to create a pushbutton or switch. Or you can create a pushbutton and add the $System.logoff to its remote source.
    The original purpose of this datamember is for touch panel user who maybe feel difficult to click on small menu. If you want to programmatically control the logoff data member, you can create a pushbutton and connect remote source to logoff, and then connect a timer to the pushbutton by the "Edit Connection".
    Ryan Shi
    National Instruments

  • How to display System Tray Pop up in MAC OS?

    Hi all,
    I need a simple solution for MAC application...
    I want to display a System Tray Pop up on some event
    Can anybody help me out in this?
    Thanks in advance.

    Hi,
    yet it works fine, see following code fragment
    public class Main {
        public static void main(String[] args) {
            try {
                if (SystemTray.isSupported()) {
                    TrayIcon trayIcon = new TrayIcon(Toolkit.getDefaultToolkit().getImage("duke.gif"));
                    SystemTray.getSystemTray().add(trayIcon);
                    trayIcon.displayMessage("Look!", "I've got some news for you", TrayIcon.MessageType.INFO);
                } else {
                    throw new RuntimeException("SystemTray not supported");
            } catch (AWTException e) {
                e.printStackTrace();
    }

  • System- logoff with holding the modi?

    Hi,
    i work in SAP with 5 modi (=sessions). Now i logof with system->logoff. Next day i logon and
    i would like to start with the 5 modi (=sessions) which i had before logoff.
    Is there any way to handle this?
    thanks.
    regards, Dieter
    Edited by: Thomas Zloch on May 18, 2010 7:54 PM - translation added

    I'm curious if anyone from SAP replies, but I don't think it's possible. Logon works like sort of a gateway to the sessions. First you log on, then you can have multiple sessions. If you log off, all the sessions collapse because the "gateway" has to close. The sessions cease to exist after that.
    It may be technically feasible to restore the windows that you had open before logoff, but I've never heard anyone asking for the same thing and doubt this feature would be popular. Also, if this was available, it would most likely just open a window with the first screen of the transaction, without any data. And it's not very difficult to start a transaction in SAP, so it wouldn't be very helpful IMHO.

  • HT1677 disable pop-up killing software on my IPad

    How do I disable pop up killing software on my IPad?

    Have you turned Settings > Safari > Block Pop-Ups 'off' ?

  • Logoff Pop-up window when using IE7

    We are currently on EP 7.0 and have found that when accessing the portal from an Internet Explorer 7 machine, the logoff button does not log you off of the system, but takes you to an internet explorer pop-up screen which says....
    The webpage you are viewing is trying to close the window
    Do you want to close the window?  Y/N
    I understand the pop-up is because of some new features in IE7, but our users do not like any features that make them click extra times.  Has anyone figured out a way to bypass the pop-up screen?

    having a confirmation popup before logoff is useful. What if the user clicks on the logoff link by mistake? anyway, in order to disable the popup, you would need to modify the original mathead par file using the NWDS development tool.
    you can download com.sap.portal.masthead par file into NWDS,  open the file HeaderiView.jsp; then replace the folloing line
    LogoffLink.setOnClientClick("javascript:openLogoffMsg();");
    with
    LogoffLink.setOnClientClick("javascript:logoff();");
    Good luck! let me know if you have further questions.... and if my response was helpful don't forget the points....
    Tiberiu

  • IEnterpriseSession.logoff does not kill the web session

    Hi,
    i can reproduce the following problem in my application also with the
    BusinessObjects Enterprise Java SDK Sample JSP Application.
    - start the application
    - select Schedule And View Web Intelligence Documents
    - Login with user A
    - View a Webi Report
    - Logoff
    - select Schedule And View Web Intelligence Documents
    - Login with user B
    - View the same Webi Report
    The second call of the Webi Report with openDocument.jsp will takeover the
    web session of the first call
    and create the report with user A.
    Only closing the whole Internet Explorer helps.
    So my assumption is that IEnterpriseSession.logoff kills only the enterprise
    session and not the web session.
    Any help?
    regards
    Gordon

    Hi, Gordon,
    You are correct in that IEnterpriseSession.logoff kills only the enterprise session and not the web session.
    When using openDocument.jsp, the only thing in the URL that changes between calls are the parameters (everything after openDocument.jsp).  Because of this, the browser sees it as a cache hit and re-uses the credentials it already has.  The only way to get it to use different credentials is to exit the browser and reload it.  Opening new windows from the current browser isn't good enough.
    There's an SAP Knowledge Base Article about this:
    [1384047 - OpenDoc Is Not Using the Correct Logon Token|https://service.sap.com/sap/support/notes/1384047]
    It's a little involved, but basically it says that this is expected behavior and that the only way around it is to change your code to use the Enterprise SDK instead of openDocument and to manage the logon tokens yourself.
    Hope this helps.
    Bryan

  • IAC view and BSP iviews gives pop up for user id and password

    Hello All,
    I am facing a problem in quality portal.
    we have SSO configuration between Portal and ECC system and the Jco connection using SSO with login tickets are working fine,test and ping both are succesfull.
    The ESS and MSS webdynpro application are also working fine.
    But the  IAC iviews and BSP iviews says "session managment will not work ! Please check the DMS log files for details" and then ask for user id and password of the ECC system,But the system alias that i am using,is configured for SSO with logon tickets.
    same iviews are working fine in devlopment system with system alias with SSO Login tickets but in qa it is asking for id and password ...
    I have checked all the system properties also FQDN of ECC system is also maintained.
    Please suggest what could be the issue ??
    Thank you,
    Regards,
    Gunja

    Hi,
    When messages about Session management popup then it is 99% an FQDN issue, but you say you already checked it.
    Did you also checked the parameters:
    - ITS Host Name
    - Web AS Host Name
    ... in your system object?
    Cheers,
    B.

  • Upgraded to Mavericks - System errors popping up in /private/var/tmp ... Help!!

    Hi there,
    Ever since I upgraded to Mavericks, and installed my standard software, I'm getting some odd behaviour.
    Every so often (no discernable pattern so far) my Finder pops up with a new window in /private/var/tmp.  There is a huge system stacktrace printed out in a file with the following format: "
    sysdiagnose_2013.10.30_19-53-16-MDT_9956.tar.gz
    There are a ton of files in there, so I have no idea how to figure out what is crashing and causing it. I get no "system crash message" to go along with it.
    $ la
    total 51592
    drwxr-x---  55 brandon  staff      1870 Nov  2 12:23 ./
    drwxrwxrwt  10 root     wheel       340 Nov  2 12:23 ../
    drwxr-xr-x@  4 brandon  staff       136 Oct 31 05:50 Brandons MacBook.mdsdiagnostic/
    drwxr-xr-x   7 brandon  staff       238 Nov  2 12:23 DiagnosticMessages/
    drwxr-xr-x  10 brandon  staff       340 Oct 31 05:50 SystemConfiguration/
    -rw-r--r--   1 brandon  staff       343 Oct 31 05:50 airport_info.txt
    -rw-r--r--   1 brandon  staff     24735 Oct 31 05:50 apsd-status.txt
    -rw-r--r--   1 brandon  staff      3623 Oct 31 05:50 bc_stats.txt
    -rw-r--r--   1 brandon  staff       838 Oct 31 05:50 bootstamps.txt
    drwxr-xr-x  29 brandon  staff       986 Nov  2 12:23 crashes_and_spins/
    -rw-r--r--   1 brandon  staff       888 Oct 31 05:50 dig-results.txt
    -rw-r--r--   1 brandon  staff       368 Oct 31 05:50 disks.txt
    -rw-r--r--   1 brandon  staff      5034 Oct 31 05:50 diskutil.txt
    -rw-r--r--   1 brandon  staff      1339 Oct 31 05:50 error_log.txt
    -rw-r--r--   1 brandon  staff    312320 Oct 31 05:50 footprint.fpdata
    -rw-r--r--   1 brandon  staff      6671 Oct 31 05:50 footprint.txt
    -rw-r--r--   1 brandon  staff   1635003 Oct 31 05:49 fs_usage.txt
    -rw-r--r--   1 brandon  staff     11583 Oct 31 05:50 fsck_hfs_user.log
    -rw-r--r--   1 brandon  staff     24176 Oct 30 23:45 fsck_hfs_var.log
    -rw-r--r--   1 brandon  staff      1112 Oct 31 05:50 gpt.txt
    -rw-r--r--   1 brandon  staff      2317 Oct 31 05:50 ifconfig.txt
    drwxr-xr-x   8 brandon  staff       272 Oct 31 05:50 ioreg/
    -rw-r--r--   1 brandon  staff       556 Oct 31 05:50 ipconfig.txt
    -rw-r--r--   1 brandon  staff     12945 Oct 31 05:50 kextstat.txt
    drwxr-xr-x  22 brandon  staff       748 Nov  2 12:23 logs/
    -rw-r--r--   1 brandon  staff     84574 Oct 31 05:50 lsappinfo.txt
    -rw-r--r--   1 brandon  staff   1003463 Oct 31 05:50 lsof.txt
    -rw-r--r--   1 brandon  staff    948932 Oct 31 05:50 lsregister.txt
    -rw-r--r--   1 brandon  staff   2603456 Oct 31 05:50 microstackshots
    -rw-r--r--   1 brandon  staff  12050663 Oct 31 05:50 microstackshots_lastday.txt
    -rw-r--r--   1 brandon  staff   1701106 Oct 31 05:50 microstackshots_lasthour.txt
    -rw-r--r--   1 brandon  staff    133219 Oct 31 05:50 microstackshots_lastminute.txt
    -rw-r--r--   1 brandon  staff       195 Oct 31 05:50 mount.txt
    drwxr-xr-x   8 brandon  staff       272 Oct 31 05:50 netstat/
    -rw-r--r--   1 brandon  staff         0 Oct 31 05:50 nfsstat.txt
    -rw-r--r--   1 brandon  staff     22642 Oct 31 05:50 odutil.txt
    -rw-r--r--   1 brandon  staff    189162 Oct 31 05:50 pmset_everything.txt
    -rw-r--r--   1 brandon  staff    119937 Oct 31 05:50 powermetrics.txt
    -rw-r--r--   1 brandon  staff     39115 Oct 31 05:49 ps.txt
    -rw-r--r--   1 brandon  staff    130781 Oct 31 05:49 ps_thread.txt
    -rw-r--r--   1 brandon  staff       143 Oct 31 05:50 reachability-info.txt
    -rw-r--r--   1 brandon  staff       305 Oct 31 05:11 resolv.conf
    -rw-r--r--   1 brandon  staff      1409 Oct 31 05:50 scutil.txt
    -rw-r--r--   1 brandon  staff      8942 Oct 31 05:49 smcDiagnose.txt
    -rw-r--r--   1 brandon  staff   3027018 Oct 31 05:49 spindump.txt
    -rw-r--r--   1 brandon  staff    514781 Oct 31 05:50 stackshot-last-sym.log
    -rw-r--r--   1 brandon  staff     31697 Oct 31 05:50 sysctl.txt
    -rw-r--r--   1 brandon  staff     31827 Oct 31 05:50 sysdiagnose.log
    -rw-r--r--   1 brandon  staff     64463 Oct 31 05:50 system_profiler.spx
    -rw-r--r--   1 brandon  staff    953612 Oct 31 05:49 taskinfo.txt
    -rw-r--r--   1 brandon  staff    395179 Oct 31 05:49 top.txt
    -rw-r--r--   1 brandon  staff       305 Oct 31 05:11 var_run_resolv.conf
    -rw-r--r--   1 brandon  staff     10930 Oct 31 05:49 vm_stat.txt
    -rw-r--r--   1 brandon  staff    169255 Oct 31 05:50 vmmap-38738.txt
    -rw-r--r--   1 brandon  staff     25105 Oct 31 05:50 zprint.txt
    Any help you could provide would be appreciated!

    When pressing Cmd-Opt-Ctrl-Shift-Period, 'sysdiagnose' is triggered. It takes a few minutes to complete. When ready, the output will automatically be revealed in a Finder window.

  • Display icon using MIME Objects and BSP Tags on Pop up

    HI all,
    My requirement is to add the warning icon in my pop up along with the text..
    I accomplished this using the warning message
    DATA: lr_msg_service TYPE REF TO cl_bsp_wd_message_service, lr_msg_service ?= view_manager->get_message_service( ). lr_msg_service->add_message( iv_msg_type = 'W' iv_msg_id = '000' iv_msg_number = '007' ).
    But i wish to know the other way to accomplish this using the Mime Objects..
    Can any one pls lemme know how do i achieve this using the Mime Objects + BSP HTML Tag.
    Kindly help !!

    If it doesn't work with a custom theme then the theme makers didn't include that icon in its theme. You can contact the creators of those themes and inform them about that.
    You can re-enable the sliding info bar at the top of the browser.
    You can look at these prefs on the about:config page and reset them via the right-click context menu:<br />
    Info bar at the top: privacy.popups.showBrowserMessage<br />
    Status bar icon: browser.popups.showPopupBlocker<br />

  • To avoid system message pop up.

    Hi,
    While we do cancellation of a completion of an order confirmation system give a Pop screen for a warnning message.
    I would like to prevent /hide the warning message. Is there a way to do it?
    regards
    DP

    Hi DP Singh,
    The message " System status CNF is active " our are getting is SAP standard message. once order system status is CNF and u try to cancel operation confirmation you will get this warning message.
    This message is selected by functional module dynamically in cancel confirmation sap program.
    so your ABAP team will not be able to debug it. (no reference of message with any program).
    you Can not remove this warning message
    Edited by: tejasg on May 13, 2010 6:34 PM

  • System extension Pop-up

    Logging on this pop-up is on the screen everytime, what do I need to do to get rid of it, thanks.
    System extension cannot be used:
    the system extension"/System/Library/Extensions/AppleUSBEthernetHost.kext" was installed improperly and cannot be used.  Please try reinstalling it, or contact the product's vendor for an update.

    Open the Script Editor in the /Applications/AppleScript/ folder, copy and paste the entire following line into it, and press the Run button:
    do shell script "chown -R root:wheel /System/Library/Extensions/AppleUSBEthernetHost.kext" with administrator privileges
    If it doesn’t work, choose Go to Folder from the Finder's Go menu, provide /System/Library/Extensions/ as the path, throw the AppleUSBEthernetHost.kext item away, and reinstall iTunes.
    (116584)

Maybe you are looking for

  • View object that will allow to see data from two tables in a adf table

    Hi, I've been have serious issues to resolve this functional requirements with ADF. Basically I have two tables let say employee and department. A need a read only adf table to show the employees values but I don't want the users to see the departmen

  • Flash Player problems

    I have problem with flash player the games  I play tells me I hav´nt flash player 10 or more I have installed flash 11,1 something but  its dont work.. and where can I clearing my cache on adope?

  • Microsoft Office X

    I bought a new iMac which came with a 30 free trial of Office X. I had installed on my old iMac Microsoft Office X, which I transfered over to the new computer. After 30 days I cannot save anything I do in Office X. Any suggestions would be greatly a

  • Applications and services in CC ...

    Some of the applications and services in the CC site can not be seen in CC desktop application. I have a trial account, and for example, I can not see "story plus" in CC desktop application. Does this mean that desktop application is not completely s

  • Very annoying music problem with slideshow

    I have been trying the whole afternoon to solve a perplexing problem when trying to set up a slideshow: Initial problem: When selecting one or more songs, using various methods such as directly selecting the song, using a playlist from iTunes or a "c