<?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: Single String into Multiple rows in SAP-ABAP. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875163#M1789213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;use the following line. &lt;/P&gt;&lt;P&gt;replace all occurrence&amp;nbsp; of &lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN class="L0S33"&gt;'#' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;IN line with &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using this &lt;STRONG style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE , &lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;your data will be visible to you in ABC#.. etc format but that # will be symbol of new line. so data will store in DB in ABC#... format and on UI&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;abc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;bcd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;format. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** Line, string input. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Nov 2013 14:29:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-04T14:29:04Z</dc:date>
    <item>
      <title>Single String into Multiple rows in SAP-ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875161#M1789211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I need to convert a single string into multiple rows using abap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ABC#DEF#GHI" this string has to be converted into&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GHI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can anyone help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 14:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875161#M1789211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T14:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Single String into Multiple rows in SAP-ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875162#M1789212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use SPLIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;lt_substr &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STANDARD &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;string&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN class="L0S52"&gt;SPLIT &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ABC#DEF#GHI' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'#' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;lt_substr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 14:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875162#M1789212</guid>
      <dc:creator>aferngas</dc:creator>
      <dc:date>2013-11-04T14:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Single String into Multiple rows in SAP-ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875163#M1789213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;use the following line. &lt;/P&gt;&lt;P&gt;replace all occurrence&amp;nbsp; of &lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN class="L0S33"&gt;'#' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;IN line with &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using this &lt;STRONG style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE , &lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;your data will be visible to you in ABC#.. etc format but that # will be symbol of new line. so data will store in DB in ABC#... format and on UI&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;abc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;bcd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;format. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8182px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** Line, string input. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 14:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875163#M1789213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T14:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Single String into Multiple rows in SAP-ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875164#M1789214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;In addition of Alex, &lt;/EM&gt;Now LT_sunstr will have 3 row 1 will have ABC 2nd DEF and 3rd GHI. now if you want to show them on UI.&lt;/P&gt;&lt;P&gt;** demo code.&lt;/P&gt;&lt;P&gt;loop LT_sunstr to wa. (&lt;EM&gt;wa type string)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;write wa.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 14:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875164#M1789214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T14:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Single String into Multiple rows in SAP-ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875165#M1789215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First check actual value of # in your string, # can be any non-displayable character, once you are sure, then you may use &lt;A href="http://help.sap.com/abapdocu_731/en/abapsplit.htm"&gt;SPLIT&lt;/A&gt; statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 14:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875165#M1789215</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-11-04T14:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Single String into Multiple rows in SAP-ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875166#M1789216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please elabrate by coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 14:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875166#M1789216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T14:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Single String into Multiple rows in SAP-ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875167#M1789217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Can you please elabrate by coding.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 15:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875167#M1789217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T15:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Single String into Multiple rows in SAP-ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875168#M1789218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to know 2things in ABAP. &lt;/P&gt;&lt;P&gt;New line character in ABAP .. &lt;A __default_attr="149368" __jive_macro_name="thread" class="jive_macro jive_macro_thread" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Split statement in ABAP... &lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/fc/eb33f3358411d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw04s/helpdata/en/fc/eb33f3358411d1829f0000e829fbfe/content.htm"&gt;Splitting Character Strings (SAP Library - ABAP Programming (BC-ABA))&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read both before doing anything., &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 15:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875168#M1789218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T15:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Single String into Multiple rows in SAP-ABAP.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875169#M1789219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would be considered as spoon feeding,&amp;nbsp; (&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: #333333; background: white;"&gt;Read the&lt;/SPAN&gt; &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-19331"&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: #3778c7; background-color: white;"&gt;Rules of Engagement&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: #3778c7; background-color: white;"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="jive-rendered-content"&gt;&lt;P&gt;(And a code for a single statement....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 15:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-string-into-multiple-rows-in-sap-abap/m-p/9875169#M1789219</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-11-04T15:29:49Z</dc:date>
    </item>
  </channel>
</rss>

