<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Adding a link(URL) to a BCS document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-link-url-to-a-bcs-document/m-p/2337498#M514808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear BCS professionals,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using cl_document_bcs for sending Email. Now I encountered a problem as I have links in the document which are longer than 255 chars. As soli_tab only allows lines with 255 the URL is split and not working any longer (only the first 255 chars are realized as link). &lt;/P&gt;&lt;P&gt;How can I make this work anyway? Maybe it is possible to add those links as attachment to the mail?&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2007 09:37:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-05T09:37:55Z</dc:date>
    <item>
      <title>Adding a link(URL) to a BCS document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-link-url-to-a-bcs-document/m-p/2337498#M514808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear BCS professionals,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using cl_document_bcs for sending Email. Now I encountered a problem as I have links in the document which are longer than 255 chars. As soli_tab only allows lines with 255 the URL is split and not working any longer (only the first 255 chars are realized as link). &lt;/P&gt;&lt;P&gt;How can I make this work anyway? Maybe it is possible to add those links as attachment to the mail?&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 09:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-link-url-to-a-bcs-document/m-p/2337498#M514808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T09:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a link(URL) to a BCS document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-link-url-to-a-bcs-document/m-p/2337499#M514809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;data : mylink type string .
data: text               type bcsy_text.

mylink = '&amp;lt;a hr..="http://...........3000thchar.htm" &amp;gt;mylink&amp;lt;/a&amp;gt;' .


 call function 'SCMS_STRING_TO_FTEXT'
        exporting
          text      = mylink
        tables
          ftext_tab = text.

document = cl_document_bcs=&amp;gt;create_document(
                          i_type    = 'HTM'
                          i_text    = text
                          i_subject = subject ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 09:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-link-url-to-a-bcs-document/m-p/2337499#M514809</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-06-05T09:43:50Z</dc:date>
    </item>
  </channel>
</rss>

