<?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: How to put multiple lines into one without using a table? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101827#M1815122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am finding this seems to be more difficult than it appears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Feb 2014 18:52:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-17T18:52:02Z</dc:date>
    <item>
      <title>How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101820#M1815115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first question so I apologize if it is a little fuzzy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know how to put multiple lines into one line. Specifically, I am going through the purchase order table (EBAN) and I need to create a program that shows one line per purchase requisition instead of the SAP default of one line per each line item on the purchase requisition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Original&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Creator&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;10000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/1/2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; me&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; val1&lt;/P&gt;&lt;P&gt;10000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/1/2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; me&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; val2&lt;/P&gt;&lt;P&gt;10000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/1/2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; me&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; val3&lt;/P&gt;&lt;P&gt;10001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/2/2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; me&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; val1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;10001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/2/2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; me&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; val2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;What I Need&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Creator&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;10000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/1/2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; me&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; sum(val1, val2, val3)&lt;/P&gt;&lt;P&gt;10001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/2/2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; me&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; sum(val1, val2)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And to throw a wrench into the question I need to be able to do this &lt;SPAN style="text-decoration: underline;"&gt;without&lt;/SPAN&gt; using an internal table.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;Collin&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 23:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101820#M1815115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-16T23:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101821#M1815116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use collect statement &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 01:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101821#M1815116</guid>
      <dc:creator>VijayCR</dc:creator>
      <dc:date>2014-02-17T01:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101822#M1815117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Collin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested by Vijay, you can be able to meet your requirement by using COLLECT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However you need to collect the records into an internal table &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/568/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; but you are not okay to use internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 03:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101822#M1815117</guid>
      <dc:creator>ramakrishnappa</dc:creator>
      <dc:date>2014-02-17T03:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101823#M1815118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Collin,&lt;/P&gt;&lt;P&gt;loop your internal table which containing the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP at internal table&amp;nbsp; to wa_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;collect wa_tab to internal table.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 03:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101823#M1815118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T03:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101824#M1815119</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;Use SUM aggregate function in your SELECT query and group by PR No.&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;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 03:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101824#M1815119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T03:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101825#M1815120</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;&amp;gt; Use &lt;STRONG style="text-decoration: underline;"&gt;Collect&lt;/STRONG&gt; key word &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Use&amp;nbsp;&amp;nbsp; AT NEW PERNR .....&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; SUM.&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; APPEND TO ITAB .&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; ENDAT .&lt;/P&gt;&lt;P&gt;&amp;gt;Use SUM aggregate function in your SELECT query and group by PR No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above process u will need at least one&amp;nbsp;&amp;nbsp; internal table to keep the data .&lt;/P&gt;&lt;P&gt;..&lt;SPAN style="text-decoration: underline;"&gt;for without internal table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM EBAN INTO WA_EBAN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put logic for adding all line item&amp;nbsp; for a single pr no. and use WRITE to display .&lt;/P&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;&lt;P&gt;ENDSELECT .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 04:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101825#M1815120</guid>
      <dc:creator>dibyajeeban_jena</dc:creator>
      <dc:date>2014-02-17T04:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101826#M1815121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response, but I am looking for the way to do it without an internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 18:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101826#M1815121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T18:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101827#M1815122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am finding this seems to be more difficult than it appears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 18:52:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101827#M1815122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T18:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101828#M1815123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response, but I need the process that does not use an internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 18:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101828#M1815123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T18:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101829#M1815124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried to do this because it makes sense to me logically, but I cannot seem to get it to display properly. Could you possibly show me an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 18:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101829#M1815124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T18:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101830#M1815125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This way makes the most sense to me now, but I cannot get it to display correctly. Because I am new to these discussion boards and am not complete familiar with some terminology, in the line your wrote, "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SELECT * FROM EBAN INTO WA_EBAN&lt;/SPAN&gt;" is wa_eban a variable declared earlier? And if so of what type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for putting up with my newness of ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 18:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101830#M1815125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T18:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101831#M1815126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Collin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's correct. WA_EBAN is a variable, and you can declare like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_EBAN TYPE EBAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Renzo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 20:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101831#M1815126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T20:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101832#M1815127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the reason to avoid an internal table by all means? Is this an academic experiment?&lt;/P&gt;&lt;P&gt;You might as well ask how to take a shower without getting wet, at least as long as you don't disclose the rationale behind this artificial limitation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 20:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101832#M1815127</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2014-02-17T20:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101833#M1815128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a very good question.&amp;nbsp; As you guessed, this is an academic experiment to see if it is plausible to do such a thing. Taking a shower without getting wet is a very good analogy for this, but nonetheless it was my goal to make this process work if at all possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 20:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101833#M1815128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T20:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101834#M1815129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a structure, as already suggested, and do SELECT in a LOOP or SELECT... ENDSELECT. But neither of these would be a recommended solution, so this exercise just doesn't make any sense IMHO. I'd suggest to study the examples provided in ABAP Editor instead of coming up with some made-up challenges. I honestly don't recall ever having a requirement to avoid internal tables or to make a program as inefficient as possible...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 22:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101834#M1815129</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2014-02-17T22:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101835#M1815130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate your input, but at this point in time I am not worried about the recommended solution because I know that this would not be the way. I'm trying to broaden my understanding of how the code would work and trying to be able to develop my explanation of what I am trying to accomplish more clearly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 23:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101835#M1815130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T23:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101836#M1815131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT group_eban.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: eban.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_banfn FOR eban-banfn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT banfn badat ernam SUM( bumng )&lt;/P&gt;&lt;P&gt;FROM eban INTO CORRESPONDING FIELDS OF eban&lt;/P&gt;&lt;P&gt;WHERE banfn IN s_banfn&lt;/P&gt;&lt;P&gt;GROUP BY banfn badat ernam.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 23:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101836#M1815131</guid>
      <dc:creator>juan_suros</dc:creator>
      <dc:date>2014-02-17T23:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101837#M1815132</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;You can try the solution suggested by Juan Suros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 02:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101837#M1815132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-18T02:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101838#M1815133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your response. With this code I get a screen which is looking for a value that does not have any possible entries. I am newer to ABAP so I will play around with it and see what I can find. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 02:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101838#M1815133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-18T02:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to put multiple lines into one without using a table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101839#M1815134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a complete example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT group_eban.&lt;/P&gt;&lt;P&gt;TABLES: eban.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_banfn FOR eban-banfn.&lt;/P&gt;&lt;P&gt;WRITE: /01 'PR',12 'Date', 23 'Creator',47 'Value'.&lt;/P&gt;&lt;P&gt;SELECT banfn badat ernam SUM( bumng )&lt;/P&gt;&lt;P&gt;FROM eban INTO CORRESPONDING FIELDS OF eban&lt;/P&gt;&lt;P&gt;WHERE banfn IN s_banfn&lt;/P&gt;&lt;P&gt;GROUP BY banfn badat ernam.&lt;/P&gt;&lt;P&gt;WRITE: /01 eban-banfn, eban-badat, eban-ernam, eban-bumng.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-put-multiple-lines-into-one-without-using-a-table/m-p/10101839#M1815134</guid>
      <dc:creator>juan_suros</dc:creator>
      <dc:date>2014-02-18T15:29:47Z</dc:date>
    </item>
  </channel>
</rss>

