SAP Login

Good day
I have a problem with one of my client machines, its not saving the last acessed company on the server. Every time I log in it take me to my local drive there I will have to chose server to see companies sitting on my server. How do i get it to save the last company

This will be on the client PC. C:\Documents and Settings\{username}\Local Settings\Application Data\SAP. It may be a hidden file?
If it is not there, this will be the issue, and you may need to register the dll. There is a SAP note on this available.
There were a few patches which seemed to have an issue with the dll registration
Edited by: Julie Jamieson on Dec 2, 2009 2:21 PM

Similar Messages

  • Sap login programmatically

    I didn't use SAP Login form.
    Instead of SAP Login form, I made codes to connect to SAP like below sources.
    When I run it, it connects to SAP and get some data from SAP successfully.
    But, the page makes an error and didn't show the binded data at datagrid.
    Can you help me?
    The error message is belows.
    PS : When I didn't connect with SAP, and bind the datagrid to internal table, it works fine.
    =================CODE=================
              private void Button1_Click(object sender, System.EventArgs e)
                   // Declare parameters here
                   SAPProxy1 proxy = new SAPProxy1();
                   this.components = new System.ComponentModel.Container();
                   System.Configuration.AppSettingsReader configurationAppSettings = new System.Configuration.AppSettingsReader();
                   this.destination1 = new SAP.Connector.Destination(this.components);
                   // destination1
                   this.destination1.AppServerHost = ((string)(configurationAppSettings.GetValue("destination1.AppServerHost", typeof(string))));
                   this.destination1.SystemNumber = ((short)0);
                   this.destination1.Username = "RFCB2B";
                   this.destination1.Password = "SVCUSA";
                   this.destination1.Client = ((short)(160));
                   this.destination1.Language = "en";
                   try
                        SAP.Connector.SAPLoginProvider.OpenSAPConnection(this, destination1.ConnectionString, false);
                        proxy.Connection =  SAP.Connector.SAPLoginProvider.GetSAPConnection(this);
                        // Call methods here
                        string strEsvc_Rfc_Ok = null;
                        ZWEBIF2 zBuffer = new ZWEBIF2();
                        zBuffer.Buffer = this.TextBox1.Text;
                        Input_Data = new ZWEBIF2Table();
                        Input_Data.Add(zBuffer);
                        proxy.Z_Web_Rfc_D3("WB_MODEL_SEARCH", "C310", "0001656428", "E", out strEsvc_Rfc_Ok, ref In_31, ref In_33,
                                            ref In_39, ref In_81, ref In_82, ref In_83, ref Input_1000, ref Input_Data, ref Output_1000, ref zwebiF2Table1);
                        Console.Out.Write(zwebiF2Table1.Count);
                        Console.Out.Flush();
                        // Now update Data Bindings. On WinForms this will be automatic, on WebForms call the following line
                        this.DataBind();
                   catch(Exception ex)
                        Console.Out.Write(ex.ToString());
                        Console.Out.Flush();
                        // If SAPLoginProvider.GetSAPConnection(this) cannot get a connection, we might get an error.  // Normally this can be ignored as it will automatically will force a relogon.
    ===================ERROR========================
    Server Error in '/WebApplication3' Application.
    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
    Requested Url: /WebApplication3/default.aspx
    Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

    If you don't want to use a Login page, you shouldn't user SAPLoginProvider.OpenSAPConnection / SAPLoginProvider.GetSAPConnection. This classes to internally some redirect to other pages which causes 404 error.
    Instead us Connection.GetConnection() (for NCo 2.0) or just "new SAPConnection().
    In NCo 2.0 you can easily reach this by just dragging a Destination from Toolbox or the corresponsing Application Server icon from Server Explorer to your form. The Destination is already configured to take most settings from the Web.config file (see the cyan icons on the properties), so you don't need to write "configurationAppSettings.GetValue" by hand.
    In NCo 2.0 you can also drag the SAPProxy1 instance from the toolbox and wire the connection between it and the destination in designer.

  • SAP Login screen - keyboard shortcut not working

    Part way through an SSO rollout (Imprivata Onesign) and have come across one terminal server that is not behaving as normal ie keyboard shortcut control+i does not position the cursor in the Client field on the SAP login screen. Instead it is treating the key combination as a standard Tab.
    Has anyone come across this before or can anyone suggest how to diagnose.
    I have checked the registry and there doesn't appear to be any custom keyboard shortcuts defined.
    OS =  Win 2003 Enterprise SP2
    SAPGUI = SAP Gui 7.10 Patch 14
    Many thanks in advance
    Paul

    See my response here for future reference.  Much easier solution:
    Re: iOS 6 + keyboard shortcuts

  • SAP HR ID has SAP Login ID / Portal Login ID

    Hi ,
    We are thinking of using the SAP HR ID has the SAP Login ID and the Portal Login ID, ... Did anyone had the same approach ? Any feedback will be welcome .
    If my HR ID is 1234567 , my user ID will be 1234567 .
    Or, (I'm a HR guy), what is SAP recommended approach and User ID ( How to generated the SAP User ID ) .
    Regard's

    Hi,
    While creating the logon id instead of creating the user id via tcode su01 try creating it via tcode HRUSER.
    Select the HR ids for which u want to create users and create the users. U can define the initial password there and even assign roles there too.
    Other wise if u want to assign different roles to different users then only create the users via tcode HRUSER and assign the roles via SU01.
    If users are created via tcode HRUSER the user name will be P<hr id> ie like P99003114.
    First name and last name will be picked form hr
    master data automatically.
    Hope this will solve your purpose.
    Pl dont forget to award points if resolved
    Regards

  • FM for SAP Login id with pernr no.

    Hi All
    I need to make function module for below three requirement. Please tell if there is any standards fm available for these or how can i proceed to finish these fm.
    1. Get HR Information for employees - bank account, dependent informaiton, start date, org unit, manager,
    2. For employee get the associated sap login users. We want the ability to download a list of sap users/pernr automatically into the admin database.
    - function to get a list of employees, pernr and sap login ids.
    - function to get the org unit and hr information for employees, pernr, sap login ids
    3. Org structure/profit center hierarchy list-
    get the list of org structure with persons. display for a user or a list of user the org structure hierarchy
    Thanks And Regards
    Ranjeet Singh

    There is no single fm which will give you all the info.
    you need to create a custom that makes use of HR_READ_INFOTYPE and HR_GETEMPLOYEEDATA_FROMUSER  and some OM related fms to get the required data
    Thanks
    Bala Duvvuri

  • Configure sap login page

    Hi Expert,
    I want to Add my client in default client with description, how to configure sap login page with my company lobo. Is there any transaction code for that.
    Regd,
    Rahul

    -> have a look at <b>sapnote 205.487</b>
    -> you can change the log by using transaction SMW0, select "Binary data..." the logo must be in GIF format...cfreate new object, chose import, select your gif and transfer; then maintain table ssm_cust via sm30, change field start_image to the above imported object..
    GreetZ, AH

  • Survey access via internet without sap login

    Hi!
    I just created a survey using crm_survey_suite. How can I let our external customers (without sap login) answer the survey via internet? I'm currently working on CRM 4.0.
    Thanks!
    Steph

    Hi steph,
    You will have work with Basis team and create an anonymous login id and password for your survey link which canbe sent on mail.
    Regards
    Raj

  • SAP* login locked !!!??? how can i upgrade my license?

    Hello gurus,
         My SAP* login of one of the system got locked, while updating the license. Now the thing is, my license is expired, can only log in through SAP* and that log in also locked how can i upgrade my license??
    Thanks and Regards,
    Rahul

    Hi ,
    If all the users are locked, they can be unlocked by
    a)Try this command at ur sql plus query level
    Go to cmd prompt.
    Sqlplus /nolog
    conn /as sysdba
    this will take you to the sqlprompt.
    Just execute the earlier commands there.
    sqlplus><b>UPDATE SAP<schema>.usr02 set uflag=0 where mandt=<CLNT NO> and uflag=64;</b> this statement actually unlocks the users of that particular client. So, try for every client in that sap system.
    b) You can delete sap* user
    Go to cmd prompt.
    Sqlplus /nolog
    conn /as sysdba
    sqlplus><b>DELETE SAP<SID>.usr02 where mandt='CLIENT.NO' and bname=SAP*;</b>
    <b>Note:-
    After doing this restart the system. So, that a new user with the name "sap" gets generated with password "pass". Provided the parameter is set login/no_automatic_user_sapstar= 0 (Automatic user SAP is permitted).</b>
    regards,
    kanthi

  • SAP Login Problem in Newly installed SAP

    Hi expert,
    host machine---Win7 64 bit
    Virtual Machine---RHEL 5.3
    i installed ECC 6.0 with oracle 10.2.04.0 on RHEL 5.3 successfully on Virtual Machine.
    but i can't login via host machine(win 7).
    i checked all the things on RHEL all are ok.
    like database is up,
    pf -ef show the work process and R3trans -d finished by 0000 RC.
    So why i can't login to SAP.
    Any thing is missing Please suggest me.
    Regards,
    Vovek

    Hi,
    In addition to above checks,
    check with your infrastructure support team if outbound  3299/TCP ports are opened in firewall and SAP server IP addresses authentication
    which SAPGUI version have you installed?
    Regards,

  • Automatic sign on to SAP login screen in javascript

    Hi,
    I am basically a abapper, but with a little exposure to javascript, my requirement is that i am supposed to send an e-mail(not SAP email) to a users internet e-mail inbox.
    In the body of the mail the user clicks on a hyper-link and the user is to be automatically navigated to the SAP initial login screen. can this be done using JAVASCRIPT or any other techniques,if so please tell me, any sample code will be appreciated.
    Regards
    Narendiran Rathinavelu

    Hi,
    Have a look at
    Calling SAPGUI transaction out of BSP application
    It's not exactly the sam, but it shows how to start a SAP GUi from an HTML page.
    Eddy

  • SAP SD benchmark client 900 sap login  transaction SU01 error

    hi, guys
    now in client 900 which sap account should login with pw obelix and can execute su01 and enter user " SAP_PERF"
    hit "change" , add the profile "SAP_ALL" to the users profile tab, save and exit?
    i used SAP* and SAP_ADMIN to login, and execute su01. "You are not authorized to use transaction SU01"
    regards

    Hi Ben,
    hit "change" , add the profile "SAP_ALL" to the users profile tab, save and exit?
    i used SAP* and SAP_ADMIN to login, and execute su01. "You are not authorized to use transaction SU01"
    It is clear from the above statement that, SAP_ADMIN user id is not having the authorization for "SU01" transaction code.
    You login with User id : "SAP_PERF" and assign the Profile "SAP_ALL" to SAP_ADMIN user id and then start creating the user ids what ever u want.
    Hope it is clear.
    Regards,
    Saher Mohammed.

  • SAP login / logout time

    Hi,
    I want to find out how many times a user a logged into SAP system (lets say dev) and for each log in what was the login and log out time. Pls let me know how to achive this.
    Regards
    Vimal

    Check the Following Link Check how many times a user login to sap system
    Kanagaraja L

  • Delaying to get the sap login screen

    Hi all,
    I am facing one strange problem and unable to understand it.
    When i run startsap all command, it is executing very successfully.
    But the problem is that when i try to log in to the system from sap gui it takes a very long time around 15 minutes with "waiting for response" status and then sap screen comes up.
    when i try to login with username and password again it takes some time to get the session_manager screen.
    In sm04 screen i do find around 6 to 8 sapsys users with type http plugin and client 000, after half an hour these are logged off automatically and system starts running smoothly as usual.
    This happens only when i do restart the sap system.
    Details,
    os- hp unix
    db- oracle 10g
    release - 700
    Need your precious suggestion and help.
    Thanks and Regards,

    Hello,
    >> In sm04 screen i do find around 6 to 8 sapsys users with type http plugin and client 000, after half an hour these are logged off automatically and system starts running smoothly as usual.
    I have seen that situation on some of our 7.00 system too.
    I was also not able to login and have seen (from dispmon), that the wps running some programs of SAPSYS.
    But i have these situations only after some kernel upgrade.. i have rebooted the sap system and after that it worked fine and never seen this again.
    Really strange.. but i have also no solution.. i have only rebooted the system and it worked for me..
    Regards
    Stefan

  • Message on SAP login screen

    Hi all,
    How to add a system message on the SAP logon screen.
    I just want to put display some content and links on screen where we enter client and username and password.
    regards,
    helpful answers are surely rewarded.

    Hi,
    Personalization of your SAP system  logon screen, splash screen etc
    1) Adding text to the SAP logon screen. This is very handy for identifying which SAP system the user is about to log onto, especially non production boxes. You can also warn them here of pending changes, updates or outages. Because it is up while they are typing in their userid and password, they can't claim they missed the system message. SAP icons like the stop sign and warning signs can also be displayed. Details can be found in OSS note #205487. Here are the guts:
    Go to Transaction SE61 and select the document 'General text' (selection via F4 help), and create a text with the name ZLOGIN_SCREEN_INFO in the language defined with profile parameter zcsa/system_language.
    If the text does not exist in the system language, no output is made.
    Note that there is space for 16 lines with 45 fixed-font characters each or for approximately 60 proportional space font characters on the logon screen.
    Title lines (can be recognized by means of format keys starting with a 'U') are highlighted in the display.
    You may also output icons at the beginning of lines by using an icon code (for example, @1D@ for the STOP icon). You can get a list of icon codes from Report RSTXICON. Pay attention to the codes with two '@' symbols displayed by the report. You cannot include text symbols. The 'include indicator' cannot be used for this function. SUBHINT here. These can be used on system messages as well.
    Creating/changing this text requires a changeable system. Therefore, for production systems, SAP recommends maintaining the text in the upstream system and then transporting it. To do this, select a transportable (customer) development class when you create the text and save the active version prior to the export. The transport is done via the transport object R3TR DOCT ZLOGIN_SCREEN_INFO The text can be changed in the original system only (see TADIR entry R3TR DOCT ZLOGIN_SCREEN_INFO). When making a change in a non-original system, a modified text would be generated which cannot be represented sensefully on the initial screen.
    2) Changing the splash screen on the main menu can add some pizzazz to the otherwise boring screen. It can also be changed easily on a regular basis. For production systems a company logo and/or company mission statement might be appropriate. Here are the instructions:
    First, in transaction SMW0 (SAP Web Repository), select "Binary data for WebRFC applications. The logo must be in a .gif format. From this transaction, create a new object, then choose to IMPORT. You must then specify the path to the .gif object you have saved, and select the option to TRANSFER.
    Then, maintain table SSM_CUST via SM30. Change the field START_IMAGE to the name of the object you created in SMW0.
    3) Changing the rippling water on the top right on all is easy but tedious and requires no change to the SAP system. The file name is 'sapalogo.bmp' and resided in the directory "SAPpcsapguithemesdefault". Looking at this file you can see how it works. Use an editor like Paint and replace each of the SAP ripple images with a morphing image of your own. Make sure the new image is the same size as the original. There are 33 images in the original but you don't need that many. One idea for a morphing image would be to take your company logo and have it build its way across the screen and then off again.
    4) Changing the startup movie is even easier. Replace the file 'sapss.avi' with a short avi of your own. This file resides in the same directory as 'sapalogo.bmp
    Pls reward points,
    Regards,
    Ameet

  • How to include SAP login link in the workflow notification email ?

    Hi,
    How to provide a link in notification email triggered thru workflow to outlook   ??
    This link should take the user to correct SAP system logon screen.....
    kindly help ! urgent !!
    thank you
    R

    Hi Rita,
    U can use RSWUWFML2 ABAP report.
    check [http://www.mortenhjorthnielsen.dk/BPM/RSWUWFML2/RSWUWFML2.html|http://www.mortenhjorthnielsen.dk/BPM/RSWUWFML2/RSWUWFML2.html]
    Regards
    Sagar S

  • SAP Login Instance

    Hi
    One of my user is logged in to some computer,we are not sure where
    how can we find what computer or how can we kill that instance?
    thanks

    Hi,
    Option 1
    You are accessing SAP B1 through citrix then you Restart the Citrix Server.
    Option 2
    1.Restart the Server
    2.Stop the SAP License Manager Service and Start the SAP License Manager Service.
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

Maybe you are looking for

  • Illustrator CS4 smart objects?

    Hi I am creating a vector illustration of an ipad or similar. I want to be able to retain vector scalability and have the ability to change the screen image of the ipad to a different image. The screen image layer is currently using a mask to define

  • Condition Records For GR & GI

    Dear All,               what is the t-code for mainatin the condition records of GR & GI & also the condition name, Thanks & regards Pavan

  • Clone/Heal is powerful!!

    Aperture and Lightroom both have cloning/spotting tools. IMO the clone/heal tool in LR is superior. Can Aperture do this? NOPE! Original straight from D2x(jpg): Added a dark vignette, desaturated all colors and brought back just orange and some red f

  • Use of graphics card with core install

    Hi, We have a sun sparc server that has the solaris core installation. We run our Jrun application server on this machine. We would like to use a mapping software called Mapxtreme that needs a graphics card on the server. Can I use a graphics card wi

  • Wireless problems with 24 inch Imac

    Since I have bought my 24 inch imac I suffer from several problems with the wireless system. First of all, very week connection (2bars, in comparison to 4 bars on my macbook). 2.) After waking up from sleep, it looses connection with the wireless net