<?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: concatanate statement row wise in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatanate-statement-row-wise/m-p/7780291#M1585377</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 'Value of text1'  text1 into text1 seperated by space.
Concatenate 'Value of text2'  text2 into text2 seperated by space.
Concatenate 'Value of text3'  text3 into text3 seperated by space.
Concatenate 'Value of text4'  text4 into text4 seperated by space.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is this you required?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2011 09:50:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-31T09:50:28Z</dc:date>
    <item>
      <title>concatanate statement row wise</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatanate-statement-row-wise/m-p/7780290#M1585376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;i have written a satement like CONCATENATE text1  text2  text3  text4 into text4 SEPARATED BY ','  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its gives output as value of text1 text2 text3 text4 ,&lt;/P&gt;&lt;P&gt; however i need to insert data in text4 in rowwise format so that i get get data as &lt;/P&gt;&lt;P&gt;value of text1&lt;/P&gt;&lt;P&gt;value of text2&lt;/P&gt;&lt;P&gt;value of text3&lt;/P&gt;&lt;P&gt;value of text4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me how i can do this.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 09:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatanate-statement-row-wise/m-p/7780290#M1585376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-31T09:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: concatanate statement row wise</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatanate-statement-row-wise/m-p/7780291#M1585377</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 'Value of text1'  text1 into text1 seperated by space.
Concatenate 'Value of text2'  text2 into text2 seperated by space.
Concatenate 'Value of text3'  text3 into text3 seperated by space.
Concatenate 'Value of text4'  text4 into text4 seperated by space.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is this you required?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 09:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatanate-statement-row-wise/m-p/7780291#M1585377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-31T09:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: concatanate statement row wise</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatanate-statement-row-wise/m-p/7780292#M1585378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
CONCATENATE text1 text2 text3 text4 into text4 SEPARATED BY cl_abap_char_utilities=&amp;gt;newline.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 09:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatanate-statement-row-wise/m-p/7780292#M1585378</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-03-31T09:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: concatanate statement row wise</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatanate-statement-row-wise/m-p/7780293#M1585379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure why do you need to concatenate if you need to print them in different lines.&lt;/P&gt;&lt;P&gt;If it is a complex one, you can split the text4 later into an internal table using split command and then write for each field of itab in new line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 10:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatanate-statement-row-wise/m-p/7780293#M1585379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-31T10:26:17Z</dc:date>
    </item>
  </channel>
</rss>

