<?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: Regarding storing each row value into one variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990759#M1697231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Thorsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know fetching the data from table and also loop, &lt;/P&gt;&lt;P&gt;See:&amp;nbsp; the first row of data from table is fetching using select statement, after 2nd row will fetch, after 3rd. etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My query is: for each time i want to move the data into some different variables(like t1,t2,t3, etc&amp;nbsp; ), Can you getting my points?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linganathan.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2012 04:47:38 GMT</pubDate>
    <dc:creator>former_member242166</dc:creator>
    <dc:date>2012-08-24T04:47:38Z</dc:date>
    <item>
      <title>Regarding storing each row value into one variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990753#M1697225</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 5 line items for the same billing document ( Table: VBRP, Vbeln is primary key) , I want store each row in different variables, because i want to send that line items to external id. I Know the concepts of mail sending from sap.&amp;nbsp; When i try my concepts the last line item only stored into that variables. I want all line items in different variables.&amp;nbsp; Please Help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;My code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters : docno type vbrk-vbeln.&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;select &lt;/SPAN&gt;fkimg arktx kzwi1 &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;vbrp &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;(fkimg1,arktx1,kzwi11) &lt;SPAN class="L0S52"&gt;where &lt;/SPAN&gt;vbeln = docno.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; t1 = arktx1.&lt;/P&gt;&lt;P&gt; t2 = fkimg1.&lt;/P&gt;&lt;P&gt; t3 = kzwi11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hints:&amp;nbsp; How can i get the table value in different variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linganathan.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 09:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990753#M1697225</guid>
      <dc:creator>former_member242166</dc:creator>
      <dc:date>2012-08-22T09:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding storing each row value into one variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990754#M1697226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName"&gt;Linganathan&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;I would put the result of the select into an internal table. Then you have one line in the table for each of the line items. Best regards&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:48:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990754#M1697226</guid>
      <dc:creator>schneidertho</dc:creator>
      <dc:date>2012-08-22T14:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding storing each row value into one variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990755#M1697227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thorsten,&lt;/P&gt;&lt;P&gt;Can You explain me somewhat briefly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Linganathan.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 08:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990755#M1697227</guid>
      <dc:creator>former_member242166</dc:creator>
      <dc:date>2012-08-23T08:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding storing each row value into one variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990756#M1697228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Linganathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take all the selection data in an internal table.&lt;/P&gt;&lt;P&gt;Then loop to this internal table and keep on concatenating the details which you need and at end of the VBELN, move whereever you need..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 08:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990756#M1697228</guid>
      <dc:creator>former_member209818</dc:creator>
      <dc:date>2012-08-23T08:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding storing each row value into one variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990757#M1697229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Harshad Bhingarkar, Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible can you send some sample coding for the same example. I will be very thankful to u.&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;Linganathan.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 08:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990757#M1697229</guid>
      <dc:creator>former_member242166</dc:creator>
      <dc:date>2012-08-23T08:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding storing each row value into one variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990758#M1697230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName"&gt;Linganathan&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pseudo code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select field1, field2, field 3 from... into table itab where...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;loop at itab into wa.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; send_eMail(wa-field1, wa-field2, wa-field3).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;endloop.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But please also spend some time and take a look at the standard documentation for Open SQL and internal tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 16:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990758#M1697230</guid>
      <dc:creator>schneidertho</dc:creator>
      <dc:date>2012-08-23T16:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding storing each row value into one variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990759#M1697231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Thorsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know fetching the data from table and also loop, &lt;/P&gt;&lt;P&gt;See:&amp;nbsp; the first row of data from table is fetching using select statement, after 2nd row will fetch, after 3rd. etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My query is: for each time i want to move the data into some different variables(like t1,t2,t3, etc&amp;nbsp; ), Can you getting my points?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linganathan.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 04:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990759#M1697231</guid>
      <dc:creator>former_member242166</dc:creator>
      <dc:date>2012-08-24T04:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding storing each row value into one variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990760#M1697232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linganathan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure, if I completely understand what you want to do. Here how you could do it. &lt;/P&gt;&lt;P&gt;But how do you know how many variables do you need? You can see in my example code that I exit the loop after 3 times, because I only have three variables. But can you rely on that? &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;REPORT zts_fieldsymbols.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;gt_t005 &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;t005&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_t005 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;t005&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;gv_land1_01 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;land1&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gv_land1_02 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;land1&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gv_land1_03 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;land1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;gv_counter&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;n&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gv_varname&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;11&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;c&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN class="L0S52"&gt;FIELD-SYMBOLS&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&amp;lt;gv_land1&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;land1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;t005 &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;CORRESPONDING &lt;SPAN class="L0S52"&gt;FIELDS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;gt_t005&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;gt_t005 &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;gs_t005&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; gv_counter &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tabix&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;gv_counter &amp;lt;= &lt;SPAN class="L0S32"&gt;3&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CONCATENATE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'GV_LAND1_' &lt;/SPAN&gt;gv_counter &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;gv_varname&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;gv_varname&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;gv_land1&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;gv_land1&amp;gt; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_t005&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;land1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UNASSIGN &amp;lt;gv_land1&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ELSE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXIT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN class="L0S52"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;gv_land1_01&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;space&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;gv_land1_02&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;space&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;gv_land1_03&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 20:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-storing-each-row-value-into-one-variable/m-p/8990760#M1697232</guid>
      <dc:creator>schneidertho</dc:creator>
      <dc:date>2012-08-24T20:17:51Z</dc:date>
    </item>
  </channel>
</rss>

