<?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: Concatenate predefined string into a message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate-predefined-string-into-a-message/m-p/2148386#M453398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Every time you declare the concatenate you must specify the final_message before 'into ' in your statement .Other wise it will take the value of new concatenated message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this concatenate final_message predef_message ' ' into final_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2007 07:19:31 GMT</pubDate>
    <dc:creator>former_member673464</dc:creator>
    <dc:date>2007-04-17T07:19:31Z</dc:date>
    <item>
      <title>Concatenate predefined string into a message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate-predefined-string-into-a-message/m-p/2148383#M453395</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;I want the user to be able to specify the length of a message based on a predefined string - 'abc' f.ex. This means that the user choose how many occurrences of 'abc' there should be in the message. For this I need to concatenate 'abc' with 'abc' n-number of times. I have tried all posts regarding concatenation, but still no luck. How can you do this in a 'do' loop f.ex? If I say &amp;lt;b&amp;gt;CONCATENATE predef_message ' ' INTO final_message&amp;lt;/b&amp;gt; the final_message is not "growing" but rather reset every time the loop is executed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 07:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate-predefined-string-into-a-message/m-p/2148383#M453395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T07:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate predefined string into a message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate-predefined-string-into-a-message/m-p/2148384#M453396</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;change the code line to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE &amp;lt;b&amp;gt;final_message&amp;lt;/b&amp;gt; ' ' predef_message ' ' INTO final_message &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 07:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate-predefined-string-into-a-message/m-p/2148384#M453396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T07:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate predefined string into a message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate-predefined-string-into-a-message/m-p/2148385#M453397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;/P&gt;&lt;P&gt;loop.&lt;/P&gt;&lt;P&gt;Concatenate 'abc' pre_msg into pre_msg seperated by space.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not initialize the pre_msg inside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 07:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate-predefined-string-into-a-message/m-p/2148385#M453397</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-04-17T07:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate predefined string into a message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate-predefined-string-into-a-message/m-p/2148386#M453398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Every time you declare the concatenate you must specify the final_message before 'into ' in your statement .Other wise it will take the value of new concatenated message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this concatenate final_message predef_message ' ' into final_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 07:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate-predefined-string-into-a-message/m-p/2148386#M453398</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2007-04-17T07:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate predefined string into a message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate-predefined-string-into-a-message/m-p/2148387#M453399</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;CONCATENATE predef_message ' ' INTO MESSAGE.  " MESSAGE is a charecter tyoe field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE final_message  MESSAGE INTO final_message .&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 07:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate-predefined-string-into-a-message/m-p/2148387#M453399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T07:22:20Z</dc:date>
    </item>
  </channel>
</rss>

