Installing SAP in Unix--How to get GUI

I will be installing SAP in a Unix Environment.
As per my understanding i have to do the following as first step.
<b>DISPLAY=<the ip address of my laptop>:0.0</b>
So pls let me know whether if i do this  will i be able to see the SAPINST GUI and the Oracle Universal Installer GUI also

Hi,
You are on the right path.
But the pre-requisite for is to have a GUI Tool running on your system.
It could be citrix client, exceed (Humming bird), Xserver Or something similar.
After that based on that you can connect to the Unix server and get the GUI displayed on your system.
for example : Let's say that the GUI tool has generated the window for 0.0 Display mode then you need to execute the command
" export DISPLAY=UR_LOCAL_IP:0.0 "
OR ELSE
" setenv DISPLAY UR_LOCAL_IP:0.0 "
Where 0.0 is the display mode and hence if that changes to 4.0 then you wil have to replace the 0.0 with 5.0.
I hope this helps you!
Regards,
Prem

Similar Messages

  • Windows 7 - 64 bit and WMware Workstation installed SAP IDES EHP - how to increase performance

    Hello,
    Can someone help me please.
    Situation:
    I have installed SAP IDES EHP 6 on external disk (USB 3.0) and use VMware workstation 10.0.1.
    Quesition:
    How can I increase speed when using SAP application.
    PS: I am a beginner in using VMware.
    System on Notebook:
    Win 7 64 bit, 8 GB RAM, I5 CPU 1,6 GHz
    Thank you for your answer and help.
    all the best Erwin

    I've not done it yet with 11g, but prior editions, there are 3 things that have to be done to eradicate an oracle client installation from Windows, after running uninstaller
    1) delete the registry key HKLM\software\oracle
    2) delete the ORACLE_HOME directory from the file system
    3) delete c:\Program Files\oracle

  • SAP Associate Certification - How to get S-ID and Logo?

    Hi,
    I have completed my C_BOE_30 SAP Application Associate - Business Objects 3.1 Certification.
    And, i have received my certificate also.
    How do I get my S-ID?
    How do I get my Certification Logo?
    Kindly help me on this.
    Regards,
    Senthil.

    Congratulations on your Certification,
    Your S-ID should be in your Certificate, as per the logo please look at the Sticky posts like 4 rows before your post and you will find the answer.
    As I can see you are new user on SDN and strongly suggest you to do first a search before posting questions like this so we won´t get filled with the same question over and over and over again!!
    Regards,

  • Sap Records Management: how to get attributes of record?

    Hi everybody who has had an experience in SAP Records Management programming.
    Tell me please how can i get a list of attributes of certain record or document? I have an instance of CL_SRM_POID class and I also can get an instance of CL_SRM_SP_RECORD clas. But i haven't found out exactly what method gets attributes.
    Thanks a lot.

    Finally i have sorted it out. Following procedure gets properties of record or document.
    form get_record_attributes using    uif_poid   type ref to IF_SRM_POID
                               changing ct_properties  type SRM_LIST_ATTRIBUTE_VALUE.
      data: lif_srm                   type ref to if_srm,
            lif_srm_service           type ref to IF_SRM_SRM_SERVICE,
            lif_prop_service          TYPE REF TO IF_SRM_SRM_SERVICE_PROP,
            lif_repository            type ref to IF_SRM_SRM_PROP_REPOSITORY,       
            lif_attribute             type ref to IF_SRM_ATTRIBUTE_VALUE,
            lif_context               type ref to IF_SRM_PROP_CONTEXT.
      refresh ct_properties.
      try.
        lif_srm         ?= uif_poid.
        lif_srm_service  = LIF_SRM->GET_SRM_SERVICE( ).
        lif_prop_service = lif_srm_service->get_property_service( ).
        lif_context      = LIF_PROP_SERVICE->GET_CONTEXT( ).
        lif_repository   = lif_prop_service->GET_REPOSITORY( uif_poid ).
        ct_properties    = LIF_REPOSITORY->GET( lif_context ).
        CATCH CX_SRM_INITIALIZATION .
        CATCH CX_SRM_POID .
        CATCH CX_SRM_REGISTRATION_DATA .
        CATCH CX_SRM_SRM_PROP_REPOSITORY .
      endtry.
    Edited by: Petr.Plenkov on Mar 4, 2010 1:43 PM

  • Can anyone help me: How to check or update my status as SAP Certified Consultant / How to get my SAP Certificate ID Validated. - Reg.

    Dear Concern / All,
    Greetings of the day !!!
    I am an Indian. I have applied / booked for SAP Certification examination through PearsonVUE and the test centre was in Dubai.
    I have appeared and cleared SAP Certification Exam in the month of March, 2014 and received my SAP Global Certification which certifies me as "SAP Certified Application Associate" along with the Certificate ID after 4 weeks.
    I am seeking support / information / help for the below mentioned:
    How or where can I verify my SAP Certification details?
    How or where can I validate / update my SAP Certification details?
    How or where can I update my status as SAP Certified Consultant?
    Where or how can I get SAP Logo?
    I would be very thankful for extending your kind support / information / help in this regard.
    With Regards and Thanks in Advance
    Abhiman Surineni

    HI abhiman,
    How or where can I verify my SAP Certification details?
    Pearson VUE - Authenticate Score Report  --- go to this link and give your details and for
    How or where can I validate / update my SAP Certification details?
    Pearson VUE - Authenticate Score Report --- go to this link and give your details same link
    How or where can I update my status as SAP Certified Consultant?
    Pearson VUE - Authenticate Score Report --- go to this link and check once .... after 1 month the address which you have for pearson vue  and address details of you all your SAP certificates will reach you in 1 month to your postal address.
    Where or how can I get SAP Logo?
    Previously there is one person names Kenneth , he will issuing the SAP LOGO for certified consultants but now you can contact [email protected] they will issue you the logo if possible
    you will get all your documents and certification within short time , so no need to worry ...All the best and Good luck for your SAP carrer.
    Thank you.

  • How to get GUI Status(Push Buttons) in ALV Report

    Hi Friends
    I have a requirement in a way that:
    Once selection-screen was processed,an ALV report has to come and above the ALV List,I need a custom GUI Status(4 Push Button) with Push Buttons Logic.
    Once I had clicks on thesse push button,I need to display one more ALV List and above this List,again I need a custom GUI Status(2 Push Buttons) with Push Buttons Logic.
    Can anyone throw some light how we can achieve this.
    Thanks for your cooperation!
    Regards,
    Madisetty

    data: rt_extab type slis_t_extab,
            g_ucomm like sy-ucomm ,
            g_selfield type slis_selfield.
    form alv_display .
      call function 'REUSE_ALV_LIST_DISPLAY'
         exporting
         i_callback_program             = g_repid
         i_callback_pf_status_set       = 'PF_STATUS'
         i_callback_user_command        = 'USER_COMM'
           it_fieldcat                    = it_fldcat
          tables
            t_outtab                       = it_final1
      perform pf_status using rt_extab.
      perform user_comm using g_ucomm g_selfield .
    endform.  
    form pf_status  using    p_rt_extab.
      set pf-status 'PF_STATUS' excluding p_rt_extab.
    endform.
    form user_comm  using    p_ucomm like sy-ucomm
                             p_selfield type slis_selfield.
      data: l_row type i.
      case  p_ucomm.
        when 'DISPLAY_PO'.
          loop at it_final1 into wa_final1.
            if wa_final1-sel eq 'X' .
              l_row = l_row + 1.
            endif.
            if l_row gt 1.
              message e004.
            endif.
            clear wa_final1.
          endloop.
          p_selfield-fieldname = 'SEL'.
          read table it_final1 into wa_final1 index p_selfield-tabindex .
          set parameter id 'BES' field wa_final1-ebeln.
          call transaction 'ME23N'.
      endcase.
    endform.
    *create user interface for gui status by double clicking on 'PF_STATUS'.
    *Check the above sample code .

  • How to get an non digital License?

    Hi,
    I want t install a License for the Solution Manager. The System is out of time, so that I can only use saplicense.exe to install this. But in the file, that I have recieved from SAP is only the digital key and that can I not install in that case. Does somebody know, how to install this file or how to get the other key?
    Thanks,
    Peter

    Thanks, but the Solution Manager-"Server" doesn't start complete. Before the license was out of time, the "Server" starts normal. So I think, that I can not access via SAP GUI. I haven't test it.
    I will do this tomorrow, but when this solution not solve the problem, what can I do?
    Greets,
    Peter

  • How to get / configure data in Tcode "MCTG" for "SIS: Sales Office Analysis Selection "?

    Hello SAP Guru's,
    How to get / configure data in Tcode "MCTG" for "SIS: Sales Office Analysis Selection "? We have implemented SAP ECC 6.0 EHP4 version in the organization. If anybody have any idea, need help .
    Thanks in Advance.
    Prashant Kunjir

    Have a look at the following note:-
    Note 1573200 - How to restructure the statistic data of the sales information system (SIS)
    But before trying to carry out the process as detailed in the above note, first check with other SIS reports like MCTA etc., and no reports are showing correctly, then you can proceed.  Otherwise, you need to raise an OSS message with SAP.
    G. Lakshmipathi

  • How to get the selection parameters from logical database into one of the t

    Hi Sap ABAP Champians,
    How to get the selection parameters from logical database into one of the tab in the tabstrip selection-screen.
    Please help me for this
    Thanks
    Basu

    Hi
    Thanks, that will work, but then I'll have to insert code into all my reports.
    I can see that "Application Server Control Console" is able to rerun a report.
    This must mean that the Report Server has access to the runtime parameters.
    But how?
    Cheers
    Nils Peter

  • How to get value of URL parameter

    Hi,
    If an ABAP Web Dynpro URL looks like this: http://<server>:<port>/sap/bc/webdynpro/sap/zny_test1?sap-client=100&sap-language=EN, how to get value of the URL parameter “sap-client” at runtime in the application?
    Thanks,
    Nancy

    The framework currently strips all the framework specific params.
    Perhaps the will be made available in a future release.  Thomas, any comments ?
    However, I dont understand the requriement to know the sap-client URL value.
    If your code is running, a user has successfully connected to system a therefore he has a session open and this session is associated with exactly 1 client at any point in time.
    See SYSTEM VARAIBLE   SY-MANDT.
    this represents the client in which the users session is running and negates the need to see
    sap-client URL value.
    regards
    Phil.

  • Add-On in installed SAP ECC 6.0 SR3

    Hi All,
    I have installed ECC 6.0 SR3 with ABAP+JAVA (MI usage type) on Window 2K3 64bit R2. Now i want to add DI add-on in installed SAP system. How can i add this add-on in SAP system.
    regards,
    majamil

    Hi Markus,
    When i run SAPInst then there is no option of additional usage type in SAP NetWeaver 7.0 Support Release 3.
    while SP level is 14 in my system. there are four option. 
    SAP NetWeaver 7.0 Support Release 3.
    1. SAP Systems
    2. Standalone Engines
    3. Optional Standalone Units
    4. Software Life-Cycle Options
       4.1 Additional Preparation Options
               .Operating System Users and Groups
               .Prerequisites Check
    regards,

  • How to get a windows 8 64 iso?

    Just got a brand new MSI GE60 laptop with Windows 8 64 pre-installed; does anyone know how to get an ISO of Windows??  I know about the MSI Burn Recovery stuff, but that simply makes an image of your entire system, not simply windows 8 . 

    http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_install/where-do-i-find-the-windows-8-product-key-when-it/d4c5c0c1-825d-47f2-9bed-d9625c7e68ff

  • Trouble with Q/T 7.2 How to get rid of it?

    After downloading Q/T 7.2 I was unable to use iM 3.03 under OS 10.3.9 having trouble importing, exporting and other problems. I'm trying to get rid of Q/T 7.2. I downloaded the reinstaller for 6.5.2 to uninstall 7.0.2 under OS 10.3.9. (Is this the same as 7.2?)
    Not having 6.5.2 on my HD (I have 6.4) I downloaded 6.5.2
    When I tried to open the file an error message told me I can't open it because I have a later version on the HD (7.2).
    So I tried to use the re-installer for 6.5.2 to get rid of 7.2, but got another error message saying that I did not have 6.5.2 installed.
    Any ideas how to get beyond this?

    Apple software update solved this problem.

  • How to get firmware file for nokia cdma 2280 RH-17...

    my phone model no. is 2280 cdma RH-17MA and currently it turns off automatically and sometimes screen goes blank showing some vertical or horizontal lines...when I went to nearest nokia care ..they said its firmware problem and you have update the firmware ...I downloaded firmware update software and installed but dont know how to get the clean firmware as mine is corrupted which is why it has problems?

    if you downloaded and installed NSU on your PC, just follow the instruction on how to go about it, if your phone is not being recognized, then perhaps your phone is not supported, i have not seen any CDMA Nokia phones that are being supported by NSU, your local nokia care centre should be able to fix your software problem, albeit i think you have to pay...

  • How to install SAP GUI in Windows 8.1

    Hi,
    Please guide me how to install SAP GUI in OS Windows 8.1
    Regards,
    Priya

    Before installation of SAP GUI we need to know the OS details and the OS system Bits (32 / 64).
    NW SAP Setup
    • Download the software @ SAP Site using S user login ID.
    • Download the Software gui730_0-10010496 (include the patch 6 hotfix 1)
    • After download Extract it and go to the path and install.

Maybe you are looking for

  • How do i get my books back on my iPad?

    I just updated my iPad 2 to iOS 5.0. Prior to the update, I backed up to iTunes but the books that I had on my iPad are no longer there, but they are in iTunes. How do I get them back on my iPad? TIA -jP

  • How to unload/kill rmiRegistry if app was terminated abnormally

    Hello, I use the following method in coding to [1] launch the RMIRegistry to listen on port PORT, [2] Exports the remote object to make it available to receive incoming calls, [3] Bind the service name to the Registry       int PORT = 1101;       Str

  • Transaction Launcher and Parameters - what is wrong?

    Hi guru my issue: in our CRM webui we need to invoke an ECC custom transaction and fill a field with a dynamic value (opportunity id). So to understand better I started with transaction launcher wizard to invoke the tx VA01 and I'm able to see in the

  • About user dependencies.

    hi,      actually i wannna know about user dependencies . i know that there are two ways to use user dependencies ..........can u elobarate in details about user dependencies in xi.. with examples..in both the ways... thanks in advances. jp.

  • Sending the Notification Data to Webmail ID.

    please help me....... My requirement is I want to send the Information to other user ok i can send informtaion through the SAP office mail if the user having SAP access But some of the user they Do not have the SAP user access. for this i want to inf