Attachment URL as hyperlink

Hi
I am creeating a data view in sharepoint designer; its showing multiple items which I intened to style later;
Each item has a PDF file attachment, I'd like the Tile to open this attachment when clicked, is this possible, I;ve seen some examples of getting the attchment URL but nothing that allows you to use it in a link; heres some of the code so you can have an
idea;
Id like the link on @Title to be that of the URL of the attachment but not sure if this is possible as Im having now luck
   <a href="<xsl:value-of select="@Title"/">"><xsl:value-of select="@Title"/> </a><br />
              <xsl:value-of select="@Post_x0020_Number" disable-output-escaping="yes"/><br />
              <xsl:value-of select="@Closing_x0020_Date" disable-output-escaping="yes"/> <br />
              <xsl:value-of select="@Post_x0020_Number" disable-output-escaping="yes"/> <br />
              <xsl:value-of select="@Salary" disable-output-escaping="yes"/><br />
              <xsl:value-of select="@Hours" disable-output-escaping="yes"/><br />
              <xsl:value-of select="@Tenure" disable-output-escaping="yes"/><br />
              <xsl:value-of select="@Tenure" disable-output-escaping="yes"/> <br />
              <xsl:value-of select="@Department" disable-output-escaping="yes"/><br />
              <xsl:value-of select="@Location" disable-output-escaping="yes"/><br />     
Thanks

Futher to this; Ive got this working but is there a way to filter the items?
I'd like to show only the items whose field 'Audience' euals 'Support', is this possible? here is the code so far;
<WebPartPages:DataFormWebPart runat="server" IsIncluded="True" AsyncRefresh="True" FrameType="None" NoDefaultStyle="TRUE" ViewFlag="8" Title="DataView 1" PageType="PAGE_NORMALVIEW" __markuptype="vsattributemarkup" __WebPartId="{AD914856-9C77-4AFF-ADD6-EDD49B04C9D4}"
id="g_ad914856_9c77_4aff_add6_edd49b04c9d4" __AllowXSLTEditing="true" WebPart="true" Height="" Width="">
  <DataSources>
    <SharePoint:SPDataSource runat="server" DataSourceMode="List" UseInternalName="true" UseServerDataFormat="true" selectcommand="&lt;View&gt;&lt;/View&gt;" id="spdatasource1">
      <SelectParameters>
        <asp:Parameter Name="ListID" DefaultValue="B66E05C2-CC41-499A-A789-31BA0F507C69"/>
      </SelectParameters>
      <DeleteParameters>
        <asp:Parameter Name="ListID" DefaultValue="B66E05C2-CC41-499A-A789-31BA0F507C69"/>
      </DeleteParameters>
      <UpdateParameters>
        <asp:Parameter Name="ListID" DefaultValue="B66E05C2-CC41-499A-A789-31BA0F507C69"/>
      </UpdateParameters>
      <InsertParameters>
        <asp:Parameter Name="ListID" DefaultValue="B66E05C2-CC41-499A-A789-31BA0F507C69"/>
      </InsertParameters>
    </SharePoint:SPDataSource>
  </DataSources>
  <datafields>@Title,Title;@Post_x0020_Number,Post Number;@Start_x0020_Date,Start Date;@Closing_x0020_Date,Closing Date;@Closing_x0020_Date_x0020__x002d_,Closing Date - Ongoing;@Salary,Salary;@Hours,Hours;@Tenure,Tenure;@Department,Department;@Location,Location;@Audience,Audience;@Attachment,Attachment;@Comments,Additional
Comments;@ID,ID;@ContentType,Content Type;@Modified,Modified;@Created,Created;@Author,Created By;@Editor,Modified By;@_UIVersionString,Version;@Attachments,Attachments;@File_x0020_Type,File Type;@FileLeafRef,Name (for use in forms);@FileDirRef,Path;@FSObjType,Item
Type;@_HasCopyDestinations,Has Copy Destinations;@_CopySource,Copy Source;@ContentTypeId,Content Type ID;@_ModerationStatus,Approval Status;@_UIVersion,UI Version;@Created_x0020_Date,Created;@FileRef,URL Path;@ItemChildCount,Item Child Count;@FolderChildCount,Folder
Child Count;@AppAuthor,App Created By;@AppEditor,App Modified By;</datafields>
  <XSL>
    <xsl:stylesheet xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:d="http://schemas.microsoft.com/sharepoint/dsp" version="1.0" exclude-result-prefixes="xsl
msxsl ddwrt" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" xmlns:asp="http://schemas.microsoft.com/ASPNET/20"
xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:SharePoint="Microsoft.SharePoint.WebControls" xmlns:ddwrt2="urn:frontpage:internal">
      <xsl:output method="html" indent="no"/>
      <xsl:decimal-format NaN=""/>
      <xsl:param name="dvt_apos">&apos;</xsl:param>
      <xsl:param name="ManualRefresh"></xsl:param>
      <xsl:variable name="dvt_1_automode">0</xsl:variable>
      <xsl:template match="/" xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:d="http://schemas.microsoft.com/sharepoint/dsp"
xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:SharePoint="Microsoft.SharePoint.WebControls">
        <xsl:choose>
          <xsl:when test="($ManualRefresh = 'True')">
            <table width="100%" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td valign="top"><xsl:call-template name="dvt_1"/>
                </td>
                <td width="1%" class="ms-vb" valign="top"><img src="/_layouts/images/staticrefresh.gif" id="ManualRefresh" border="0" onClick="javascript: {ddwrt:GenFireServerEvent('__cancel')}"
alt="Click here to refresh the dataview."/></td>
              </tr>
            </table>
          </xsl:when>
          <xsl:otherwise>
            <xsl:call-template name="dvt_1"/>
          </xsl:otherwise>
        </xsl:choose>
      </xsl:template>
      <xsl:template name="dvt_1">
        <xsl:variable name="dvt_StyleName">Table</xsl:variable>
        <xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row"/>
        <xsl:variable name="dvt_RowCount" select="count($Rows)"/>
        <xsl:variable name="IsEmpty" select="$dvt_RowCount = 0" />
        <xsl:variable name="dvt_IsEmpty" select="$dvt_RowCount = 0"/>
        <xsl:choose>
          <xsl:when test="$dvt_IsEmpty">
            <xsl:call-template name="dvt_1.empty"/>
          </xsl:when>
          <xsl:otherwise>
            <table border="0" width="100%" cellpadding="2" cellspacing="0">
              <tr valign="top">
                <xsl:if test="$dvt_1_automode = '1'" ddwrt:cf_ignore="1">
                  <th class="ms-vh" width="1%" nowrap="nowrap"></th>
                </xsl:if>
              </tr>
              <xsl:call-template name="dvt_1.body">
                <xsl:with-param name="Rows" select="$Rows"/>
              </xsl:call-template>
            </table>
          </xsl:otherwise>
        </xsl:choose>
      </xsl:template>
      <xsl:template name="dvt_1.body">
        <xsl:param name="Rows"/>
        <xsl:for-each select="$Rows">
          <xsl:call-template name="dvt_1.rowview" />
        </xsl:for-each>
      </xsl:template>
      <xsl:template name="dvt_1.rowview">
        <tr>
          <xsl:if test="position() mod 2 = 1">
            <xsl:attribute name="class">ms-alternating</xsl:attribute>
          </xsl:if>
          <xsl:if test="$dvt_1_automode = '1'" ddwrt:cf_ignore="1">
            <td class="ms-vb" nowrap="nowrap"><span ddwrt:amkeyfield="ID" ddwrt:amkeyvalue="ddwrt:EscapeDelims(string(@ID))" ddwrt:ammode="view"></span></td>
          </xsl:if>
          <h2><a href="<xsl:value-of">{@Attachment.desc}"><xsl:value-of select="@Title"/> </a></h2>
          <br />
          <div class="joblist">Post Number: <xsl:value-of select="@Post_x0020_Number" disable-output-escaping="yes"/><br />
            <b>Closing Date: <xsl:value-of select="@Closing_x0020_Date" disable-output-escaping="yes"/></b><br />
            <b>Salary: </b><xsl:value-of select="@Salary" disable-output-escaping="yes"/><br />
            <b>Hours: </b><xsl:value-of select="@Hours" disable-output-escaping="yes"/><br />
            <b>Tenure: </b> <xsl:value-of select="@Tenure" disable-output-escaping="yes"/><br />
            <b>Department: </b> <xsl:value-of select="@Department" disable-output-escaping="yes"/><br />
            <b>Location: </b> <xsl:value-of select="@Location" disable-output-escaping="yes"/><br />
          </div>
          <br />
          <br />
        </tr>
      </xsl:template>
      <xsl:template name="dvt_1.empty">
        <xsl:variable name="dvt_ViewEmptyText">There are no items to show in this view.</xsl:variable>
      </xsl:template>
    </xsl:stylesheet>
  </XSL>
</WebPartPages:DataFormWebPart>

Similar Messages

  • In Pages 5, Maverick, How do I stop automatic conversation of URLs to hyperlinks and seeing them underlined

    There used to be a preference setting in Pages.  Now it seems gone in Pages 5.   So how do I stop automatic conversation of URLs to hyperlinks and seeing them underlined in text.  Sometimes I want it, but not always.

    The preference setting to turn off links is gone. When you enter content that triggers link detection, a link character style gets applied. Right-click on the link, choose Edit Link from the menu, and then Remove.
    To prevent Pages from automatically detecting links, visit Edit > Substitutions > and deselect Smart Links.

  • Invalid URL error when displaying Work Item Attached URL Object in UWL

    Hi,
    After upgraded from EP6 to EP7 the user can no longer display the attached URL object of work items in the UWL Inbox.  It works fine in the SAPGUI Inbox so the URL should be okay.  We found below error messages in UWL log file:
    #1.5#0003BA5D298B001E0000030300003A280004314BFE992222#1180102370599#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.UWLActionControl#C004049#43497#####SAPEngine_Application_Thread[impl:3]_0##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.UWLActionControl#Plain###com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException: Invalid URL=HTTP://apinvoice.d51.lilly.com
    gbip
    gbip.asp?po=invoice=TC630400360USERID=USC076601#
    #1.5#0003BA5D298B001E0000030400003A280004314BFE9986AB#1180102370625#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.UWLActionControl#C004049#43497#####SAPEngine_Application_Thread[impl:3]_0##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.UWLActionControl#Plain###com.sap.netweaver.bc.uwl.UWLException: Fri May 25 10:12:50 EDT 2007
    (Portal) :com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException:Invalid URL=HTTP://apinvoice.d51.lilly.com
    gbip
    gbip.asp?po=invoice=TC630400360USERID=USC076601#
    Looks like the error is related to the back slashes in the URL but it was working fine in EP6.  We are going to change the back slashes to forward slashes to see it will work.  We would like to know if any SDNer’s can provide some more detail on why this is happening and if there is other solution.  Any hint will be very appreciated.
    Regards,
    Jiannan Che

    Use link attachment or add button action to UWL as possible workaround. It appears that work item text can only be displayed as-is.

  • Attaching URL using GOS with 2 key fields

    I found a program to attach URL using GOS. I tried the program using his sample Business object (BUS2012) and supplied a valid PO and the program works.
    When I use the program using business object BUS1505 (Real Estate Contract) and put a valid contract number, the program didn't attached the URL. When I check the business object, I found out that the key fields are 2, Company Code and Contract Number. With this, how can attach it to the program.
    Please help me on this. Thanks in advance.
    Report  Z_RMTIWARI_ATTACH_DOC_TO_BO
    Written By : Ram Manohar Tiwari
    Function   : We need to maintain links between Business Object and
                 the attachment.Attachment document is basiclally a
                 business object of type 'MESSAGE'.In order to maintain
                 links, first the attachment will be crated as Business
                 Object of type 'MESSAGE' using Message.Create method.
                 Need to check if we can also use FM
                 'SO_DOC_INSERT_WITH_ORIG_API1' or SO_OBJECT_INSERT rather
                 than using Message.Create method.
    REPORT  Z_RMTIWARI_ATTACH_DOC_TO_BO             .
    Include for BO macros
      INCLUDE : <cntn01>.
    Load class.
      CLASS CL_BINARY_RELATION definition load.
      CLASS CL_OBL_OBJECT      definition load.
    PARAMETERS:
    Object_a
       P_BOTYPE LIKE obl_s_pbor-typeid DEFAULT 'BUS1505', " e.g. 'BUS2012'
       P_BO_ID  LIKE OBL_S_PBOR-INSTID DEFAULT '0000010000273',    " Key e.g. PO No.
    Object_b
       P_DOCTY  LIKE obl_s_pbor-typeid DEFAULT 'MESSAGE' NO-DISPLAY,
       P_MSGTYP LIKE SOFM-DOCTP        DEFAULT 'URL'     NO-DISPLAY,
    Relationship
       P_RELTYP  LIKE mdoblrel-reltype DEFAULT 'URL'.
      types: BEGIN OF TY_MESSAGE_KEY,
              FOLTP   TYPE SO_FOL_TP,
              FOLYR   TYPE SO_FOL_YR,
              FOLNO   TYPE SO_FOL_NO,
              DOCTP   TYPE SO_DOC_TP,
              DOCYR   TYPE SO_DOC_YR,
              DOCNO   TYPE SO_DOC_NO,
              FORTP   TYPE SO_FOR_TP,
              FORYR   TYPE SO_FOR_YR,
              FORNO   TYPE SO_FOR_NO,
             END OF TY_MESSAGE_KEY.
      DATA : LV_MESSAGE_KEY type TY_MESSAGE_KEY.
      DATA : LO_MESSAGE type SWC_OBJECT.
      DATA : LT_DOC_CONTENT type standard table of SOLI-LINE with header
    line.
    First derive the Attachment's ( MESSAGE )document type.
      P_DOCTY = 'MESSAGE'.
      CASE P_RELTYP.
      In case of URls
        WHEN 'URL'.
           P_MSGTYP = 'URL'.
      In case of Notes / Private Notes
        WHEN 'NOTE' OR 'PNOT'.
           P_MSGTYP = 'RAW'.
        WHEN 'ATTA'.
           P_MSGTYP = 'EXT'.
      Not implemented as yet...exit
         EXIT.
        WHEN OTHERS.
       ....exit
         EXIT.
        ENDCASE.
    Create an initial instance of BO 'MESSAGE' - to call the
    instance-independent method 'Create'.
      swc_create_object LO_MESSAGE 'MESSAGE' LV_MESSAGE_KEY.
    define container to pass the parameter values to the method call
    in next step.
      swc_container LT_MESSAGE_CONTAINER.
    Populate container with parameters for method
      swc_set_element LT_MESSAGE_CONTAINER 'DOCUMENTTITLE' 'Title'.
      swc_set_element LT_MESSAGE_CONTAINER 'DOCUMENTLANGU' 'E'.
      swc_set_element LT_MESSAGE_CONTAINER 'NO_DIALOG'     'X'.
      swc_set_element LT_MESSAGE_CONTAINER 'DOCUMENTNAME' P_DOCTY.
      swc_set_element LT_MESSAGE_CONTAINER 'DOCUMENTTYPE'   P_MSGTYP.
    'DocumentContent' is a multi-line element ( itab ).
    In case of URLs..it should be concatenated with &KEY& in the begining.
      CASE P_MSGTYP.
        WHEN 'URL'.
          LT_DOC_CONTENT = '&KEY&http://intranet.corpoff' .
          append LT_DOC_CONTENT.
    In case of Notes or Private Notes, get the data from files on appl
    server or from wherever(? - remember background).
         WHEN 'RAW'.
           LT_DOC_CONTENT = 'Hi How r u?' .
           append LT_DOC_CONTENT.
    In case of File attachments
         WHEN 'EXT'.
          Upload the file contents using open dataset in lt_doc_content .
          Some conversion ( Compress ) might be required.
          Not sure at this point
      ENDCASE.
      swc_set_element LT_MESSAGE_CONTAINER 'DocumentContent' LT_DOC_CONTENT.
      swc_call_method LO_MESSAGE 'CREATE' LT_MESSAGE_CONTAINER.
    Refresh to get the reference of create 'MESSAGE' object for attachment
      swc_refresh_object LO_MESSAGE.
    Get Key of new object
      swc_get_object_key LO_MESSAGE LV_MESSAGE_KEY.
    Now we have attachment as a business object instance. We can now
    attach it to our main business object instance.
    Create main BO object_a
      data: LO_IS_OBJECT_A type SIBFLPORB.
      LO_IS_OBJECT_A-INSTID = P_BO_ID.
      LO_IS_OBJECT_A-TYPEID = P_BOTYPE.
      LO_IS_OBJECT_A-CATID  = 'BO'.
    Create attachment BO object_b
      data: LO_IS_OBJECT_B type SIBFLPORB.
      LO_IS_OBJECT_B-INSTID = LV_MESSAGE_KEY.
      LO_IS_OBJECT_B-TYPEID = P_DOCTY.
      LO_IS_OBJECT_B-CATID  = 'BO'.
    *TRY.
    CALL METHOD CL_BINARY_RELATION=>CREATE_LINK
      EXPORTING
        IS_OBJECT_A            = LO_IS_OBJECT_A
       IP_LOGSYS_A            =
        IS_OBJECT_B            = LO_IS_OBJECT_B
       IP_LOGSYS_B            =
        IP_RELTYPE             = P_RELTYP
       IP_PROPNAM             =
       I_PROPERTY             =
    IMPORTING
       EP_LINK_ID             =
       EO_PROPERTY            =
    *CATCH CX_OBL_PARAMETER_ERROR .
    *CATCH CX_OBL_MODEL_ERROR .
    *CATCH CX_OBL_INTERNAL_ERROR .
    *ENDTRY.
    Check if everything OK...who cares!!
      commit work.

    HI
    You can look at object VBAP as an example.  It'sthe sales order item and has two keys - sales order number and item number. 
    the key was created:
    BEGIN OF KEY,
         SALESDOCUMENTNO LIKE VBAP-VBELN,
         ITEMNO LIKE VBAP-POSNR,
    END OF KEY,
         MATERIAL TYPE SWC_OBJECT,
         SALESDOCUMENT TYPE SWC_OBJECT,
         _VBAP LIKE VBAP.
    ND_DATA OBJECT. " Do not change.. DATA is generated
    Here is a object instantiation - just build the key with the two fields - then when you call the macro - you pass the one field that already has both keys in it.
    GET_PROPERTY SALESDOCUMENT CHANGING CONTAINER.
      SWC_CREATE_OBJECT
        OBJECT-SALESDOCUMENT 'VBAK' OBJECT-KEY-SALESDOCUMENTNO.
      SWC_SET_ELEMENT CONTAINER 'SalesDocument' OBJECT-SALESDOCUMENT.
    END_PROPERTY.

  • Convert URL to Hyperlinks in Indesign

    Hyperlinks in 2-3 lines are clickable when exported to PDF
    I have many URL in the PDF, but the problem is the URL's that are in 1 line are clickable.
    The URLs that runs to 2-3 lines are not clickable. One the 1st line of the same URL is clickable.
    For example:
    https://developer.atlassian.com/display/DOCS/Set+Up+the+Eclipse+IDE+for+Linux
    On the page layout the same URL comes in 2 lines. Only the URL till https://developer.atlassian.com/display/DOCS/Set+Up is clickable, but the following URL is not clicable in PDF.
    Please assist me with this.

    Thanks Ellis for the sugesstion but we have to convert all the Hyperlinks Manually and its taking lot of time.
    I have found a Script from http://kasyan.ho.com.ua/make_hyperlinks_from_urls.html.
    But there is a little problem.
    When I run this script its converting the URL to Hyperlink, but its changing the original URL text present in the Indesign file.
    Can this script search for a specific URL character style and convert it to Hyperlink by retaining the Original text in Indesign.
    For Example:
    The Original URL in Indesign file is this:
    https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+a+Database
    When I run the script its changed to:
    confluence.atlassian.com
    Please help me.

  • How to script "Convert URLs to Hyperlink" in CS5

    So InDesign CS5 offers a new feature to "Convert URLs to Hyperlink". Does anyone know how to invoke this feature via JS?

    You can invoke the menu action. It is in fact a script, so it's a script menu action...
    FWIW, the feature does not work 100% so be careful...
    Harbs

  • Can you create a pdf e-mail attachment with working hyperlinks?

    I'm trying to figure out how to generate an e-mail with working hyperlinks where the recipient doesn't have to open the pdf for the links to work...in other words, when they open the e-mail and view the pdf as it is displayed, the links are visible and the viewer can click on them and go to a URL. I see this all the time, and can't figure out how to do it with a pdf (I've added the links with the link took in pdf and they display within the application window, but disappear when the file is an e-mail attachment) or with html. I've attached the pdf that I'm trying to make interactive within an e-mail message. Any help that can be provided is much appreciated!

    Michael your answer is colored by the fact you use an ASCII (Text only) News Reader.
    The answer is more along these lines:
    PDF's can be created with working hyperlinks.
    They can be automatically be brought over from programs such as MS Word, Open Office, and such  provided your on a PC Platform
    they can actually be viewed and clickable from Acrobat or Reader PC Versions, if created from a PC Version.
    they are not viewable or clickable if created from Mac version of Office.
    They are viewable and clickable from a PC if created from Mac version of Office (Word/Excel)
    The Mac can can not do so automatically you must do them Manually with in Acrobat.
    in Past it has been a Pain to do so though may be different in version 9
    If you use a browser Plugin such as Schubert's PDF Browser Plugin that works on Safari, fireFox, Camino, SeaMonkey Opera, OmniPage, iCab. Links you create in Mac version of Acrobat are viewable and clickable.
    Finally MS and Adobe have been having this on going problem since the day's PDF's first hit the market. (Version 1.) and MS  decided to support them. The hooks are there for both PC and Mac versions of Word. and either are capable of being created and acted upon on whether created by the Mac version of Office, or the PC version of Office, but only on a windows PC. Its clearly a problem of Acrobat/Reader on the Mac. Its either a problem Adobe won't own up to, or they can't solve or, this is one item they can't be bothered with to put in the Mac Versions.
    Some of this information is based on my participation in the msnews. nntp newsgroups for Office Mac. The experts there for the most part (MVP's) use both Mac and PC's and have investogated the problem themselves and been give information from the MacBU (Mac Business Unit) at MicroSoft. The basic internal code of Office 2003/2004 is the same. The UI is different and key cobinations are different. And same for 2007/2008 except office 2008 don't support VBA and Macros, and neither 2004 nor 2008 have MasterPages, And thankfully according the the MVP's Thankfully the Robbonis not supported on 2008.

  • How to Change attachment URL on a Purchase Req?

    Attachments in the EBP shopping carts are transferred to an ITS server and are linked to a back end R/3 Purchase Requisition. 
    Note that the attachments are physically stored on ITS server and the link (URL) to the attachment and Purchase Req is stored in SAP. 
    As a part of decommissioning, the server which was used for storing attachments is replaced with a new server and all the attachments are moved to new server.  
    Since the link associated to the Purchase Req and attachment is not changed, when user is trying to open the Purchase Req attachment, it is not displaying becuase all the attachments are moved to new server. 
    How to change the link (URL) in the Purchase Req so that it will point out to the new server instead of old server. 
    Due to the following reasons manually changing the URL is not advisable.
    1) 40,000 attachments link need to be changed.
    2) System is not allowing to change the URL manually because of the user differences.  All the attachment links are attached to Purchase Reqs by RFC user (since these are transferred from EBP environment). 
    Please advise what should be the feasible solution to change the URL (link) on the Purchase Req so that business can open the attachment with no issues.
    Thanks in advance

    According to SAP, since purchase order is a legal document they do not support the process of changing document number.  They suggested I do the change with debug and replace at my own risk.  In ME22N go to debug and type MEPO_TOPLINE-BEDAT.  The values for this field show up as 29991231 that should be changed to 20191231 and press F8, then save the purchase order.

  • Attaching URL to text in smartforms

    hi,
      i need to  attach an url to a text .For example if my text is go  if a  click on go it should take to a url that i have attached.please teell me how to aatach url to text in smartforms.
    regards,
    sreelakshmi.

    Hi
    Check this: [url for smartforms|http://help.sap.com/saphelp_crm50/helpdata/en/3e/c4308945ca4953bb100b9661eab3c2/content.htm]
    Regards,
    Vishwa.

  • Attach URL - MIRO/MIR4/MIR7

    Hi guys
    I need to attach an url to "park incoming invoice". I guess the business object is BUS2081. I don't know the FM or method/class for doing it.
    Can anyone help me?
    Best regards

    Hi,
        I am not quit sure if this is of any help to u..
    <b>DATA : url(256) TYPE c.</b>
    <b>CALL FUNCTION 'RH_URL_CALL_BROWSER'</b>
    EXPORTING
       URL                        = URL
    EXCEPTIONS
       BROWSER_START_FAILED       = 1
       NO_BATCH                   = 2
       URL_IS_EMPTY               = 3
       OTHERS                     = 4
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Reward points if helpfull
    Regards,
    Vind.

  • Crashing - copy and paste iTunes URL into hyperlink panel

    Is anyone else having InDesign crash when they copy and paste an iTunes URL into their hyperlink panel? I am!
    Very annoying since I'm making an app that has over 50 of them!
    Thanks.

    I never use the hyperlinks panel. Instead I find that creating no fill/no stroke buttons gives me a better (more stable) results.
    Bob

  • BPS WIB - how to transport with correct URL in hyperlink

    Hi all,
    If I have a hyperlink in my BSP web interface (WIB for BPS)which references my BWD server, how do I make sure that when I transport to BWQ or BWP that the correct server address part of the URL is written in for the relevant system?
    Thanks,
    Rael

    Hi Anil,
    Thanks for the response. But I think you are talking about a WEB APPLICATION (BW REPORTING) type of URL, whereas my problem exists where I am using the WEB INTERFACE BUILDER in SEM in order to build planning web interfaces.........
    I have a jump to the following URL within my planning interface:
    http://hpks01v1.germany.glaxo:8010/sap/bc/bsp/sap/zbdew003/admin.htm
    You can see the server is 8010 - our BWD server. But when this is transported to BWQ, it still looks the same and then the link jumps back to the BWD server (8010) and not the BWQ server which is (8080)....?
    Or maybe I do not understand how to use what you have recommended properly?
    Thanks and regards,
    Rael

  • Making Imported URLs into Hyperlinks

    I regularly import a list that contains web URLs that I need to make into active hyperlinks.
    If I select the data in each cell containing a URL and hit enter, then Numbers recognizes it and converts it into a hyperlink as it should - but, you have to do that to each individual cell for that to work, and with around 1000 lines of data, that's way too inefficient.
    I'd like to find a way to select the entire column of URLs, and make them all active hyperlinks in a few simple moves.
    The only thing I've been able to find is this old (linked) discussion, but none of those solutions work for me, and the HYPERLINK() trick doesn't work at all.
    https://discussions.apple.com/thread/2530075?start=0&tstart=0
    Anyone have a solution?
    Thanks

    DF,
    Your data aren't legal URL's, they're incomplete. HYPERLINK doen't guess, you must give it an actual URL. Not only are they not complete, they're in different states of completeness.
    Here's an expression that will add the missing data for your examples.
    Regards,
    Jerry

  • Button item: How to attach URL?

    If I create a template based button as a page item, how can I attach a URL to it, like I can with the "URL Redirect" when I create the button in a region position?
    What am I missing?
    Thanks

    After searching this forum, related posts like
    button with javascript
    it seems that this is not easily possible.
    I dont know about others, but I find this a rather basic feature that is missing from HTML DB.
    Region buttons are tightly integrated into the region template so that using those buttons and their associated positioning leads to pages with standard look-n-feel and well-known button positions. So far so good.
    Item buttons are useful when you want to put buttons any where on the page, just like the other built-in items. Again, so far so good.
    But, at the end of the day, a button is a button is a button. It is used to submit a page.
    So, there is absolutely no reason (that I can see), why HTML DB should support more features for one type of button and not the other. I am specifically referring to the "Optional URL Target" section that is available only on the Region buttons but not on Item buttons!
    I shouldnt have to jump through hoops (create my own custom button templates and such) to add a simple thing like a javascript confirm box befor submitting the page (which seems to be only solution when using item buttons)
    If I am missing something, please let me know.
    Thanks

  • Need Regular Expression to convert URL to Hyperlink

    I need Help Please..........
    I am fairly new to Java and really new to Reg Exp. I have a String that has normal text and may contain a URL. I would like to display the URL as A hyperlink using JSP.
    Can anyone help.

    This is actually not that hard, if you know where the text is located? Using the regex you can find the beginning and ending pattern of text that you are looking for. Then extract the data and put it into a variable. add stuff to it if you need by concatenating it like: "http://"+variable+".com" what every you need.
    something like this will help.
    String page = new String("");
              String inputLine;
              // This is sorta strange, but I use the concat to put the whole string on one line.
              // besides it is just for looking through. I use the trim() to get rid of whitespace.
              while ((inputLine = in.readLine()) != null)
                  page = page.concat(inputLine.trim());
             // The "URL:" is basically a pattern match to find in your text file.
             // and the font tags are where the data is to be extracted between, by using the split()
             //  I used this to extract data from Websites, but you can use it on text files, xml files, etc...
             // as long as you can pattern match.
              String urlString = (String)(page.split("\\<[Bb]\\>URL:\\</[Bb]\\>")[1].split( 
              "\\<font size=\"-1\"\\>")[1].split("\\</font>")[0].trim()); 

Maybe you are looking for

  • Can't view folder

    I have a RAID mirror in my Mac Pro. I created a directory named 'Documents' in the root of this drive, then made an alias of this directory and put it on my desktop. Now when I click the RAID drive icon I don't see the Documents folder in Finder. How

  • AR Invoice Presentation / Invoice Lines diff than Sales Order Lines

    Hi, Due to business rules I got the following requirement, I'd like to get advice or second opinions please: Instead of showing 200 lines we want to show 1 line in the invoice summarizing the job done. The requirement is: The invoice should summarize

  • PO send to vendor through e-mail

    Hi All, while sending the PO to vendor through e mail, some POs sent to vendor. but some are not. I have seen the in the vendor master address screen the e mail is correct. And i have seen the messages in PO , the medium 5 (external send) is also mai

  • Problems with installing applications in Creative Cloud

    I want to install After effects but in creative cloud tells me download error, where it says App.

  • WebOS 1.4 bug report - Shared youtube video ids are sometimes undefined

    When I upload a video to YouTube and then select the option to share it by email, I frequently find that the generated URL is "http://www.youtube.com/watch?v=undefined". Apparently it isn't getting back the video id from youtube when it expects to.