<?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: line gap between string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-gap-between-string/m-p/3685922#M887582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lv_string1  TYPE string VALUE 'string1',&lt;/P&gt;&lt;P&gt;      lv_string2  TYPE string VALUE 'string2',&lt;/P&gt;&lt;P&gt;      lv_string3  TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE lv_string1&lt;/P&gt;&lt;P&gt;            cl_abap_char_utilities=&amp;gt;cr_lf&lt;/P&gt;&lt;P&gt;            cl_abap_char_utilities=&amp;gt;cr_lf cl_abap_char_utilities=&amp;gt;cr_lf&lt;/P&gt;&lt;P&gt;            lv_string2&lt;/P&gt;&lt;P&gt;INTO lv_string3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE lv_string3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you now download this list (save to local file) and open it in notepad, you will notice that it has three empty lines between the first and the second string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is ok, however, you're requirement might not be clear to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2008 16:22:17 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2008-04-03T16:22:17Z</dc:date>
    <item>
      <title>line gap between string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-gap-between-string/m-p/3685921#M887581</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 to concatenate two strings in a single one, and there shoule be gap of two lines between those two strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example I want to concatenate string1 and string2 in string3, then after concatenate the string3 should have value as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;string1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;string2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all the attributes of class CL_ABAP_CHAR_UTILITIES but it doesnt helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neerup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 16:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-gap-between-string/m-p/3685921#M887581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T16:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: line gap between string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-gap-between-string/m-p/3685922#M887582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lv_string1  TYPE string VALUE 'string1',&lt;/P&gt;&lt;P&gt;      lv_string2  TYPE string VALUE 'string2',&lt;/P&gt;&lt;P&gt;      lv_string3  TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE lv_string1&lt;/P&gt;&lt;P&gt;            cl_abap_char_utilities=&amp;gt;cr_lf&lt;/P&gt;&lt;P&gt;            cl_abap_char_utilities=&amp;gt;cr_lf cl_abap_char_utilities=&amp;gt;cr_lf&lt;/P&gt;&lt;P&gt;            lv_string2&lt;/P&gt;&lt;P&gt;INTO lv_string3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE lv_string3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you now download this list (save to local file) and open it in notepad, you will notice that it has three empty lines between the first and the second string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is ok, however, you're requirement might not be clear to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 16:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-gap-between-string/m-p/3685922#M887582</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-03T16:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: line gap between string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-gap-between-string/m-p/3685923#M887583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to display it on list.. or you want to download that into file.&lt;/P&gt;&lt;P&gt;You can notice the effects of CL_ABAP_CHAR_UTILITIES  when you download that list into file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5143148"&gt;&lt;/A&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;G@urav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 16:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-gap-between-string/m-p/3685923#M887583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T16:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: line gap between string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/line-gap-between-string/m-p/3685924#M887584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
Neerup Sarkar,

Not possible to have lines in string. String always one line It can contain N of characters.

Thanks,
Venkat.O
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 16:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/line-gap-between-string/m-p/3685924#M887584</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2008-04-03T16:49:55Z</dc:date>
    </item>
  </channel>
</rss>

