Help button in WAD 7.X

Hi all, i'm creating standard Web templates in 7.X version of WAD and i'm unable to insert a button that call a web adress to go to a help page.
In 3.5 Version it was very easy, doing it by code... The only thing I have seen in the new version is to insert an hyperlink (Toolbar --> Insert --> Hyperlink) but this only create a text chain that appears in the layout and guides you to a web adress but the web adress is displayed in the same window and after that you are unable to go back to your report (furthermore the appearance of this hyperlink is poor).
So, do anyone know hoy to create a button that guides you to a web adress ??
Maybe linking a java script with a button link? But i have no idea about what code I need to obtain this...
Infinite thanks.
Edited by: AndresH_Garcia on Apr 1, 2009 6:53 PM

Hi,
we have done something like this to open a documentation for the WebReport (the documentation has the same name as the template).
Just insert a ButtonGroup-Item and a ScriptItem.
function executeDocumentation( currentState, defaultCommandSequence ){
var templName = sapbi_page.m_mainTemplateName;
var baseDir = "http://....directory of documents.../";
var docuFile = baseDir + templName + ".htm";
window.open (docuFile);
Link the function ExecuteDocumentation to your Button.
Regards,
Thomas

Similar Messages

  • Problem with Information button in WAD

    Dear Mates,
    I have a problem with Information button in WAD template.
    I have two queries in web template. those two queries are in two tabs( i used Tabstrip ) respectively.
    if i press first tab it shows query1 and if i press second tab it shows query2 absolutely.
    problem
    when i am in first tab, if i click information it will show information about query1, but when i am in second tab,
    if i click information it will show information about query1 only..
    i need it to show information about second tab.
    Please help. Its urgent. Full Reward points will be given.
    Thanks in advance.
    Regards,
    Ranganath

    check out this link
    http://www.mhprofessional.com/downloads/products/0071640266/0071640266_chap01.pdf

  • Send (eMail) button in WAD 7.x.

    Hi,
    I need some javascripting help for creating a button in WAD 7.x which sends a report as attachment by mail (default mail program).
    I cant use the broadcaster, because it's gives me the option to send a link.
    Can I use BSP instead and if so, howto setup this in WAD 7x?
    Thanks for your help. Regards,
    Coen.

    Hi,
    I can't get it to work. I created javascript function Testbla() . The parameters for the webitem button Action="Script Function" and Script Function = "Testbla". When I execute the template and click on the button, nothing happens in Mozzilla. In IE I receive a error on page. (Error "Object expected")
    Still the question exits:
    Howto create a "Send"-button that's sending the report by mail as a link or as a PDF attached?
    Thanks for your help,
    Coen.

  • Help button not working on R12

    Hi
    In my R12 envirionment, when I clicking on "help" button, is not working.
    View topic - Help on web giving blank page..
    Help me
    Thanks
    Neo
    Edited by: user10764313 on Dec 1, 2011 9:51 AM

    Please post the details of the application release, database version and OS.
    In my R12 envirionment, when I clicking on "help" button, is not working.Not working means?
    Was this working before? If yes, any changes been done recently?
    Can you find any errors in the database/apache log files?
    Can you reproduce the issue from different machines using different browsers?
    Help mePlease elaborate more.
    Thanks,
    Hussein

  • Help button is not working in Infoview

    Hi All ,
    I am working on BO XI R2 environment and help button is not working properly in my infoview.
    I can get help files from Admin console but the same is not true with infoview.I got two different server installations, one of them its working fine but not for the other.
    I checked for help files in IIS and they are there , even I verified web.config file as well for infoview and it also seems to be correct.
    Please advice what could be the reason.
    Thanks,
    Vivek.

    CLOSED

  • Refresh Button on WAD

    Hi friends !
    How can i make to put a refresh button on wad ?
    Thanks.
    Fabrício

    Hi,
    you could use standard HTML to hide the button group.
    <div style="display:none">
    </div>
    Regards
    Steve

  • How do I get adobe pdf to connect and appear back on Microsoft Oulook next to the help button?

    Adobe Acrobat 9 is on most of our computers and is connected
    to Micrsoft Oulook email because the adobe pdf button is next to the help button in Oulook.  For some reason it has disappeared on one of the computers and don't know why and now how do we fix that?  Thank you for any help on this.

    Hi "law12",
    Could you please check if PDFMaker(s) are supported on the version of Office installed on that m/c? Kindly refer http://kb2.adobe.com/cps/333/333504.html.
    If it is a supported version, check if the PDFMaker Add-In is not disabled somehow: Go to HELP > DISABLED ITEMS > Check for the PDFMaker entry, if it is there, enable it > re-launch Outlook.
    Thanks!

  • How to delete help button in the wizard and dialogs.

    Hello,
    I am trying to delete the Help button in the wizard and dialogs provided by bibeans and having problems. Can someone give me an advise regarding the following three issues please? Thank you.
    bibeans:bibeans903a
    JDeveloper:JDeveloper903
    1)Deleting the Help Button from the Print Dialog.
    I'm using "oracle.dss.dataView.gui.PrintDialog" for the Print Dialog and this class has method to delete the Help button(setHelpEnabled(Boolean)).
    But, the Help button is always displayed even when I set false for this method like below.
    PrintDialog.setHelpEnabled(false);
    2) Deleting the Help button from Open Dialog and BI Explorer.
    I am using "PersistenceObjectChooser" class for Open Dialog and "Explorer" class for BI Explorer. But, these classes does not have a method to delete the Help button like the PringDialog class has. How can I delete the Help button for these dialogs?
    3) Deleting the Help button from Calculation Builder.
    I am using "CalcBuilderStepStorage" class to build a calculation and trying to delete the Help button like this.
    ((DefultBuilderDialog)calcBuilderStepStorage.getContainer()).getWizard().setHelpAvailable(false);
    But, again the Help button will be displayed

    hi,
    Use this code..
    REPORT  Z_TEST999                               .
    DATA itab TYPE TABLE OF sy-ucomm.
    PARAMETERS test(10) TYPE c.
    AT SELECTION-SCREEN OUTPUT.
      APPEND: 'E' TO itab.
      CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
           EXPORTING
                p_status  = sy-pfkey
           TABLES
                p_exclude = itab.
    Regards,
    Sailaja.

  • BADI for Changing STANDARD Dcoumentation " HELP Button in MIGO Transaction

    Hi Friends,
                     I have a requirement in MIGO Transaction,I have to change the standard help documentation if  presses HELP Button and  I have to place my Help Documents.
    Is there any BADI or User Exit or SPRO Settings or Any Class...?
    Thanks In Advance

    did you check this one MB_GOODSMOVEMENT?
    also exchange rates needs to be changed at Purchase order level and those will be reflected while creating MIGO.

  • Adobe acrobat pro 9 help button shows no table of contents

    When I open adobe acrobat pro 9 and select the help button the help window opens but there is no table of contents and if I try to search for a topic nothing happens... Any help here?

    Have you tired Adobe Acrobat 9 Pro ?
    If there are Icons in the upper left of the screen, try some of them.

  • Error in search help button at selection-screen

    hi all,
    i have a small issue.
    i have created a seach help button in selection screen .
    my code is as bellow.
    TYPES: BEGIN OF ty_ZSD_SNID,
           KUNNR TYPE KUNNR,
           BAREA TYPE WERKS_D,
          END OF ty_ZSD_SNID.
    DATA : it_z TYPE STANDARD TABLE OF ty_ZSD_SNID.
    selection-screen : begin of block b with frame title text-000.
    select-options : skunnr for zsd_snid-kunnr.
    parameters :     pbarea like zsd_snid-barea obligatory.
    selection-screen : end of block b.
    INITIALIZATION.
      SELECT KUNNR BAREA FROM ZSD_SNID INTO TABLE it_z.
      SORT it_z BY BAREA KUNNR.
      DELETE ADJACENT DUPLICATES FROM it_z COMPARING BAREA KUNNR.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR SKUNNR-low.
      IF it_z[] IS NOT INITIAL.
        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
                 EXPORTING
              DDIC_STRUCTURE         = ' '
                   retfield               = 'KUNNR'  " data base table field name
              PVALKEY                = ' '
                  dynpprog               = sy-repid " program name
                  dynpnr                 = sy-dynnr          "screen name
                  dynprofield            = 'SKUNNR-LOW'  " layot field name
              STEPL                  = 0
              WINDOW_TITLE           =
              VALUE                  = ' '
                  value_org              = 'S'
              MULTIPLE_CHOICE        = ' '
              DISPLAY                = ' '
              CALLBACK_PROGRAM       = ' '
              CALLBACK_FORM          = ' '
              MARK_TAB               =
            IMPORTING
              USER_RESET             =
                 TABLES
                   value_tab              = it_z[]   " internal talble name
              FIELD_TAB              =
              RETURN_TAB             =
              DYNPFLD_MAPPING        =
            EXCEPTIONS
              PARAMETER_ERROR        = 1
              NO_VALUES_FOUND        = 2
              OTHERS                 = 3
        IF sy-subrc  <> 0.
         MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                 WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      ELSE.
        MESSAGE E000(zsdsn).
      ENDIF.
    my issue is , its working properly if records are there in my z table.
    if no records are there in the table then if i do comment the last message statement then its working.
    if i do uncomment like the above code, then its dumming.
    what i should i do ??
    kind regards

    closed because of no answer.

  • I'm trying to loack a document with mac os x 10.6.8  They only have infor. on how to lock it with lion 7.0 on the help button.  Can I lock it with snow leopard?

    I'm trying to lock a document with mac os x 10.6.8  I only found infor. on how to lock a document with os x lion 7.0 on the help button.  Can I lock it with 10.6.8 operating system?

    Thank you.  I did what you suggested and it worked. 

  • I just downloaded Itunes 64-bit. When I hit the Help button it freezes and nothing. Also I get an error message, that I am not connected online, which I am. What is going on? Please help. Thanks

    I am having problem with my Itunes 64-bit. The help button is not working. I also have an error message, that I am not connected to the website. I have good connection. My Home sharing error (-2146893032) and my network connection error (0X80090318). I have Windows 7 OS Home Premium. Model Dell Inspiron560S. Pentium(R) Dual Core CPU E5400 @2.70GHz. (Ram) 4.00GB. I removed the Itunes 32-bit and replaced 64-bit according to apple support page.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99425)

  • How to create a help button for downloading a help file in OA Framework

    Hi all
    I want to create a help button for downloading a help document.Plz suggest me how to do it.
    Thanks
    Bhupendra

    Create a button of type "button",set the destination url property to the place u have kept the file.But ur file should be anywhere in Common_top.If this file is stored as blob u can use messagedownload bean.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Composer shows only Help button

    I have two 11.1.1.4 environments. When I go to bpm\composer, I am able to login with weblogic but neither one shows me any buttons besides the Help button. I have tried changing the ServerURL in the beans, also made sure my user was in the SOAComposer role.
    Where do I go next?

    Hi,
    This is a known bug on the embedded AP on the 881W -- CSCtc94776. It occurs on software version 12.4(21a)JA1 -- what version of software is running on your AP?
    The recommended resolution is to upgrade the AP module (not the router) to version 12.4(25d)JA1.
    The image name is :
    ap801-k9w7-tar.124-25d.JA1.tar
    And you can initiate the upgrade from the AP CLI:
    archive download-sw /force /over tftp:///
    -Patrick Croak
    Wireless TAC

Maybe you are looking for

  • Side-scrolling photo gallery on iweb????

    I have created a site on IWeb, and have several pictures on the site (www.sharonrai.com) and I would like to make a side-scroll on the side with all my pictures from each section on it, so you can view all the pictures in a glance on the side, and if

  • Safari will not go to nexxt page on Ebay and gives me this message ..

    .....Safari can't open the page "http://my.ebay.co.uk/". The error was: "cannot decode raw data" (NSURLErrorDomain:-1015) Please choose Report Bugs to Apple from the Safari menu, note the error number, and describe what you did before you saw this me

  • Find specific tab

    So I'm a bit of a tab fanatic. Let's say I have five Safari (v7.0.2/Mavericks) windows minimized in my dock. And each one contains 10 tabs. How can I see a listing of all my tabs?

  • Need new Moc OS X disk

    hey i am a marine in iraq right now and im trying to put in a new internal hardrive in my macbook. i have the original instal disk that came with my macbook when i bought it about 8 months ago, but durring travel something got messed up on it. it sta

  • Shift Operator

    what are shift operators? and how these are implemented?