<?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 Re: Hyperlink for multiple variables in SO10 text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625092#M2012967</link>
    <description>&lt;P&gt;So you have a "https..." text in your Standard Text, but it's not sufficient to make SAP consider it's an hyperlink. It will just be a text. Where do you display/print this Standard Text?&lt;/P&gt;&lt;P&gt;You may search the forum/SAP Web site with your favorite Web search engine. I see many answers for search below. Based on the results, if it still doesn't solve, you may anyway refine your query/provide more information. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"standard text" "hyperlink" site:sap.com&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 Jun 2022 18:28:36 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2022-06-28T18:28:36Z</dc:date>
    <item>
      <title>Hyperlink for multiple variables in SO10 text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625091#M2012966</link>
      <description>&lt;P&gt;&lt;A href="https://&amp;amp;LS_HOST-FQHOSTNAME&amp;amp;:&amp;amp;LS_HOST-PORT&amp;amp;/sap/bc/ui2/flp#ZME28-manage" target="test_blank"&gt;https://&amp;amp;LS_HOST-FQHOSTNAME&amp;amp;:&amp;amp;LS_HOST-PORT&amp;amp;/sap/bc/ui2/flp#ZME28-manage&lt;/A&gt;?&lt;/P&gt;
  &lt;P&gt;sap-client=&amp;amp;SY-MANDT&amp;amp;&amp;amp;LV_FIORI&amp;amp;&amp;amp;LV_LANGU&amp;amp;#&amp;amp;PR_ID&amp;amp;&lt;/P&gt;
  &lt;P&gt;I have the above text written in SO10 text is there any way i can make it as hyper link&lt;/P&gt;
  &lt;P&gt;example :&lt;/P&gt;
  &lt;P&gt;It should be displayed as (APPROVAL) and on clicking it should open the above link in google chrome&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 15:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625091#M2012966</guid>
      <dc:creator>former_member806481</dc:creator>
      <dc:date>2022-06-28T15:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for multiple variables in SO10 text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625092#M2012967</link>
      <description>&lt;P&gt;So you have a "https..." text in your Standard Text, but it's not sufficient to make SAP consider it's an hyperlink. It will just be a text. Where do you display/print this Standard Text?&lt;/P&gt;&lt;P&gt;You may search the forum/SAP Web site with your favorite Web search engine. I see many answers for search below. Based on the results, if it still doesn't solve, you may anyway refine your query/provide more information. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"standard text" "hyperlink" site:sap.com&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Jun 2022 18:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625092#M2012967</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-06-28T18:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for multiple variables in SO10 text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625093#M2012968</link>
      <description>&lt;P&gt;I am displaying this link in an email &lt;/P&gt;&lt;P&gt;All i want to know is how do I write the variables in this text .......... between double quotes or single quotes &lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 18:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625093#M2012968</guid>
      <dc:creator>atharva21k51</dc:creator>
      <dc:date>2022-06-28T18:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for multiple variables in SO10 text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625094#M2012969</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try the below code below. Pass the URL value from the calling program.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; '&amp;lt;a href= &amp;amp;&amp;amp;URL&amp;amp;&amp;amp;   &amp;gt; APPROVAL &amp;lt;/a&amp;gt;' &lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;URL = &lt;A href="https://&amp;amp;LS_HOST-FQHOSTNAME&amp;amp;:&amp;amp;LS_HOST-PORT&amp;amp;/sap/bc/ui2/flp#ZME28-manage?sap-client=&amp;amp;SY-MANDT&amp;amp;&amp;amp;LV_FIORI&amp;amp;&amp;amp;LV_LANGU&amp;amp;#&amp;amp;PR_ID&amp;amp;" target="test_blank"&gt;https://&amp;amp;LS_HOST-FQHOSTNAME&amp;amp;:&amp;amp;LS_HOST-PORT&amp;amp;/sap/bc/ui2/flp#ZME28-manage?sap-client=&amp;amp;SY-MANDT&amp;amp;&amp;amp;LV_FIORI&amp;amp;&amp;amp;LV_LANGU&amp;amp;#&amp;amp;PR_ID&amp;amp;&lt;/A&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 21:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625094#M2012969</guid>
      <dc:creator>former_member751463</dc:creator>
      <dc:date>2022-06-28T21:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for multiple variables in SO10 text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625095#M2012970</link>
      <description>&lt;P&gt;it says that &amp;lt;/a&amp;gt; character unknown (error)&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 04:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625095#M2012970</guid>
      <dc:creator>former_member806481</dc:creator>
      <dc:date>2022-06-29T04:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for multiple variables in SO10 text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625096#M2012971</link>
      <description>&lt;P&gt;*  xxxxx Text xxxx &amp;lt;a href= &amp;lt;URL&amp;gt; &amp;gt; APPROVAL &amp;lt;/a&amp;gt; Text&lt;/P&gt;&lt;P&gt;Send me the screenshot of error and the format should be as per above. I am using you are reading the SO10 text in your code and then replacing the URL value after reading it.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 09:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625096#M2012971</guid>
      <dc:creator>former_member751463</dc:creator>
      <dc:date>2022-06-29T09:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for multiple variables in SO10 text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625097#M2012972</link>
      <description>&lt;P&gt;This is the error i am getting .&lt;/P&gt;&lt;P&gt;Also sorry for giving the wrong information i am creating this text as a &lt;STRONG&gt;DIALOG TEXT (SE61). &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2068454-image.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2068455-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 07:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625097#M2012972</guid>
      <dc:creator>former_member806481</dc:creator>
      <dc:date>2022-06-30T07:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for multiple variables in SO10 text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625098#M2012973</link>
      <description>&lt;P&gt;ALSO IF I COULD TELL ME THAT HOW CAN I HARDCODE IT IN THE CODE .....I WILL TRY BOTH WAYS&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 07:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625098#M2012973</guid>
      <dc:creator>former_member806481</dc:creator>
      <dc:date>2022-06-30T07:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for multiple variables in SO10 text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625099#M2012974</link>
      <description>&lt;P&gt;Keep using variables in the SO10 text, but evaluate those before adding the text to the mail main html text (e.g. FM READ_TEXT followed by &lt;A href="https://launchpad.support.sap.com/#/solutions/scnforums/?q=TEXT_CONTROL_REPLACE"&gt;TEXT_CONTROL_REPLACE&lt;/A&gt;, eventually also TEXT_SYMBOL_REPLACE)&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 14:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-multiple-variables-in-so10-text/m-p/12625099#M2012974</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-07-01T14:58:55Z</dc:date>
    </item>
  </channel>
</rss>

