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

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

  • 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

  • How to create an URL link for product cancellation using an FM

    Hi,
    I have tried creating an external attachment i.e URL link for a workorder by triggering a custom FM by exporting business object type , order id ,realtion type , title and link with return parameter as a message .
    But i'm not being able to create URL link for workorder using the custom FM.
    Kindly please suggest some solutions regarding how the URL link can be created using an FM instead of manual creation.

    given that there can be a variety of reasons for something to crash, you can sometimes initialize a buffer by wiring a non-null data structure to the left terminal of the call library function node. for example, if the output is to be a string no more than 100 characters long, create a string that long of nulls, blanks or anything and attach that to the left terminal for that output. no guarantees, but i have seen that work.
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • 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.

  • 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

  • How to create a URL link in webdynpro?

    HI experts,
    I want to create a webdynpro DC that will point to KM links through a URL.Could you please suggest me the solution
    Thanks,
    Khyana Prabha

    Hi Amol,
    Thanks a lot for the solution.It helped me a lot .
    Thanks,
    Khyana Prabha

  • External url link indicators

    Is there a way to show an icon for URL items? I like the mime-type icons for documents (pdf, doc, etc) and I would like something similar for URLs.
    Wikipedia, for example, has little box-arrow icons next to links to indicate that it's an external link and not to another wikipedia page.
    Thanks.

    Which version of portal are you using?
    In 10.1.2 (and also 10.1.4 if you are not using an html content layout template in your item region), in the attributes for your item region, make sure you have the Item Type Icon selected as an attribute to display.
    In 10.1.4, if you are using an html content layout template in your item region, make sure to include the substitution tag #ITEM.ITEMTYPEICON.VALUE# in your template.
    Either of those will show the icon urlfile.gif when you publish a URL item. The image itself can be found in the portal's images directory on the web server.

  • External URL links not working in .exe

    I have created a training programme using Adobe Captivate 7 which includes hyperlinks to websites and documents on a DVD Rom as a .exe
    I have managed to open the documents, however the URL hyperlinks are not working. I have had these working in previous versions of Adobe Captivate without having to change any 'Global Settings'. The issue being that I can't expect all of the learners who take the course to change their Global settings when they use it.
    How come this has changed in the new version?

    I know you said you didn't need to set Flash Security in previous versions, but I've been using Captivate since version 1 and it's always worked this way for me.  Only if you publish to HTM/SWF and launch from a web server can you use Open URL actions on external files without needing to configure Flash Security.
    Check this page:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/how-to-set-up-flash-global -security

  • I want to create a url link in xcode 4 , but i don't want it to be put on the first story board view controller, any ideas please?

    I am trying to create an app with my new mac ,I am using xcode (new edition ) I have  looked on you tube to see how you can add a URL but it only allows me to do it on the first page ?

    Sorry the line:
    subGroup.addChild(lineSquare);
    should read:
    blackLines.addChild(lineSquare);

  • 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

  • Creating a URL Link that opens in a new Window

    HI all,
    Is there a way in Captivate 3 to have the user click an object that opens a URL in a new window?  By doing this the user can then close the new window and return to the CBT where she left off.  Right now, the URL opens in the same window and when she clicks back it returns her to the beginning of the CBT.
    Thank you in advance!
    Kris

    Hi there
    You may accomplish this in several ways in Captivate. If you are using a Button or Click Box object, there is a button to the immediate right of where you type the URL:
    Click this button and choose New.
    You will also likely want to click it again and DE-select the Continue playing project option.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • External url link

    Hi
    I have a standalone CAL application. I would like to have a
    button which when the user clicks on it, it will open up a web
    browser with url i.e.
    http://www.bbc.co.uk
    I tried to use the Internet Knowledge Objects > Launch
    Default Browser
    But when I run the CAL app, a window loads up asking for the
    location of the web browser application.
    Also I don't want to specify in advance what web browser, as
    our enduser will probably have various ones. Can't it just open up
    using the enduserd default web browser?
    Thanks
    Jon

    > I have a standalone CAL application. I would like to
    have a button which
    > when
    > the user clicks on it, it will open up a web browser
    with url i.e.
    >
    http://www.bbc.co.uk
    > I tried to use the Internet Knowledge Objects >
    Launch Default Browser
    > But when I run the CAL app, a window loads up asking for
    the location of
    > the
    > web browser application.
    > Also I don't want to specify in advance what web
    browser, as our enduser
    > will
    > probably have various ones. Can't it just open up using
    the enduserd
    > default
    > web browser?
    just ignore the KO. Use one or other of these:-
    JumpOutReturn("", "
    http://www.bbc.co.uk")
    or
    GoToNetPage("
    http://www.bbc.co.uk", "_blank")
    I see Erik mentions appending the trailing slash "/" ... if
    memory serves,
    *either* it may fial if you leave of the slash, *or* it may
    fail if you
    include it. My gut agrees with Erik - add the slash :-)
    Steve
    Adobe Community Expert: eLearning, Mobile and Devices
    My blog -
    http://stevehoward.blogspot.com/

Maybe you are looking for

  • Fuzzy logic 4 doesn't work with the KT4-SR!

    why ;( ?!

  • BTE for FB60 Transaction

    Hi Experts, I have a requirement for FI enhancements that is       user exit that should be triggered during AP Invoice entry via tr. FB60 and posting via tr. FBV2. Condition of user exit activation may be document type, say, HC (to be advised later)

  • SAP Sybase ESP - Error: Invalid URI at Example: Using a Simple Web Services (SOAP) Input Adapter

    Hello all, we need our help regarding the StockTrader example project that is delivered with SAP Sybase Event Stream Processor (Sybase ESP 5.1). we want to build a simple Web Service and follow the instructions as described in the Sybase Infocenter.

  • Output Blank

    Please help me . I've the problem as following : DEFINE GLOBAL: CONN_TEXT @TEXT1 @TEXT2 CONN_TEXT is a field on the template TEXT1 and TEXT2 are the global fields in the Datastream. It works perfect, if the fields TEXT1 and TEXT2 exist in the datastr

  • Missing Audio from FCP to Soundtrack Pro in Final Cut Studio 2

    I've been trying to edit a sequence from Final Cut Pro 6 in Soundtrack 2 by sending the sequence to soundtrack as a multitrack project. For some reason, when I send it, multiple audio files from the original sequence are completely missing, and I hav