<?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: How to append text with variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282248#M1219046</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;PRE&gt;&lt;CODE&gt;Concatenate  'is Balance quantity'  quant  'Do you want to continue' into  L_string separated by space.
CALL FUNCTION 'POPUP_CONTINUE_YES_NO'
EXPORTING
DEFAULTOPTION = 'Y'
TEXTLINE1 = 
TEXTLINE2 = l_string        " cHANGE
TITEL = '-'
START_COLUMN = 1
START_ROW = 6
IMPORTING
ANSWER = result&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2009 05:02:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-10T05:02:05Z</dc:date>
    <item>
      <title>How to append text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282246#M1219044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This FM i m using for pop-up massage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'POPUP_CONTINUE_YES_NO'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;           DEFAULTOPTION       = 'Y'&lt;/P&gt;&lt;P&gt;            TEXTLINE1           =   &lt;/P&gt;&lt;P&gt;            TEXTLINE2           = '  is Balance quantity' &amp;amp; quant &amp;amp; 'Do you want to continue '&lt;/P&gt;&lt;P&gt;            TITEL               = '-'&lt;/P&gt;&lt;P&gt;           START_COLUMN        = 1&lt;/P&gt;&lt;P&gt;           START_ROW           = 6&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;           ANSWER              = result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to display this massage in popup -- '  is Balance quantity' &amp;amp; quant &amp;amp; 'Do you want to continue '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"quant" is variable which giving quntity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this line is giving error  while activating , so tell me how i append text with variable &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 04:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282246#M1219044</guid>
      <dc:creator>former_member459142</dc:creator>
      <dc:date>2009-03-10T04:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to append text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282247#M1219045</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;Pass the quantity to character type variable and try concatenating again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282247#M1219045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T05:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to append text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282248#M1219046</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;PRE&gt;&lt;CODE&gt;Concatenate  'is Balance quantity'  quant  'Do you want to continue' into  L_string separated by space.
CALL FUNCTION 'POPUP_CONTINUE_YES_NO'
EXPORTING
DEFAULTOPTION = 'Y'
TEXTLINE1 = 
TEXTLINE2 = l_string        " cHANGE
TITEL = '-'
START_COLUMN = 1
START_ROW = 6
IMPORTING
ANSWER = result&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282248#M1219046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T05:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to append text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282249#M1219047</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;Use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data : v_msg(50) type c,
     v_temp1(10) type c,
     v_temp2(10) type c.
v_temp1 = 'is Balance quantity'.
v_temp2 = 'Do you want to continue'.
concatenate v_temp1 &amp;lt;quantity_field&amp;gt; v_temp2 into v_msg separated by space.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now pass this &lt;STRONG&gt;v_msg&lt;/STRONG&gt; in textline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282249#M1219047</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-03-10T05:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to append text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282250#M1219048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gupta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a text element t000 with the text  'is Balance quantity and quant and Do you want to continue' and use the below statement.&lt;/P&gt;&lt;P&gt;REPLACE text-000 WITH quant(variable) INTO lv_text(another variable).&lt;/P&gt;&lt;P&gt;Pass this variable lv_text to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gowthami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282250#M1219048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T05:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to append text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282251#M1219049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[append text with variable|https://forums.sdn.sap.com/click.jspa?searchID=23294976&amp;amp;messageID=6759361]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282251#M1219049</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-03-10T05:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to append text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282252#M1219050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    do one thing b4 calling the FM store that text and variable into another variable and define it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like text(40) type c and store in it, then pass this variable to the FM as a text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282252#M1219050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T05:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to append text with variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282253#M1219051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-append-text-with-variable/m-p/5282253#M1219051</guid>
      <dc:creator>former_member459142</dc:creator>
      <dc:date>2009-03-10T05:16:01Z</dc:date>
    </item>
  </channel>
</rss>

