<?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: String - Blank line in between in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120492#M985068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;                You can use cl_abap_char_utilities=&amp;gt;CR_LF   utility class variable in your logic. We used this in our project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 23:21:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T23:21:56Z</dc:date>
    <item>
      <title>String - Blank line in between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120490#M985066</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;I have a field that is of string data type. I am filling the string by concatenating some PO texts . Now I need to induce a new line in between the data based on a condition. &lt;/P&gt;&lt;P&gt;Or  in other words i want to start some partof data on next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 22:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120490#M985066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T22:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: String - Blank line in between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120491#M985067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try concatenating the line feed cl_abap_char_utilities=&amp;gt;CR_LF&lt;/P&gt;&lt;P&gt; in your string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 22:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120491#M985067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T22:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: String - Blank line in between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120492#M985068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;                You can use cl_abap_char_utilities=&amp;gt;CR_LF   utility class variable in your logic. We used this in our project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 23:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120492#M985068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T23:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: String - Blank line in between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120493#M985069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks . &lt;/P&gt;&lt;P&gt;How do i make use of this class to make the data start from the second (new) line.&lt;/P&gt;&lt;P&gt;Can you please gimme a sample code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 00:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120493#M985069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T00:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: String - Blank line in between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120494#M985070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add a new line you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: text type string.
data: l_newline type c value cl_abap_char_utilities=&amp;gt;newline.

concatenate 'Use new line' l_newline 'here.' into text.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use new line&lt;/P&gt;&lt;P&gt;here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 00:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120494#M985070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T00:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: String - Blank line in between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120495#M985071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro Achin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working:&lt;/P&gt;&lt;P&gt;In output, i am getting Use new line #here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need it as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use new line&lt;/P&gt;&lt;P&gt;  here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 13:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120495#M985071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T13:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: String - Blank line in between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120496#M985072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;                Try to make use of the FM's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_STRING_TO_TABLE&lt;/P&gt;&lt;P&gt;LXE_COMMON_XSTRING_TO_TABLE&lt;/P&gt;&lt;P&gt;G_BOOL_CONVERT_STRING_TO_TABLE&lt;/P&gt;&lt;P&gt;SWA_STRING_TO_TABLE&lt;/P&gt;&lt;P&gt;SWDP_STRING_TO_TABLE&lt;/P&gt;&lt;P&gt;C14W_STRING_TO_TLINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We used the FM "C14W_STRING_TO_TLINE"  in our projects. This will automatically split line by line and append into an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 14:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120496#M985072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T14:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: String - Blank line in between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120497#M985073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the debugger and list output it will look like "#" but if you download it to an ASCII file it will have a newline.&lt;/P&gt;&lt;P&gt;I don't think you can add new line in many features of abap (like messages)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 14:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120497#M985073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T14:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: String - Blank line in between</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120498#M985074</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 doing forms actually. I need to see it in a PDF layout .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 15:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-blank-line-in-between/m-p/4120498#M985074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T15:26:38Z</dc:date>
    </item>
  </channel>
</rss>

