How to disable / skip logon screen

Hi All,
Is it possible to run a BW Web report from outside of Portal without Portal logon screen popup (pre-setup logon userid/pw)?
Thanks, Jin

That's called "Single Sign-On". It's not based on passwords but (e.g.) on SAP Logon Tickets (or X.509 Client Certificates).
I'd suggest to have a look on the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/1c/1368a5a588ff4a8bedc4039c03c40f/frameset.htm">Security Guide for SAP NetWeaver BI</a> -> <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/b2f59ea671fc4b8ae74bda16648f88/frameset.htm">Authentication and Single Sign-On</a>.

Similar Messages

  • How to disable T410s touch SCREEN under windows XP?

    Hi,
    For the life of me i can't figure out how to disable the touch SCREEN (not to be confused with the touch PAD) - can someone please advise?  I'm running Windows XP SP3.  I've searched all the configuration settings I could think to check, google, these forums, etc.
    Thanks in advance.

    hey rreist,
    the T410s does not have a touchscreen. are you referring to a different unit ?
    do provide the MTM [machine type model]:
    To locate MTM -
    http://support.lenovo.com/en_US/FindProductNumber.page#find
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • How to disable the Selection screens of LDB's ?

    Hi,
             How to disable the Selection screens of LDB's when we r using the predefined LDB for our executable pgm ? and how to include the predefined LDB  can u write the Code for including LDb or if possible give an example of a Pgm using a Predefined LDB?
    Thanks & Regards,
    Gopi.

    Hi Gopi,
    Go through the link,
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    Regards,
    Azaz Ali.

  • How to customize portal logon screen

    Hi,
    I am new to Enterprise Portal.Can anybody tell me how to customize the logon screen.
    Thanks in Advance!!!
    Yerramilli

    Hello Yerramilli ,
    Please post your query in Portal Forum .
    In SDN we have varies Fourms like
    Portal Content Development , Portal Implementation ,Enterprise Portal Migration ,Unification, Connectivity and Object Based Navigation .
    You can post your query in Portal Content Development
    Regards ,
    Santosh

  • How to create the logon Screen in details ?

    Hi Experts,
    i have the problems in logon screen in portal but am trying to in change the rename of com.sap.portal.runtime.logon.par.bak
    but is not change  in the display in portal logon screeen
    User id :
    Password :
    Authendication Schema:
    Drop down Box is display
    How to change the Authendication schema.xml file, where is the file change in authendication schema.xml which file is change am not in any idea, plz send me any documents in details
    Regards,
    Chandu

    Refer my reply in this link
    Re: How to configare in Customizing logon screen in portal?
    Steps are as follows.
    Below are the steps to customise the portal login page:
    Step I:
    1. Copy PAR u201Ccom.sap.portal.runtime.logon.par.baku201D to local directory
    2. Rename the PAR file.
    3. Import the renamed PAR file into NWDS.
    4. Add the jar file into directory distPORTAL-INFPrivatelib by unzipping the contents of the PAR file.
    5. Make necessary modifications to the file u201CumLogonPage.JSPu201D, u201CumLogonBotArea.txtu201D.
    6. Save the file. Rebuild Project.
    7. Export the PAR file with the changed name.
    Step II: Modification of Authschemes.xml to reference the new PAR file containing the modified logon UIs
    http://Ensure that all dispatcher and server nodes in the cluster are shut down.
    1. Start the Config Tool by executing <SAPJ2EEEngine_installation>j2eeconfigtoolconfigtool.bat.
    2.Choose the symbol for Switch to configuration editor mode.
    3.In the tree, navigate to cluster_data -> server -> persistent -> com.sap.security.core.ume.service.
    4. To switch to edit mode, choose(Switch between view and edit mode).
    5. In the tree, select authschemes.xml and choose (Show the details of the selected node).
    6.Choose Download and save the file to a local directory.
    7.Edit the file locally.
    8.Create a new node in the configuration tree for the edited file as follows:
    a. Select the node com.sap.security.core.ume.service.
    b. Choose the symbol for Create a node below the selected node ( )
    c. Select the type File-entry.
    d. Choose Upload and select the file from your local directory.
    e.Enter the name for the entry, for example, authschemes_productive.xml. By default, the name of the uploaded file is used.
    f.Choose Create.
    g. Choose Close window.
    The new node appears in the configuration tree.
    For UME to use the new file, you have to change the value of the property login.authschemes.definition.file to the name of the new authschemes file. http://Change the property as described in Editing UME Properties.
    9. Restart the nodes in the cluster for the changes to take effect.
    Step III: Editing UME Properties
    Procedure
    http://Ensure All cluster elements are shut down.
    1.Start the Config Tool by executing <SAPJ2EEEngine_installation>j2eeconfigtoolconfigtool.bat.
    2.Choose the symbol for Switch to configuration editor mode.
    3. In the tree, navigate to cluster_data->server ->cfg ->services
    4.To switch to edit mode, choose (Switch between view and edit mode).
    5.In the tree, double-click on Propertysheet com.sap.security.core.ume.service.
    6. Click on the property you want to change.
    To enter a custom value, enter it in Custom and choose Apply custom.
    To reset a value to its default, choose Restore default.
    7. To save the changed properties, choose OK in the property sheet view.
    8. Restart the nodes in the cluster for the changes to take effect.
    Cheers!!
    SJ

  • How to activate the logon screen modification

    Hi,
    i modified the logon screen with some other pictures colours and texts. But I don't find how to activate this.
    I'm on EP6 sp7. The document that is available is can be used only for EP6 SP 2.
    Is there any body who can help me?
    Thanks

    you should change the pictures in the rootfolder of the IRJ directory.
    good luck,
    Daniel

  • How to add a logon screen if the user is a guest.

    hi,all
    how do i add a logon screen if the user is annoymous, I use
    IWDClientUser wdUser = WDClientUser.getCurrentUser();
    IUser currentuser = wdUser.getSAPUser();
    And I don't want to raise exception,if the user is a guest.I just want to show the logon screen to him and let him to logon.
    I know if the webdynpro application is on the portal, it has no need.
    But I just want to do this for test.
    Is there any code to do this?
    Thank you.
    Best Regards
    delma

    Hi Delma,
    If you need the logon before starting the application itself, then you can set "authentication=true" in the application properties.
    If you wanna show some initial content in WD and on any specific user action, if you want the user to login, then try this:
         if(WDClientUser.forceLoggedInClientUser().isAnonymousUser())
              WDClientUser.forceLogoffClientUser("<app url>");
    -Aarthi

  • How to disable the FULL SCREEN option in the 'Insert Video and Audio' option

    Hi,
    I've been inserting some MP3's and using an image for pupils to click on to play the sound, the images are 100 pixels by 100 pixels.
    The only issue is that I have the grey rectangle 'Full Screen' box over the picture. This is ideal when I put videos on but not necessary when you have just an MP3. Also I've noticed that the 'Styles' option is greyed out and due to that I can't change the
    colour of the play button.
    I've been inserting MP3's direct from my PC hard drive to the webpage.
    Any help'd be greatly appreciated.

    Hi,
    Per my understanding, you might want to disable the “Full Screen” button and make other customization when there is an audio file in the page.
    By default, when we insert an audio/video file into page via “Insert Video and Audio” button in the ribbon, an OOTB Media Web Part will be added into the page contains
    the file you added, the “Full Screen” button is a part of this Media Web Part.
    In consideration of you might have other requirements on designing the style, I would suggest you create a custom Media Web Part instead which will enable you customize
    the style as you want.
    About creating a custom Media Web Part, you can use the <audio> tag:
    http://www.w3schools.com/html/html5_audio.asp
    http://www.catswhocode.com/blog/mastering-the-html5-audio-property
    http://www.elated.com/articles/html5-audio/
    There are also other powerful JavaScript audio plugins:
    http://kolber.github.io/audiojs/
    http://jplayer.org/
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • CProjects - How to get the logon screen?

    Hello!
    I've started the cProjects Web-Dynpro Application in our future production system for the first time. The strange thing is that the logon screen doesn't appear (I've got "logged in" as Anonymous ), althougth in development system the logon screen appears and works!
    I use the SICF-Path /default_host/sap/bc/webdynpro/sap/cprojects; login procedure is in both systems 'Standard' with no logon data.
    I appreciate any advice!
    Regards
    Wolfgang

    Hi Neil!
    In this case a SAP-user account was definied in the logon data section of the root SICF-node 'default_host'. This overruled the logon data configuration of the cprojects node. So check if a superior node of cprojects contains logon data!
    Regards
    Wolfgang

  • How to disable keyboard print screen option

    Dear All,
    In my application i want to disable keyboad print screen button programatically, if any one know pls guide me....
    Reagrds,
    Vijay

    Hi Vijay,
    to disable it just in your application is no good. You should disable it for the current user at all!
    Did you try to Google "disable keyboard print screen"? There are so many solutions listed...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Smart Card Reader - How to turn off logon screen from reboot or wake up

    I just set up the bluetooth reader on my laptop and now when my laptop wakes up or on reboot the BB smart card reader is there to logon.   I rarely use my smart card reader on my laptop, i use it primarily on my phone.  I don't want to unistall it but I dont need to see that screen.  Any one know how to shut it off?

    Most likely after installing it changed the PC log on type to the reader.
    In control panel (assuming you have a windows product) you can change how a user logs on.
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • How to disable parameters on screen?

    Hi,
    I have two parameters p_log1 and p_log2 on selection screen of  custom report.
    I want to make that parameter deactivate so that user won't be able change default values of parameters.
    So please tell me code for disable parameters.
    Title was edited by:
            Alvaro Tejada Galindo

    Like this:
    REPORT ztest MESSAGE-ID 00 LINE-SIZE 80.
    PARAMETERS: p_log1(10) DEFAULT '123' MODIF ID nch,
                p_log2(10) DEFAULT 'ABC' MODIF ID nch.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-group1 = 'NCH'.
          screen-input = '0'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    Rob

  • How to avoid the logon screen after closing the browser

    Im working with annonymous users showing a Iview but when I close the browser, instead of closing the browser the logon of portal appears. I dont want that how can I avoid this ?
    thx

    Hi
    I am not clear with your question. How do you close the browser ? Is it by hitting the cross button on the Top right corner ?
    Murali.

  • How to disable the selection screen element?

    Hello Colleague,
    I have a report which has a checkbox in the selection screen. Currently I need to create two transaction codes for the report. When Tcode1 is executed, the program will execute in normal way. When Tcode2 is executed, the checkbox should be selected and greyed (not ready to input).
    To implement the requirement, I think I should control the screen in the INITIALIZATION event according to the SY-TCODE.  But when I tried to use LOOP AT SCREEN, I find SCREEN is empty.
    I search a lot of threads. They all introduce the selection control after screen is displayed. 
    Can any expert help me on the problem?
    Thansk & Regards, Yongbo.

    I think you can use Screen Variants T.Code SHD0.

  • How to display RFC-Logon-Screen for non trusted connection in Web-Dynpro?

    Dear Web-Dynpro-Specialists,
    i got a issue while creation of an WebDynpro-Tool, which is using RFC connections for reading data.
    In some cases the RFC connection is not a trusted one connection, so a login is nessessary, but in
    this cases not a window is coming up for login....
    Any idea how i can get this window for login, in order to collect the nessessary Data for my tool?
    Additional Information concerning the RFC connection:
    While running my Web-Dynpro i run this Method:
    METHOD get_table_entries.
    CLEAR rt_entries[].
    CALL FUNCTION 'RFC_GET_TABLE_ENTRIES'
    DESTINATION iv_destination
    EXPORTING
    gen_key = iv_table_key
    table_name = iv_table_name
    TABLES
    entries = rt_entries
    EXCEPTIONS
    internal_error = 1
    table_empty = 2
    table_not_found = 3
    OTHERS = 4.
    CASE sy-subrc.
    WHEN 1.
    RAISE internal_error.
    WHEN 2.
    RAISE table_empty.
    WHEN 3.
    RAISE table_not_found.
    WHEN 4.
    RAISE unknown_error.
    ENDCASE.
    ENDMETHOD.
    Thanks a lot in advance
    Best regards
    Carsten Klatt

    Hi!
    You can use the function module RFC_MODIFY_R3_DESTINATION to create, modify and delete RFC connections. You will need the system ID (e.g. ABC), client (e.g. 123), system number (e.g. 00) and the host name of the server. In this example the following code would create or modify the RFC destination ZRFC_DESTINATION.
        CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION'
          EXPORTING
            destination                = 'ZRFC_DESTINATION'
            action                     = 'M'
            systemid                   = 'ABC'
            systemnr                   = '00'
            server                     = 'serverhostname'
            language                   = sy-langu
            client                     = '123'
            user                       = 'USERNAME'
            password                   = 'PASSWORD'
            description                = 'Dummy RFC Connection'
          EXCEPTIONS
            authority_not_available    = 1
            destination_already_exist  = 2
            destination_not_exist      = 3
            destination_enqueue_reject = 4
            information_failure        = 5
            trfc_entry_invalid         = 6
            internal_failure           = 7
            snc_information_failure    = 8
            snc_internal_failure       = 9
            destination_is_locked      = 10
            OTHERS                     = 11.
    With the following code you can delete this connection:
        CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION'
          EXPORTING
            destination                = 'ZRFC_DESTINATION'
            action                     = 'D'
          EXCEPTIONS
            authority_not_available    = 1
            destination_already_exist  = 2
            destination_not_exist      = 3
            destination_enqueue_reject = 4
            information_failure        = 5
            trfc_entry_invalid         = 6
            internal_failure           = 7
            snc_information_failure    = 8
            snc_internal_failure       = 9
            destination_is_locked      = 10
            OTHERS                     = 11.
    Please keep in mind that deleting an RFC connection is usually noted in the system log.
    If you want to reuse your connection for multiple servers, you could run into trouble since connection data is cached.
    Sincerely,
    Stefan

Maybe you are looking for