Exit/Help link on IAC iViews

Hi,
I am displaying a report created in R/3 system on the portal using an IAC iView. I am able to see two links - Exit and Help at the Top left corner. How can I remove them from the iView.
I also came across few ppl mentioning to modify the templatelibrarybasis.html file located in the server on the ITS AGate instance under c:\program files\sap\its\6.20\DEV\templates\system\dm\templatelibrarybasis.html.
Any suggestions
Thanks,

Hi,
You can hide these buttons and all ITS service toolbars using ~webgui_simple_toolbar parameter on your service. It's a 8 bits binary parameter. Bit 3 controls help/exit buttons.
Look this wiki:
http://wiki.sdn.sap.com/wiki/display/HOME/Article-EmploySAPGUIforHTMLinsteadofanInternet+service
Hope this helps,
Iván.

Similar Messages

  • How to eliminate Exit and Help links from IAC iviews....

    Hi All,
    How to eliminate the Standar Exit and Help links from the IAC iviews.  i used webgui_simple_toolbar also but it didn't work.  Is there any other way for getting rid of these links.
    Thanks & Regards,
    Ravi

    Hi Barin,
    I'm facing the same issue, i.e I've created IAC iview which display spool request(SP02). Now I want to hide title, menu in the iview. Could you please give me some info about creating templates in internet services.
    Regards
    Anand

  • Quit help links in IAC's

    Hi All,
      In the IAC's, if you see in the tool bar, you can see two links, QUIT and HELP. I want to point the help link to a different web page. Could you please let me know, if it can be done by configuration. if so, where do you think should i change.
      somewhere like system service, etc...
    please help me in this regard.

    klaus,
    I will check it. i want to point all the help links of IACs to a central place where all my documents are stored. i.e. let us say to the link <b>http://help.mycompany.com</b>. where should I do that?
    i dont want to create a document and put it under info/docu_MYSERVICE.html, because i have already my documentation in a central link.
    please help me in this regard.
    how to hide quit button?
    Thanks

  • How to redirect Help link for iview not for portal masterhead

    Could someone please let me know  how to post help document to the help link in the iview?  It is located at the top left corner within the iview.  This is not to redirect the portal masterhead.  Thanks.

    Hi,
    Please see following links:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/edef4e0aa71bc7e10000000a11466f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/ef68e768921a77e10000000a422035/frameset.htm
    Kind regards,
    Ville

  • F4 help is not working in IAC Iview

    Hi,
    There is IAC iview for transaction PA61
    F4 help is not working for the iview
    it workes in backend SAP PA61
    kindly give any hints what can we check
    thanks in advance
    b

    Hi,
    This might be due to the JRE version of the browser. We faced such issue and the update of JRE version in the browser helps to get the pop-up of F4 help. Check in the internet broswser Tools -> Internet Option -> Advanced. Check whether the JRE applet is checked or not. it has to be checked. if it is checked and even if you dont get the F4 help, upgrade the JRE version.
    Thanks,
    Mahendran B.

  • Error in creating IAC iviews

    Dear All,
    We are trying to create IAC iviews but getting error.
    Environment details:
    OS: AIX 5.3
    DB Oracle 10.2.0.2(UC)
    Application EP7.0 (SPS14)
    Backend ECC 6.0 SR3
    We followed the below mentioned steps:
    01) Created one Internet Service ziactest in se80 with the parameters -
    ~transaction = tcode and ~generatedynpro = 1
    02) Published the 'complete service' to the site INTERNAL.
    03) Created one sub element under /sap/bc/gui/sap/its as ziactest
    04) Modified the service ziactest as :
    - specified "GUI Link" = Yes
    - specified following GUI Configuration parameters:
    ~WEBGUI = 1
    ~SINGLETRANSACTION = 1
    ~NOHEADEROKCODE = 1
    ~TRANSACTION = tcode
    ~GENERATEDYNPRO = 1
    - specifed handler as CL_HTTP_EXT_ITS
    05) save & activated the service
    When trying to test the service, we are getting a script error "Error on Page": wgu_global_eventhandler is null or not an object and the page displayed - is getting distorted . Also, system is specifying that: "The URL
    http://gcbeccd:/sap/public/bc/its/mimes/system/page/menubase.html was not called due to an error."
    When tried directly with the above url, the following error is getting displayed:
    "The following error text was processed in the system RD3: The theme extracted from PAGE/MENUBASE.HTML has more than 2 characters."
    Please note that: The SAP GUI for HTML has been configured and working properly. Also, the SAP note 790727 has been applied to resolve this problem but no result.
    Any help in this regard will be highly appriciated.
    Thanks & Regards
    Sudip

    Hello Sudip,
    If the webgui service is working then there should be no reason for this to not work.  By specifying ~webgui 1 you're actually not using any template you've created for the ziactest service.  The URL should be:
    http://gcbeccd:/sap/bc/gui/sap/its/ziactest
    Please also try:
    http://gcbeccd:/sap/bc/gui/sap/its/webgui?~transaction=tcode
    Please also publish the IAC, WEBGUI and SYSTEM Internet Services from SE80 to the Internal ITS.
    You should look at the developer trace (dev_w#) for the Dialog Workprocess that is used and reporting the error for more information. 
    Edgar

  • How to call IAC Iview from WebDynpro java code

    Hi Team,
    I am tring to call IAC Iview from WebDynpro Java code. we are passing value but blank page  displayed and there is no error show on error log.
    Below is Java Code which i am calling.
      public void wdDoInit()
          try {
                String strURL = "portal_content/TestSRM/iView/TestSRM";                           //WDProtocolAdapter.getProtocolAdapter().getRequestParameter("application");
                 String random = WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("random_code");     
                 //wdContext.currentContextElement().setRandomNumber(random);
    //below we are call URL           
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/TestSRM/iView/TestSRM?VAL="+random,WDPortalNavigationMode.SHOW_INPLACE,(String)null, (String)null,
                       WDPortalNavigationHistoryMode.NO_DUPLICATIONS,(String)null,(String)null, " ");
            } catch (Exception e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
    I am passing value from URL.
    http://<host Name>:<port>/webdynpro/resources/local/staruser/StarUser?random_code=111111111
    when we call above URL we getting blank screen.
    Regards
    Pankaj Kamble

    Hi Vinod,
    read this document (from pages 7 ).
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62</a>
    In addition lok at these links: (Navigation Between Web Dynpro Applications in the Portal)
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm">http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm</a>
    It may be helpful for you.
    Best regards,
    Gianluca Barile

  • Passing values to IAC iview

    Hi all,
    any one have idea how to pass values to IAC iview from webdynpro...
    i have purchase order screen i hvae to pass purcahse order and item no as parameter to IAC iview...
    any one have any details document for creation of iAC iview

    Hi,
    WDPortalNavigation.navigateAbsolute should be solving the purpose.
    This link might be helpful to you
    http://help.sap.com/saphelp_nw04s/helpdata/en/c3/235a428a1e9041e10000000a1550b0/frameset.htm
    Regards
    Santhosh

  • Steps to create IAC iview

    Hi all,
    can any one provide me the complete steps to create an IAC iview?
    I have seen the help link to create this iveiw.  But bit confusing to create that...
    so pls post the detailed step wise creation of IAC iview.
    Thanks in advance,
    Vila.

    hi,
    Refer this link <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2204">https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2204</a>.
    Hope link will be helpful.
    Regards
    Parth

  • Internet Services & IAC Iviews

    Hi,
    I created an IAC Iview on Portal based on an Internet Service. I have configured SSO with the R/3 System. It is also working fine. Now when I preview the Iview, it shows up properly.But when I do it the  second time, either it shows SAP Easy access menu or pages does not show at all. After restarting my portal, I again tried the opening the page. It came properly, I used the Menu> System> Logoff path within the Iview to Logoff. Now it is working for the second time also.
    So, How do I avoid using the logoff option. I cannot expect the user to logoff after viewing each of these Internet Services. There are about 30 such Iviews based on Internet Services. I hope I made my question clear.
    Any suggestions ?
    Murali.

    hi,
    Description
    Enables / disables the SAP Easy Access menu immediately after logon if no transaction is specified when running the SAP GUI for HTML.
    If ~webgui_easy_access_menu is set to 0 or it is undefined and no value is specified for ~transaction, users logging on to the SAP GUI for HTML see the initial SAP screen without the SAP Easy Access menu. To display the SAP Easy Access menu, they have to request it explicitly by choosing Start SAP Easy Access.
    If you set ~webgui_easy_access_menu to 1 and no value is specified for ~transaction, users logging on to the SAP GUI for HTML see the initial SAP screen with the SAP Easy Access menu immediately.
    Set by
    Service file webgui.srvc .
    Values
    0
    Displays the initial SAP screen without the SAP Easy Access menu after logon to the SAP GUI for HTML, if no transaction is specified (default).
    1
    Displays the initial SAP screen with the SAP Easy Access Menu after logon to the SAP GUI for HTML, if no transaction is specified.
    Example
    ~webgui_easy_access_menu     1
    Try using this service parameter in your internet service file and let me know
    You can also view other parameters in the following link:
    http://help.sap.com/saphelp_47x200/helpdata/en/24/ef243a84da356be10000000a11402f/frameset.htm
    Regards,
    Manish

  • Difference between IAC iview and Transaction iview

    HI Experts,
    Difference between IAC iview and Transaction iview................
    Higher points will be rewarded for useful inputs.......
    Thanks in Advance,
    Shakthi

    Hi Shakti,
    Transaction Iview is to navigate to required transaction eg se80 etc of backend ,it can be used for various purpose for eg to test weather SSO is properly configured or not if yes Transaction Iview should navigate user to mentioned transaction in the iview with out asking for user id and password.
    and IAC Iview is Internet Application Components
    please go through this link
    <a href="https://service.sap.com/~sapidb/011000358700000473342002E/">check</a>
    Internet Application Components(IAC) are complete business solutions for linking mySAP.com components to the Internet. With IACs users can access business information in mySAP.com components by starting SAP transactions, function modules or reports from a Web browser.SAP IAC is a productive way to programm to prgramm backen transactions in html
    for creation of IAC Iview ckeck this link.
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/5a/6898dddb7afd44b07ca4e3bb15f676/frameset.htm.">creation of IAC IVIEW</a>
    Hope this works
    Please allot points if helpfull.
    Regards
    Vinit.

  • Iac iview settings

    Dear experts,
            i m created sap iac iview and in application parameter i give ~transaction=su01 & ~WEBGUI_SIMPLE_TOOLBAR=160  and hide back and exit button from the transaction but when i again press the enter it again shows the exit and back option
    and my second problem is that what value we pass to ~WEBGUI_SIMPLE_TOOLBAR so that save button comes in the su01
    transaction
    please help...............

    Hi
    Pls check the doument . It may help you
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e046cb5c-711a-2a10-95a9-81b365901b95?QuickLink=index&overridelayout=true
    Keshari

  • IAC iview ...

    Hi!
           I need to know about IAC iview..Some document about what is an IAC iview? How to create it?

    Hi
    Internet Application Components(IAC) are complete business solutions for linking mySAP.com components to the Internet. With IACs users can access business information in mySAP.com components by starting SAP transactions, function modules or reports from a Web browser.SAP IAC is a productive way to programm to prgramm backen transactions in html.
    For creating IAC iViews please go through the link:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5a/6898dddb7afd44b07ca4e3bb15f676/frameset.htm.
    Hope this helps you out.
    Regards
    Victoria

  • IAC Iviews

    Dear Portal specialists,
    What are the pre-req. for creating IAC Iviews.
    Thanks.
    Ashish

    Hi Ashish,
    Following Link contains the information for you:
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/6898dddb7afd44b07ca4e3bb15f676/frameset.htm
    Regards
    Kunal Saggar
    P.S. Award points if it helps you.

  • How to find out URL of Masthead Help Link

    Hi Experts,
    I am working for a support project. Implementation team has long back left the project. I have to change the 'Help' link URL of Masthead area. There are three links in Masthead - Logoff, Personalize and Help.
    At present when we are clicking on 'Help' link of  Masthead, user is routed following website:
    https://www.xyz.com.
    In the new scenarion, when the user will click on 'Help' link of  Masthead, user should be routed following website:
    https://www.abc.com.
    I can see the following property of Masthead iView:
    Show Link in Masthead: Help
    I am unable to find out where the URL has been stored.
    Can you please let me know. Is it in UME or any other place? If yes, where excatly in UME.
    I searched a lot in the code. I got the file (com.sap.portal.navigation.masthead) from server. After that I imported it in NWDS. I searched a lot in various places of NWDS. I can not see the URL.
    It seems that javascript:openHelp is helping in getting URL. If yes, how?
    <TD nowrap >
    <!--<hbj:link id="HelpLink" tooltip="<%=helpTooltipStr%>" linkDesign="FUNCTION" reference="javascript:openHelp();"><hbj:textView nested="true" text="<%=helpTextStr%>"/></hbj:link> --><hbj:link id="HelpLink" tooltip="<%=helpTooltipStr%>"
         linkDesign="FUNCTION" reference="#">
                                          <% if (!isPreview) { HelpLink.setOnClientClick("javascript:openHelp();");} %>
                                          <hbj:textView nested="true" text="<%=helpTextStr%>"/>
                                        </hbj:link>                                             
    </TD>
    <TD nowrap>
    Please help.
    Regards,
    Gary

    Hi Sushil,
    It seems that I don't have the correct masthead  par file. I have got the masthead file from BASIS. It is com.sap.portal.navigation.masthead
    The existing masthead par file has following setting in portalapp.xml
    <property name="HelpUrl" value="http://help.sap.com/content/documentation/netweaver/docu_nw_04s.htm">
              <property name="plainDescription" value="Help Link URL"/>
              <property name="category" value="Navigation"/>
            </property>
            <property name="ShowLogInLogOffLink" value="true">
              <property name="validvalues" value="4/true5/false"/>
              <property name="plainDescription" value="Show Link in Masthead: Log In / Log Off"/>
              <property name="longDescription" value="Show or hide the 'Log In' / Log Off' link displayed in the masthead iView at runtime."/>
              <property name="category" value="Navigation"/>
            </property>
            <property name="HelpUrl" value="http://help.sap.com/nw04 ">
              <property name="plainDescription" value="Help Link URL"/>
              <property name="category" value="Navigation"/>
            </property>
    This does not contain link https://www.xyz.com
    Does this mean that the mathead par I am having is wrong.
    Please suggest.
    Regards,
    Gary

Maybe you are looking for

  • Cl_gui_frontend_services= gui_download - wrong behaviour with Windows UAC

    Hello, we are using the method cl_gui_frontend_services=>gui_download to store files on the presentation front end (Windows Vista with UAC). When the user has no windows rights to the target directory and UAC is active, then the method gui_download s

  • PowerMac 7600 and PCI USB 2 Card

    About a year ago I upgraded my daughter's PowerMac 7600 with 512 of RAM and Sonnet Crescendo G4 1GHz Card. Using XPostFacto 4 I installed MacOS X Tiger. After resolving a few issues it's been a year of nice performance for this machine (with zero man

  • Downloading premiere pro c6 instead of CC

    I just got the creative cloud package yesterday. When I downloaded all the files, I noticed that it I got Muse cc, Photoshop cc, but I got Premier Pro C6 and not Premier Pro cc....

  • How to download Change request?

    Hi all, How to download change request from one r/3 server, and then upload to other r/3 server. I guess that it can do, but I don't find where to do? Thanks. Aaron

  • Why won't TimeMachine backup?

    Hi, all. I am using a standard MacBook Pro 15 inch with normal memory. I have a 320 GB My Passport and I've been using it in conjunction with TimeMachine. Yesterday, I tried to backup more data after uploading new pictures. However, it was disrupted