SAP GUI for HTML on Portal

Hello All,
I have transaction iViews on the portal and I am using SAP GUI for HTML. Upon launching this iView, i get the logon page, even though I have SSO set up and working fine.
Now, the problem is, even after logging on with qualified credentials, the logon page disappears, 'Logon is starting' appears then the logon page reappears, as if nothing happened.
Any ideas as to why this is happening and how I can fix it?
Regards,
Motaz

Edgar: The ITS is working and the service launches successfully through the GUI.
I overcame the issue by using SAP GUI for Windows instead. I guess there is a problem when using the HTML GUI from a public IP. Something to do with security or a conflict in the 'hosts' file.
Regards,
Motaz

Similar Messages

  • Transaction Iview - SAP GUI for HTML

    Hi,
    In SAP transaction iviews - SAP GUI for HTML in portal there is a possibility to go to menu,other transactions from the transaction field.Is there any way to remove the Menu button and hide the transaction field from transaction iview.
    Please suggest.
    Thanks,
    Rajani

    Hi Rajani,
    Transaction iview which will control the menu,cancel buttons in SAP GUI for HTML
    the url provided by Damian contain the solution for your requirement.
    If you are looking somthing different then pls explain the requirement
    Just let us know which specifiy buttons you want to show in transcation IVEW.
    Thanks,
    Anil

  • Change standard SAP GUI for HTML theme to portal theme

    Dear Experts,
    I have created transaction code for SAP GUI HTML for  a custom report program developed in SE38.
    We have created a URL iView in Websphere enterprise portal. The Transaction executing well and there are no issues.
    But the SAP GUI HTML uses SAP Standard theme. I wanted to change the input field background color which is similar to our portal theme.
    Please let me know , how to change the theme of the standard SAP GUI for HTML.
    Thanks in advance.
    any solution will be greatly appreciated.
    Best regards,
    Prabhu

    Hi Sushil,
    Could you please elaborate in detail with steps.
    Thanks for your help .. Greatly appreciated...
    Best regards,
    Prabhu

  • Report painter report in portal - Excel output in SAP GUI for HTML

    Dear sirs,
    I need your expertize. I would like to let my users display (Excel in place)/ save the result of my report painter reports into MS Excel. I have found notes 499262 a 314568, but didn´t understand the message (or there is no message:)). Does that mean I cannot use Excel in place together with Report painter and SAP GUI for HTML?
    Second question: is there a place (user exit in generated code? I don´t even know what I am looking for) to get the data provided by the report painter engine and send the retrieved data to some custom function (to be able to call the Adobe form, to save it as a text file or any option how to manipulate the resulting data...?).
    thank you for your time and effort,
    regards Otto

    Hi Otto,
    You can send print the report to the spool and then use RSTXPDFT4 program to convert this spool to PDF file. Alternatively, you can export the spool to spreadsheet or ASCII file via SP01 transaction.
    Additinally, I'm not aware of unability to use Excel output with SAP GUI interface.
    Regards,
    Eli

  • WebDynpro proxy page with Webdynpro iView and SAP Gui for html iView

    Hello,
    I have a requirement to have a page that has at the top of it a webdynpro for java iView screen with several links that when pressed pop-up various data pulled from the back-end. This part is fine and presents no problem. Beneath this the requirement calls for a SAP Gui for HTML iView to be displayed. Which is no problem either. The problem occurs when one of the links in the java webdynpro application at the top of the screen is pressed it causes the SAP Gui for HTML portion to refresh and come back to the beginning. So for example you first navigate to this screen and you go into the sap gui for html portion and drill into 2 or 3 screens in the sap gui for html transaction. If you then press one of the webdynpro links the sap gui for html (which is a separate iView) refreshes and you are taken back to the initial screen. This only occurs when using a web dynpro proxy page. If I use a standard page the SAP Gi for html does not refresh. Unfortunately there are other things not mentioned here that require us to use the webdynpro proxy page.
    Any help is greatly appreciated,
    Bert

    Use System admin -> System Config and find your system in the PCD (under portal content). Right click and open -> permissions. Find a user or group or role and give it the end user permission. I'd suggest the group Everyone.
    Cheers

  • Problem while printing from SAP GUI for HTML

    Hello,
    We are trying to print a delivery confirmation from the portal using SAP GUI for HTML. We have followed note 771683 to do this. However we are facing the following problems:
    1) The print action(PDF creation) is not triggered until the user performs some action
    2) the PDF that is created is corrupted(does not open)
    In order to correct this we tried to implement note 957292. However, the changes to the object FRONTEND_PRINTPOLL_FRONT_REQUEST.HTM mentioned in this note created problems. So we decided to do the changes to this object manually. But we see that the SAP note doesn't contain any information on changes that should be implemented for this object.
    Question:
    Is the note 957292 only way to solve the printing(PDF) problem? If not, how can we trigger the automatic creation of the PDF and remove the error from the PDF file?
    If yes, any idea what is causing the problem during the note implementation?
    We are on NW2004s - EP7.0 SP10
    ITS 7.0
    Thanks in advance.
    Regards,
    Reena

    Hi,
    configure printer in SPAD  , no setting for JAVA GUI
    check note
    605467:SAPscript/Smart Forms: Print preview in SAP GUI for Java
    634158      SAPscript/Smart Forms: Print preview in SAP GUI for Java (2)
    1024624 SAPscript/Smart Forms: Print preview in SAP GUI for Java (3)       
    regards,
    kaushal
    regards,
    kaushal

  • Store Business Document via SAP GUI for HTML

    We are trying to use SAP GUI for HTML via UWL in Portal to deliver Workflow. When we try to attach files for the "Store Business Document" step, it gives an informational message "Store business document Access via 'NULL' object reference not possible"  but the documents themselves never get attached. We are on ECC 6.0 and Portal 7.0. Any help is greatly appreciated.
    Thanks!
    - Rao

    I've found a working solution a minute ago: See SAP Note: 510007
    Best regards
    Danny

  • WebDynpro with embedded SAP GUI for HTML transaction

    Hello,
    I have been given a requirement for a WebDynpro application that will have some links and figures at the top and underneath that there will be a SAP GUI for HTML transaction visible. What is the best method for handling this type of scenario? This is a 7.0 portal connecting to ECC 5.0 on the back-end.
    Thanks,
    Bert

    Hello Bert,
    I would have implemented your scenario in following way:
    1. Create a transaction iView in portal using SAP GUI for HTML.
    2. In the web dynpro application, you have multiple choices to use the transaction iview created in above step.
             a. Use a IFrame UI element giving it the portal based url for the transaction iview
             b. Use POrtal Navigation API to navigate to the transaction iview.
             WDPortalNavigation.navigateAbsolute(
             "ROLES://portal_content/com.sap.PageNavigationProject/com.sap.TargetPage",
                WDPortalNavigationMode.SHOW_INPLACE,
                (String) null,
                (String) null,
                WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
                (String) null,
                (String) null,
                [<url params>]
    Hope this helps you.
    Regards,
    Prasanna

  • Launch Approval Appraisal Documents in Iview format not SAP GUI for HTML

    Hi,
    Sorry iam not sure whether this is the right place to post this question.
    I have a requirement where i need to change the appearance of UWL tasks related to appraisal approval.
    Whenever a user clicks on approve apraisal tasks it is popping SAP GUI for HTML and taking to the backend showing Performance appraisal display.Our client are in need of normal iview rather than sap view( sap gui view).
    I have identified the tasks related to approval appraisal.The tasks in the backend are
    approval appraisal - perf appraisal - ts91000005, URL generation - ts12300108 , Submitted obj - WS 91000003.
    i have created an iview based on http://xxx.xxxx:8000/sap/bc/bsp/sap/hap_document/documents_todo.htm?sap-client=xxx&sap-user=xxxx&sap-language=E
    i have given the ID and iview PCD link in SWFVISU.Reregistered UWL again and logged in as a test user.When clicked on Appraisal approval i can see the appraisals completed.It wont allow us to edit.All hap_documents are BSP pages.
    I guess i did something wrong.
    i have followed these links.
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/PMSworkflowsin+UWL
    Error: Launch appraisal Workitems in UWL in Portal...
    Appraisal approval after completion not possible in BSP
    Please let me know the procedure to show the approval items in a normal iview format.
    Thanks in advance.
    Chakri.

    Chakri,
    You will probably have  to change the XML being used in your UWL. Go into the ItemType portion for the PM task and check/set  the following properties
    connector="WebFlowConnector"
    defaultAction="launchIView"
    Check if your Action tags within the ItemTypes have the following properties
    name="launchIView"  handler="SAPAppLauncher"
    Check whether the Property within Action tags is linked to your BSP view  that you want to trigger when the task is clicked
    For e.g. <Property name="SAPIntegrator" value="ROLES://portal_content/com.sap.pct/line_manager/com.sap.pct.erp.mss.bp_folder/com.sap.pct.erp.mss.pages/....."/>
    Once you change your XML dont forget to re-register your ItemTypes to the connector you are using.
    Good luck
    Pooja

  • Image not displaying properly for SAP GUI for HTML transaction iview

    Hi,
    We have a sap gui for HTML iview for transaction REORRR in portal. After giving enough inputs this leads to Business Document Navigator screen(part of Document management) where i need to display a document(.jpg image in this scenario). When i double click on the image it is opening on the right side of the screen but in a compressed format where in we need to scroll down to see the image. But i would require the image to display with out scroll bar or in a new window.
    When i change the format of the iview as SAP GUI for Windows the image is opening in a new window.
    I would like to know whether there is any configaration settings either in portal or in Document management side. or is this any limitation of the SAP GUI for HTML scenario.
    regards
    Bharat.

    Hi,
    You can open this iview in a new window make the setting in the iview properties that will allow the iview to be opend in a new window.
    Regards,
    Vamshi.

  • Transaction iView - SAP GUI for HTML - Problem while hiding menu bar

    Hello all,
    I am trying to hide the OKcode field and the Menu button in a Transaction iView of type SAP GUI for HTML. I am following the SAP note 1010519. However, nothing seems to change, even after adding the parameter ~webgui_simple_toolbar = 0 or any other value.
    I added the parameter to the service: default_host ->sap -> bc -> gui ->sap -> its -><b>webgui</b>
    After going through few posts relating to this issue, I figured out that passing application parameters would not work. Also, using IAC is not an option for me.
    Can someone help? How can I hide the OKCode field and Menu bar?
    Thanks and Regards,
    Reena

    Hello Reena,
    Maintaining the parameter
    ~WEBTRANSACTIONTYPE   EWT
    will solve your problem. You can also create an IAC iview. Here is a document for the same.
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_d-f/Displaying%20SAP%20Transaction%20as%20Internet%20Application%20in%20Portal.pdf">How to diplay a transaction as IAC iview</a>
    Also remove the parameter ~noheaderOkCode.
    Hope that helps.
    Regards
    Deb

  • The page cannot be displayed: ITS error: SAP GUI for HTML

    Hello,
    I have created an iView that connects with a ECC system. When I clic on System Administration --> Support --> SAP Application --> SAP Transaction :
    System: ECC
    Transaction: su01
    SAP GUI Type: SAP GUI for HTML
    It shows: The page cannot be displayed.
    It's manadory to use SAP GUI for HTML. Please, Do you have any idea??
    Thank you
    Best,

    Hello Virginia Rodríguez,
    1)Kindly check that System ECC in Portal is Up and Running under System Administration.
    2) if u r done with first step then can try SAP GUI for Window in creation of Iview
    it will Work.
    Regards.
    Soni Vinit

  • SAP GUI FOR HTML - SAP Netweaver loading screen

    We have an SAP EP7 portal with an ECC 6.0 R/3 backend. In the portal I have an SAP Transaction iView using transaction code PA64. The display in the portal uses SAP GUI for HTML.
    The iView loaded correctly (i.e. displayed the transaction screen correctly in the Portal Content Area) until our recent SP upgrades to the R/3 backend and portal. For the backend we moved from SP13 to SP15. For the portal we moved from SP14 to SP18.
    The issue that I now have is that an SAP Netweaver (SAP GUI FOR HTML) loading screen now appears (for about 5 seconds) prior to the PA64 transaction screen being displayed in the Portal Content Area.
    Whilst I accept that this is not a major issue, I would like to suppress the display of this loading screen. Does anyone know how this can be achieved?
    Many thanks
    Audre Beenen

    Thanks Michael.  We also updated our system and are having the same issue.   As you advised and I see in the SAP note, I'm going to add the ~nosplash parameter.   We do have SAPKB70017.  Is there a particular value associated with that parameter when it is added in SICF?
    Thanks,
    Pam Laverty

  • Which role that Take a iview use SAP GUI for HTML need ?

    hi all
        i made a transaction iview use the  sap gui for html,and this ivew add a role,the role add a user.and the user had only this role.when i use the user logon the portal,it will give me a error message:
      portal runtime error....
       whether it need another necessary role?
       and when i take the user to mapping user.i can't found any system that i had configration.
        but i can do all use admin user .
       what i can do?

    Use System admin -> System Config and find your system in the PCD (under portal content). Right click and open -> permissions. Find a user or group or role and give it the end user permission. I'd suggest the group Everyone.
    Cheers

  • SSO E-Sourcing and SAP GUI for HTML

    Hi,
    We are trying to provide integration between SAP E-Sourcing and SAP ECC via the SAP GUI for HTML. From an E-Sourcing project, we should define a link which will link us to the report via SAP GUI for HTML. Some parameters are automatically transferred via the URL so that the report will be prefiltered.
    The problem arises that we cannot create a SSO mechanism between SAP E-Sourcing and SAP GUI for HTML. The only documentation we can find is how to setup this SSO between the Portal and ESO (only included going from the EP to ESO). We need to find a way to do the opposite, i.e. SSO from ESO to SAP / EP.
    Thnx,
    Bram

    Dear Chong,
    I have came across the following information about SAP GUI For HTML
    With the version 7.02 / 7.20 of the NW Application Server
    the SAP GUI for HTML has been completely
    reworked.
    1.The rendering is now based on Unified
    Rendering which is also used by many other
    SAP UI technologies.
    2.Similar Look & Feel as other UI technologies
    3.Better Portal integration
    4.Full Theme support
    5.Unified client requirements
    But have not came across any note which converts the SAP GUI for HTML to SAP GUI for Windows in appearacne. I think the point 2 mentioned about says that in this version the SAP GUI for HTML will have appearnce like the other UI.
    Pls refer the [link|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06db80d-ebf4-2a10-6b99-faa652c69d5c?QuickLink=index&overridelayout=true]
    Hope it helps.
    Regards,
    Samir

Maybe you are looking for

  • I can't get Mobile User to work

    When I click on Sync Home Now, I get You must have a mobile account to use this feature. To create a mobile account, open system preferences, click account, then click create. IF these items are missing or disabled, see your system administrator. on

  • Purchase order Budget not reversed while doing MIRO

    Hi, Here, we are using funds management for budget analysis with update profile 350 and other setting tick on Goods Receipt only. while doing PR/PO it is coming to commitment budget.  Goods Receipt no FM document created. Strange behavior of system i

  • Mail - irritating display quirk

    I've just moved to Mail from Entourage v.X for Mac. No major problems so far, but an annoying display quirk which I'm hoping someone can help me to resolve. I am using Mail to send and receive via two POP accounts, hence I like to have the informatio

  • Nonstock material PO value should not allow to change once it picked fromPR

    Hi There, when create PO for non stock material it will pick price from PR to PO once it pick the value again it should not allow to change. so what ever value is there in PR same should be in PO also even if we try to change PO value system should n

  • Camera issues with Iphoto8

    Hi guys I am planning to upgrade to iphoto8 I have a sony cybershot DSC-W50 camera. Has anyone used and found this camera to be compatible with iphoto8. Macbook intel core Duo. thanks