Calling WebHelp Using URLs.

Hi Peter:
I have been reading your topic "Calling WebHelp Using URLs "
on your Web site. In that topic, your examples are URLs for Web
Help projects that are accessed from the drive on your local
machine.
I tried using your instructions to access WebHelp on a Web
Server by using:
http://abc.com/startpage.htm#target_topic_1.htm.
By doing this, the target topic opens up along with the TOC et al.
However, the TOC is not synchronized to the target topic.
Can you tell me what I am missing? BTW, I am using RH x5.
Thanks,
K

Thanks, Peter.
Step 8 of "Merging Webhelp" from your Snippet 1 resolved the
issue. Thanks so much.
Regards,
K

Similar Messages

  • Call report using URL incl. parameter

    Hello,
    i´m the CRM-expert in our company and i have not much experience with BW.
    We have in BW a report which shows information for one customer. The customer number is the selection criteria.
    Now i have the idea to open this BW-report from CRM 7.0 webclient UI - customer overview.
    It´s possible for me to open a URL from CRM Webclient UI. But i have no idea if BW allows to use parameters (customer-id) within the URL and how to URL has to look like?
    Thank you very much for your hinds.
    Best regards
    Manfred

    Hello Manfred,
    I think this link can be usefull to you: http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/ef05462480025ae10000000a1553f7/content.htm
    With the correct definition of the URL you should be able to call the BW report from CRM. Maybe an SSO certificate will be needed to prevent an additional login to the BW syste,
    Best regards
    Yannick

  • Posting data source name using url

    Hi!
    Is it possible to send different data source for report than the default one when i call report using url link?

    Hi
    Not currently supported - its on the list of to-dos thou - no date as yet
    Regards
    Tim

  • Calling tcode using link to url

    hi friends,
    i want to call tcode SE38 in webdynpro application by using linktourl.
    here i am going to
    shuffler
    system
    webgui in internet service
    and then right click on it then 
    publish->complete service.
    and later i am going to tcode sicf
    here i am giving the path  /sap/bc/gui/sap/its/webgui and activate it
    what is the need of giving the path here
    and who is going to give the path as default....?
    can anyone explain clearlly..
    Thanks in advance
    karunakar
    Edited by: bkarunakar on Jul 19, 2011 3:56 PM

    Hi Karunakar,
    Goto SICF.
    Select the path as : /sap/bc/gui/sap/its/webgui
    right click on webgui and click on "test" to execute the servies.it will open the sap screen in web browser.
    **NOTE : if it gives an error you need to do some setting Reply if you want the steps for setting.**
    create LINK to URL or LINK TO ACTION according to requirement.
    use URL as   URL = 'http://<url>:portno/sap/bc/gui/sap/its/webgui?~TRANSACTION=SE38'. //
    "Note : you can find this url in ur WEBDYNPRO Application Properies
    lo_api_component = wd_comp_controller->wd_get_api( ).
    lo_window_manager = lo_api_component->get_window_manager( ).
    ld_url = FINAL_URL.
    CALL METHOD lo_window_manager->CREATE_EXTERNAL_WINDOW
    EXPORTING URL = url
    RECEIVING WINDOW = lo_window.
    lo_window->open( ).
    Also check this...
    Re: Reg calling Transaction code in Webdynpro ABAP
    Cheers,
    Kris.

  • Calling WebHelp Topics using Map IDs didn't work

    Hi all,
    Can anybody please tell me what is it that I am doing incorrect:
    I created a sample web page and added the following to the head section:
    <script type="text/javascript" language=JavaScript1.2 src="context-WebHelp/RoboHelp_CSH.js">
    In the body, my link looked like this:
    <A href='javascript:RH_ShowHelp(0,"C:\Program Files\...\Help\Infolinxweb_help.htm>Mainwindow", HH_Help_Context, 10)'>Help</a>
    BTW: We have RH6
    Thanks,
    Sangeeta

    Hi Sangeeta.
    You'll find the correct syntax over at Peter Grainge's article on calling webhelp at:
    http://www.grainge.org/pages/authoring/calling_webhelp/using_map_ids.htm
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

  • Calling WebHelp from JS doesn't display content in frames

    Hi,
    We are using WebHelp on a UNIX server run from the cloud, to replace the original spartan-at-best, flat-HTML help content that was released with a web-based program, all of which was "context-sensitive" via mapping to #Name destinations within the old help  web page. To make it work, we have a JavaScript that maps the old #Name destinations to the new WebHelp MapIDs and redirects the old help web page to a subdirectory that has the WebHelp output files. But, it's not working correctly. If we invoke WebHelp via
    HH_DISPLAY_TOC, the new WebHelp opens within the frameset, but the context-sensitive mapping doesn't work.
    The programmer says we need a way to call help using a URL. So, I sent him what it says in the RH help system for programmers:
    RH_ShowHelp(0, "IQ_Help/util_en.html", HH_HELP_CONTEXT, HelpTag)
    I also sent him a PDF of the RH help topics for programmers about calling WebHelp.
    From what I gather reading the JavaScript (and I am NOT a programmer), he has set HelpTag as the variable for the Map ID that is provided in a .properties file.
    Tried unsuccessfully using the following ways of calling it (not as sequential lines of code, but as replacement methods of the same line of code):
    RoboHelp_ShowHelp(http://[servername]/IQ_Help/util_en.html, 0)
    RH_ShowHelp(0, "IQ_Help/util_en.html>UUGuide%20SPi",HH_HELP_CONTEXT, HelpTag)
    RH_ShowHelp(0, "IQ_Help/util_en.html>UUGuide%20SPi",HH_DISPLAY_TOC, HelpTag)
    http://[servername]/robohelp/rest/robowindow?wtype=ctx&context=HelpTag <-as a call to URL
    I'm sorry, I'm looking like a real idiot around here -- I really don't know much at all about Java or JavaScript, and I have never had to direct a programmer through how to get the help call to work, and I'm at the end of his patience with me... I don't know where else to turn...I need some insight from YOU.
    I thought about providing the text of the JavaScript here, but I don't know for sure whether it would show up as text, or how to make it an attachment that's safe. Please tell me...?
    Thanks in advance,
    Rene

    Hi there
    If all they want is to use URLs, see if this helps...
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Work without popup  when calling webhelp?

    Is there a way to start robohelp on a certain topic, with the
    navigation pane(pointing to this topic) without using the
    javascript API (RH_ShowHelp) only by using an URL ? (with params).
    Also generating no popus whatsoever.
    The reason we need this, is that we host the webpage in a
    WebBrowser control on our own form. (No popups allowed)
    If using the js api is the only way to show context sensitive
    help, how to control that the help is NOT shown in a popup but just
    in the originating HTML page?

    Welcome to the forum.
    Sure is. Take a look at my site under Calling Webhelp.

  • Open BI Publisher report  using URL View activity

    Hi,
    i need to call BI Publisher report and I want to use URL View activity (i followed instruction on http://oraclebizint.wordpress.com/2007/07/30/customizing-obi-ee-%e2%80%93-go-url-parameters/ but i can't have HTML Form inside af:form)
    But parameters on URL View activity are visible and i have to send username and pass..
    Is there another way?
    Tnx.
    Andreja

    Yes, I can put HTML form at top or bottom of page but i wanted to put in panelCollection (because of page design)....
    but I will think out something to look nicely too :)
    Tnx

  • CRM5.2 UI-Call a dynamic URL on button click

    Hi all, 
               My requirement is to call a dynamic url on the click of a button in the overview page. I have added a custom button in  the method  IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS , and the related code in do_handle_event.I have created a custom method for the button event. I have enhanced a custom controller and created an attribute.In the custom method created for the button event, I have written the code for retrieving the parameters to be passed to the url.
    In the layout of the view associated with the display view , I have written the following code for calling the URL in a new window.
    <%
    DATA: lr_cuco_EMA TYPE REF TO ZL_BP_CONT_BPCONT_IMPL,
          lv_url TYPE string,
          lv_url1 type string,
          lv_count type i.
      lr_cuco_EMA ?= controller->get_custom_controller( 'ZBP_CONT/BPCONT' ).
      check lr_cuco_EMA is bound.
      if lr_cuco_EMA->gv_VALUE is not initial.
      if lr_cuco_EMA->gv_COUNT IS NOT INITIAL.
      clear lr_cuco_EMA->gv_COUNT.
      endif.
      LV_URL = lr_cuco_EMA->gv_VALUE.
      Concatenate 'http:/' LV_URL  into LV_URL1.
      Concatenate '"http:/' LV_URL '"' into LV_URL.
        lv_count = lr_cuco_EMA->gv_COUNT mod '2'.
        if lv_count Ne 0.
      lv_url = lv_url1.
    endif.
      %>
         <scrpt language="Javascript">
            window.open(<%= lv_url%>).focus();
          </script>
       <%
             lr_cuco_EMA->gv_COUNT = lr_cuco_EMA->gv_COUNT + 1.
             clear lr_cuco_EMA->gv_value.
             clear lv_count.
             clear lv_url.
             clear lv_url1.
             ENDIF.
    %>
    But here my URl is getting called alternate times.If I do not write the code  by using the variable GV_COUNT the url is getting called only the first time of the button click  and to call the URL again you need to navigate back to the search page and again back to the overview page and click on the button.
    Can anyone help me regarding this? I want the URL to be called in a new page on every button click.
    Thanks in Advance,
    Chandana

    Hi Nisha,
    The crux of your issue here is that you want to call the event triggered with onClick before calling the event triggered on onClientClick. This can be achieved by the following code in the function called on the onClientClick.
    function fn_button()
               htmlbSL(this,2,'b_row_selection:onInputProcessing()');
               window.open("new_page",target="BLANK");
    Here, fn_button is the javascript function called on button click, and b_row_selection is the event triggered on the onClick event of row selection.
    Try this out and let us know if it works for you.
    Regards,
    Saurabh

  • How  to use url iview???

    how  to use url iview???
    HI all
    I need to use url iview as back button in the same page with saptransaction iview.
    url iview to used as back button to the home page.
    pl suggeest how to use url ivew....what sort of properties need to be  used.

    HI chander
    thank u for ur response
    I have done an  aplication in which  i have called sap transsaction ivew usind quick link property in .html(page) language.
    where we will be fetching saplogon server using this sap trans saction ivew into the portal frame work  .
    when i loging into the server and log off  with in the portal frame work i am not able to go to my aplication home page. since back/ forward link are disabled.
    atleast i want know how to enable those links.
    or else
    i thought to use url ivew along with sap transaction ivew with a  same page with diffrent layouts.but that is also fine.
    and one   more option  was
    i thought it to be used as pop up as so that when user  login and log off into the server  they will close  that seperate window.
    for that i have set the  ivew property
    "launch in a new window property As : display in a seperate head less portal window"
    but even that is also not working.
    i dont know y  that property is not working
    finally i have coded with java script , now i am able to open the portal in a seperate window but with headed portal.
    for that i have coded some thing like below mentioned.
    problem here is still i am getting the headed portal
    but i want head less portal.
    here headless in the sence i want it like the preview of the ivew.
    please help me in this regard how to get the head less portal when i click on the link.
    Regards
    Gayathri

  • Calling wrong BSP url in CRM PCUI

    Hey
    Im using CRM 4.0 PCUI 60.2 and issue with an event on the Quotation BSP. In this application you have the opportunity to print/preview an quotation. If i press this button, a new window opens with following URL:
    http://myhost:8003/sap/bc/bsp/sap/ml_preview.do?
    The problem is that this url is incorrect and i get an BSP error. The correct URL should be http://myhost:8003/sap/bc/bsp/sap/crm_ml_preview/ml_preview.do?
    How can i change this url? should i do it in the config of the PCUI ? In that case HOW? or is it possible to  make an alias in the transaction SICF?
    Best Regards
    Kristoffer Engh

    Hi,
    we've already done a rework of the marketing attributes screen by using the technique I've described in my Weblog <a href="/people/gregor.wolf3/blog/2005/05/27/use-crm-pcui-html-viewer-to-call-a-custom-url">Use CRM PCUI HTML viewer to call a custom URL</a>. But it has one drawback: You can't use the Save button of the PC-UI applicaiton. You have to provide your own. But the usability enhanchement is rearly great.
    Regards
    Gregor

  • Is it possible to hide Tabs by using Url in FPM_OIF

    Hi All.
    I am calling one Standard Application from my custom application.
    Standard Application has 8 tabs. There i want to hide some tabs by using URL.
    Is it possible to hide through url.?
    Regards,
    Jack.

    Issue Solved.
    Implemented Enhancement for Standard Component and Hiding tabs based on Custom URL Parameter.
    Regards
    Jack.

  • Call service with url /sap/opu/odata/SAP/GBAPP_POAPROVAL is intermittent

    Hello,
    I have problem: call service with url /sap/opu/odata/SAP/GBAPP_POAPROVAL is intermittent, same times it works and same times not work to any type the Approve Orders.
    We are Fiori SAP NetWeaver 7.40 and mobile client is version 1.2.4.
    I used in IOS.
    We are SAML2 using ADFS with Fiori. 'Using SAML 2.0 Authentication to Access Fiori Apps from the Public Internet' in
    SCN:http://scn.sap.com/docs/DOC-42915.
    I try to run like example and the same 1797736 - Troubleshooting Guidefor SAP NetWeaver Gateway,
    and I tested this URL in the SAP Netweaver Gateway Client (http://scn.sap.com/docs/DOC-47626), but appears "HTTP Open falied: INTERNAL_ERROR"
    How to solve this problem?
    Thanks,
    Sandra

    hi,
    if you got 2004s preview from this page
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6
    then it does not contain XI
    REgards,
    michal

  • Calling webhelp topic from command line

    Hi
    I've searched the list, but was unable to find any
    information about this.
    How do you call a webhelp topic from the command line? What
    syntax would I use?
    Thank you
    Nadine

    Try the topic on my site about Calling WebHelp.

  • How to make HTTP call to encoded URL?

    Hi expert,
    I need to make an HTTP call to this url submitted by
    <form action='http://www.ncbi.nlm.nih.gov/BLAST/Blast.cgi' enctype="application/x-www-form-urlencoded" method="POST" NAME="FormatForm" TARGET="Blast_Results_for_25530"><script src="../../../blastcgi.js"></script>
    if i use the action url in the form tag, it does not work. it looks like it is encoded by the enctype=.... is it possible to connect to this url? thanks.

    Do the first POST to Blast.cgi, with URL encoded parameters.
    Get the Refresh header from the response.
    Split the Refresh header into wait_time and next_url (find the ; and take two substrings)
    currentThread.wait(wait_time * 1000);
    next_url.openConnection().connect();
    Either you'll get your response, or you'll be told to wait longer (I don't know the details of Blast.cgi, you might need to loop).

Maybe you are looking for