<?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 POP-UP with variable text message. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-with-variable-text-message/m-p/9568298#M1755044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;I am using fm&amp;nbsp; 'POPUP_TO_DISPLAY_TEXT' to display some text message.&lt;/P&gt;&lt;P&gt;My requirement is the pop-up text should contain &lt;SPAN style="color: #575757; text-decoration: underline;"&gt;variable&lt;/SPAN&gt; values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other fm to satisfy this requirement?&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Jogeswara Rao K&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2013 02:57:41 GMT</pubDate>
    <dc:creator>jogeswararao_kavala</dc:creator>
    <dc:date>2013-06-20T02:57:41Z</dc:date>
    <item>
      <title>POP-UP with variable text message.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-with-variable-text-message/m-p/9568298#M1755044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;I am using fm&amp;nbsp; 'POPUP_TO_DISPLAY_TEXT' to display some text message.&lt;/P&gt;&lt;P&gt;My requirement is the pop-up text should contain &lt;SPAN style="color: #575757; text-decoration: underline;"&gt;variable&lt;/SPAN&gt; values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other fm to satisfy this requirement?&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Jogeswara Rao K&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 02:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-with-variable-text-message/m-p/9568298#M1755044</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2013-06-20T02:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: POP-UP with variable text message.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-with-variable-text-message/m-p/9568299#M1755045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you are trying to display value of a variable, concatenate the values into another string variable and pass it tot the export parameter &lt;STRONG&gt;textline1 &lt;/STRONG&gt;of the function module. If it involves numeric values, copy each of them to a character variable and then append to the final string variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;~Athreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 03:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-with-variable-text-message/m-p/9568299#M1755045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-20T03:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: POP-UP with variable text message.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-with-variable-text-message/m-p/9568300#M1755046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You already have TEXTLINE1 &amp;amp; TEXTLINE2 to pass the values into the FM when it is called, that should be helpful. What is the Dynamic values that you want? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 03:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-with-variable-text-message/m-p/9568300#M1755046</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-06-20T03:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: POP-UP with variable text message.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-with-variable-text-message/m-p/9568301#M1755047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can pass dynamic values to this textline.&lt;/P&gt;&lt;P&gt;declare:&lt;/P&gt;&lt;P&gt;data v_line type string.&lt;/P&gt;&lt;P&gt;* u ca pass values whatever u want and finally &lt;/P&gt;&lt;P&gt;*concatenate to make it a single string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate sy-tabix sy-sbrc v_line into v_line.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move v_line to textline1.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;then pass this textline to FM.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 04:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-with-variable-text-message/m-p/9568301#M1755047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-20T04:16:17Z</dc:date>
    </item>
  </channel>
</rss>

