External URL Link Into HTMLDB Application

Hi,
I have a non htmldb application that I want to link into my htmldb application via a url so I can run a report, in order to run this report I need to feed in some variables
This link i am using is
http://dev.oraclecorp.com/pls/aitmarvel/f?p=100:8:::::P8_REFRESH_HEADER_ID,P8_SR_NUMBER,P8_TARGET:82,3526357,ADMAT
The variables being
P8_REFRESH_HEADER_ID,P8_SR_NUMBER,P8_TARGET
in this case I want populated with
82,3526357,ADMAT
It goes through single sign on OK and then displays the correct page but the variables have been stripped off.
Any ideas??
Thanks ANDY

Hi,
are there any ideas out there to this question?
I am having exactly the same problem.
What I additionally noticed is that when you hit the link
for a second time, the parameters are passed fine.
It seems to work only when a htmldb session already exists for the application.
I am using "HTML DB as Partner Application".
I have a feeling this problem is more related to the
Single Sign On server...
Thx, Michael

Similar Messages

  • How to add external URL link to SAP object (Purchase Order, Invoice, etc)

    Hello,
    Is there any function module /BAPI that allows me to add an external URL link to a existing Purchase Order
    or Invoice document in R3 system?
    I tried to debug the system but have not found no suitable function module for it.
    I also analyzed the ABAP code of the small GUI window that allows to add a external URL link to
    a Purchase Order, and found the function module SO_OBJECT_INSERT. However I could not debug
    it (seems to be created with BOR objects) so I've no example for it.
    Please help!
    Regards,
    Manuel Dias

    CONSTANTS:
        c_http(36)    TYPE c VALUE '/BpHttpApis/slaphapi?ibmperson/(uid=',
        c_listxml(12) TYPE c VALUE ').list/byxml',
        c_value(5)    TYPE c VALUE 'value',
        c_cn(2)       TYPE c VALUE 'cn',
        c_mail(4)     TYPE c VALUE 'mail',
        c_em_num(19)  TYPE c VALUE 'managerserialnumber',
        c_em_cou(18)  TYPE c VALUE 'managercountrycode'.
      DATA  client          TYPE REF TO if_http_client.
      DATA  url             TYPE string.
      DATA  xbuffer         TYPE xstring.
      DATA  l_value         TYPE zchar2000.
      DATA  l_value_string  TYPE string.
      DATA  content         TYPE string .
      DATA  rows            TYPE STANDARD TABLE OF string.
      DATA  wa_rows         TYPE string .
      DATA  conv            TYPE REF TO cl_abap_conv_in_ce.
      DATA  ixml            TYPE REF TO if_ixml.
      DATA  streamfactory   TYPE REF TO if_ixml_stream_factory.
      DATA  parser          TYPE REF TO if_ixml_parser.
      DATA  istream         TYPE REF TO if_ixml_istream.
      DATA  document        TYPE REF TO if_ixml_document.
      DATA  node            TYPE REF TO if_ixml_node.
      DATA  xmldata         TYPE string.
      DATA  iterator        TYPE REF TO if_ixml_node_iterator.
      DATA  nodemap         TYPE REF TO if_ixml_named_node_map.
      DATA  attr            TYPE REF TO if_ixml_node.
      DATA  name            TYPE string.
      DATA  prefix          TYPE string.
      DATA  value           TYPE string.
      DATA  indent          TYPE i.
      DATA  count           TYPE i.
      DATA  index           TYPE i.
      url = 'http://bluepages.ibm.com'.
      CLEAR: l_value_string, l_value.
    ***Create the HTTP client
      CALL METHOD cl_http_client=>create_by_url
        EXPORTING
          url    = url
        IMPORTING
          client = client
        EXCEPTIONS
          OTHERS = 1.
      IF sy-subrc <> 0.
    Create the HTTP client failure, sy-subrc =
        MESSAGE i005(zm) WITH text-026 sy-subrc.
        EXIT.
      ENDIF.
      CONCATENATE c_http
                  p_accnt
                  p_couty
                  c_listxml
                  INTO l_value.
      l_value_string = l_value.
    ***Get employee information
      CALL METHOD client->request->set_header_field
        EXPORTING
          name  = '~request_uri'
          value = l_value_string.
      client->send( ).
      client->receive( ).
    ***Load to xstring
      CLEAR xbuffer .
      xbuffer = client->response->get_data( ).
      conv = cl_abap_conv_in_ce=>create( input = xbuffer ).
      conv->read( IMPORTING data = content ).
    create the ixml main factory
      ixml = cl_ixml=>create( ).
    create a stream factory
      streamfactory = ixml->create_stream_factory( ).
      xmldata = content.
    create a input stream
      istream  = streamfactory->create_istream_string( string = xmldata )
    create a ixml document
      document = ixml->create_document( ).
    create a xml parser
      parser  = ixml->create_parser( document       = document
                                     stream_factory = streamfactory
                                     istream        = istream ).
    parse the xml document into DOM tree
      IF parser->parse( ) <> 0.
    parse the xml document into DOM tree failure
        MESSAGE i005(zm) WITH text-027.
        EXIT.
      ELSE.
        node ?= document.
        IF node IS INITIAL.
    To be done
        ENDIF.
    create a node iterator
        iterator  = node->create_iterator( ).
    get current node
        node = iterator->get_next( ).
    loop over all nodes
        WHILE NOT node IS INITIAL.
          indent = node->get_height( ) * 2.
          indent = indent + 20.
          CASE node->get_type( ).
            WHEN if_ixml_node=>co_node_element.
          element node
              name    = node->get_name( ).
              nodemap = node->get_attributes( ).
              IF NOT nodemap IS INITIAL.
            attributes
                count = nodemap->get_length( ).
                DO count TIMES.
                  index  = sy-index - 1.
                  attr   = nodemap->get_item( index ).
                  name   = attr->get_name( ).
                  prefix = attr->get_namespace_prefix( ).
                  value  = attr->get_value( ).
                ENDDO.
              ENDIF.
            WHEN if_ixml_node=>co_node_text.
    User name
              IF name  = c_value AND
                 value = c_cn.
          text node
                value  = node->get_value( ).
                p_name = value.
              ENDIF.
    User email
              IF name  = c_value AND
                 value = c_mail.
          text node
                value  = node->get_value( ).
                p_email = value.
              ENDIF.
    Employ serial number
              IF name  = c_value AND
                 value = c_em_num.
          text node
                value  = node->get_value( ).
                p_em_num = value.
              ENDIF.
    Employ country code
              IF name = c_value AND
                 value = c_em_cou.
          text node
                value  = node->get_value( ).
                p_em_cou = value.
              ENDIF.
          ENDCASE.
      advance to next node
          node = iterator->get_next( ).
        ENDWHILE.
      ENDIF.

  • Design-Time Data with external url linking

    I have a data list here:
    http://facetmedia.com/new/
    In the portfolio section I would like to make links which are clickable for the portfolio items. I now know how to use Flex Builder to make external URL links for regular buttons. What I don't know is how to edit this data list to create external links. Any help would be appreciated.

    Hi trancepriest,
    First, if you haven't already, you probably want to read some of the other posts here about creating a URL link button.  Once you've tried doing that and feel comfortable setting up a simple URL link in a test project, then you can move on to integrating this functionality into your list.
    Now -- the rest depends on how the data is represented in your list.  From some of your other posts here, it actually sounds like you're no longer using a list at all, but rather just a tall layout of hardcoded items set inside a scrolling viewport.  If this is the case, you can just repeat the simple button creation you did above, placing all the buttons in the appropriate places in your tall layout (on top of / next to each distinct "item" in the layout).
    If you're still using a Data List with a Repeated Item, then the initial setup will be a little bit more tricky, but it will save you time in the long run since you only have to set up one button (which will then be repeated for each item).  Here's how:
    Find the "dataProvider" tag in the code.
    Inside that will be a series of "Object" tags listing your current list data.  Add a new "url" attribute to each tag, e.g. url="http://www.adobe.com".
    Edit the Repeated Item's definition (in the source code, find the itemRenderer attribute on the List tag and ctrl+click it).
    Create your URL link button inside there. But -- instead of typing in the URL as a string in quotes (as seen in other examples in this forum), use data.url to refer to the url attribute you added in step 2.
    Hope that helps!
    - Peter

  • Is it possible to insert a url link into the itunes description tag. I want the user to be able to access my webpage from within itunes

    Hi,
    Is it possible to insert a url link into the itunes description tag in a feed. I want the user to be able to access my webpage from within itunes
    Thanks

    In the next release, we will be making adding our Measurement Studio components to existing projects much easier, but for now what you would need to do is add the support for Measurement Studio to your MFC project manually as detailed in our Knowledgbase at:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/0cb6707522e92c958625689e0052bb77?OpenDocument
    Best Regards,
    Chris Matthews
    Measurement Studio Support Manager

  • How do I insert a URL link into a text document

    How do I insert a URL link into a Word document

    Don't have Word available to test, but it seems to depend on the program.
    In Pages and TextEdit, if you drag the favicon from the addrss box in your browser into the document, it will be pasted in already formatted as a clickable link expressed in plain text. The favicon (I think that's the name for that element) is this item -
    However, in AppleWorks 6.2.9, all that did was drop the raw URL into the document; and it is non-clickable, just text. In AW 6 you need to type the plain-text name for the link (how you want the underlined bit to appear), select that, then go to the Format menu and select Create Link, from it choosing Internet. In the new screen, the linkname will already be entered in the upper box; paste the URL into the lower box, and it's done.

  • How can i add url link in an application.

    Hi,i want to add link in an application mean i want to add url link in JFrame.thanks

    add a JLabel to the frame like
    String link = "<html><body><a hreff=put your link here>click here</a></body></html>"
    JLabel myLable = new JLabel( link );enjoy ;-)

  • External URL link in Request header page

    Hi Experts,
    I know that with transaction launcher in solman we can connect to external URL in navigation area, but I want to publish the same link within the Request header page, as a URL. Any thoughts ?
    Thanks in advance.
    Jignesh

    Got it, by adding the below code in the GET_P_xxxx method of the attribute
    CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter=>fp_sortable.        "This column is not sortable
          rv_value = 'false'.                                   "#EC NOTEXT
        WHEN if_bsp_wd_model_setter_getter=>fp_disable_filter.  "Disable filter
          rv_value = 'true'.                                    "#EC NOTEXT
        WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
    * -> field type: client click
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_link.
        WHEN if_bsp_wd_model_setter_getter=>fp_onclick.
    * -> onClick
    ** Get the path name
    rv_value   = "'http://www.google.com'.
      ENDCASE.

  • Insert URL link into SMARTFORMS and retrive the picture linked to the URL

    Hi Guys,
    I have the following problem:
    I have a URL link and I want to set this link into the smartforms and
    I want to retrieve the picture linked to the URL and display the picture in the print.
    Is it possible?
    Thanks for your support.
    Best regards,
    Giulio

    Hi
    Check the Tcodes
    OAOR and
    SMW0
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Firefox opening links into certain applications

    Is it possible to make Firefox open certain links in other installed applications? for example open the Google play application link into the Google play, not in Firefox.

    Try to ask in the daily thread or create a new thread on the MozillaZine Builds forum, maybe someone there knows an answer.
    *http://forums.mozillazine.org/viewforum.php?f=23
    You need to register on the MozillaZine forum site in order to post at that forum.

  • How to create an external url link with my pdf in acrobat pro

    I have no pb with adobe non pro to create an external web link which is connected to my pdf ( but internal link inside my pdf doesn't work ! ) , but I can't find in adobe pro, and further more I need  to have inside my pdf  another link  which must be connected to a web site
    Is there anyone to help a french guy ? Thanks to you

    Hi jeromemonange,
    Here is some information about creating hyperlinks in a PDF, both to external sources, such as a website, or to another page within the PDF: http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7cb7.w .html
    Please let us know how it goes.
    Best,
    Sar

  • Unresolved external when linking of wxWidget applications

    Hi everyone,
    I have a problem linking a wxWidget application with the sunstudio tools. Everything regarding wxWidget will throw linking errors although all libraries have been added to the linker options in the linking stage. If I switch to the GNU CPP environment everything compiles fine.
    Help is greatly appreciated!
    Thanks in advance!!!
    Cheers,
    Here is my linking output from sunstudio
    hal9000 --> Job output
    mkdir -p dist/Debug/Sun12-Linux-x86
    CC -o dist/Debug/Sun12-Linux-x86/wxwidgets build/Debug/Sun12-Linux-x86/myApp.o -lpthread -ldl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8
    (/home/zak/SunStudioProjects/wxWidgets)build/Debug/Sun12-Linux-x86/myApp.o:
    :(/home/zak/SunStudioProjects/wxWidgets)build/Debug/Sun12-Linux-x86/myApp.o
    build/Debug/Sun12-Linux-x86/myApp.o: In function `MyFrame':/home/zak/SunStudioProjects/wxWidgets//myApp.cc:32: undefined reference to `wxFrame::~wxFrame #Nvariant 1()'
    build/Debug/Sun12-Linux-x86/myApp.o: In function `wxCreateApp':/home/zak/SunStudioProjects/wxWidgets//myApp.cc:75: undefined reference to `bool wxAppConsole::CheckBuildOptions(const char*,const char*)'
    build/Debug/Sun12-Linux-x86/myApp.o: In function `main':/home/zak/SunStudioProjects/wxWidgets//myApp.cc:75: undefined reference to `int wxEntry(int&,char**)'
    ...

    gmake has syntax extensions that dmake doesn't understand., You can try the makefile and see what happens. (Not all gmake makefiles use the extensions.)
    But you can use gmake with Sun Studio. You need only adjust the macros to use Sun Studio compilers and options. If you are more comfortable with gmake than with dmake, there is no need to switch.

  • Inserting a url link into a file made in swish - swf

    Hi everyone - i made asmall swf in Swish -
    I want it to go to a link when the user clicks on it
    Can't seem to work it out
    Any advice most appreciated
    Mark

    quiero mas wrote:
    > Hi everyone - i made asmall swf in Swish -
    > I want it to go to a link when the user clicks on it
    >
    > Can't seem to work it out
    >
    > Any advice most appreciated
    >
    > Mark
    You need to embed the url link within the swf itself. The way
    I used to
    do it was draw a transparent button over the whole aera of
    the swf and
    attached the url to that. Get_url I think.
    I can't exactly remember the steps to produce the results but
    that the
    direction you should be lookin in. Maybe ask on the Flash
    forum for
    specific steps.

  • External URL links from T. Bird E mail program will not open in Firefox. Why not ?

    I switched browsers from Opera to the latest Firefox. I open my Thunderbird email program, attempt to link to a newspaper article URL or a link to any other site and FireFox does not open. I'm using Windows XP(SP3), Thunderbird v.8.0 and Firefox 8.0.1. I've tried modifying the profile, i.e. deleting parent lock and mime types.rdf files, as suggested in various places, unchecking read only attributes in folders, etc. but nothing has effected a change.
    No problems in opening links with my old browser.

    In about:config, browser.link.open_newwindow.override.external is set at -1.
    Yes, Firefox is already open when I click on the link embedded into an email message. If I copy and paste the link, it opens the web page with no problem. Also, if I right-click on the link in the email (usually embedded behind a button) and select "Open Link Behind Mail," it will also open the web page, however it does not jump to a Firefox window, I need to go there manually.
    If Firefox is closed when I click on the link in the email message, the browser will open with the linked web page.
    Here are all my browser.link.open settings:
    browser.link.open_newwindow;3
    browser.link.open_newwindow.disabled_in_fullscreen;true
    browser.link.open_newwindow.override.external;-1
    browser.link.open_newwindow.restriction;2

  • Archive Link and external URL Link

    Hi,
    we use Archive Link, NO own documents (like CV01N,..). We want to define different document types (oac2) and link them to via url to an external webserver, the user should see the doc in the normal attachment list.
    Doc Typ    url
    DOC1        http://www.xsfd.wer/show?...
    DOC2        http://www.ssdfs.ver/show?
    In oac0 (definition content rep) there is an subtyp called "URL", looks like it could be this kind of rep? All  solutions and hints I found where based on DMS/KPRO not ArchiveLink. I don't want to use link to external Document via GOS.
    Regards,
      Christian

    Dear all,
    no, I found no solution to access automatically! And I was not able to find a definition of the "URL" Repository.
    Best regards,
      christian

  • Pa30 create external url link ( mass opload

    Has anyone been able to upload multiple attachments from a spread sheet to this transaction. Obviously using the function upload. I think the function module that I will need to use is called BDS_BUSINESS_DOCUMENT_CREA_URL.
    I have passed the following to the function module
    classname bus1065
    classtype bo
    client 210
    object_key personell_number 00080063
    and in the next section I am creating a url.
    When I run the function module it seems to be populating the trans pa30 with an attachment but it doesnt have a dynamic link and when you select an attachment you get an info message saying attachment link could not be uploaded.
    Can anyone help with this issue, I will be grateful if you could send me some sample parameters to get the test of the function module working properly>?

    Hi jeromemonange,
    Here is some information about creating hyperlinks in a PDF, both to external sources, such as a website, or to another page within the PDF: http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7cb7.w .html
    Please let us know how it goes.
    Best,
    Sar

Maybe you are looking for

  • PDF Scanned in a PDF Text document?

    How can I convert a PDF Scanned file in a PDF text document?? Regards

  • Wf mails are not sent

    Hi Workflow mails are not sent. The global preference was set as Do not send emails, we changed the same to mail with attachments. After that we ran resend failed or undelivered messages request. Even then the messages are not sent. mail_status is nu

  • Error Creating Invoices with more than 1000 positions

    Hello. I am creating invoices in SD module with VF01 transaction.  When the document has more than 1000 positions an error is displayed. The text of the error is: Memory area p.status GUI SAPMV60A SM is too small. área memoria p.status GUI SAPMV60A S

  • Center HTML Report

    Hi, I want to know if is possivel to center the HTML generated by Reports. I'm developing the report for a resolution of 800x600, but if I want to view the report in 1024x786 the report is align at left and not (as i want) at center. Carlos Dias

  • WF: Object DECISION Method PROCESS - stays in status in process forever

    Dear Friend, Could you, please, give me any ideas why Workflow Task based on business objects/method DECISION->PROCESS stays in status in process? It happens after upgrade to ERP2005 from 4.6c. In old version it works perfectly. Thanks a lot for help