<?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: HELP IN CODE FOR EXPERTS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643269#M608622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi antonio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes 4 your replay!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try it but it delete all price that i have and put 200000 in all price?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2007 20:26:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-27T20:26:31Z</dc:date>
    <item>
      <title>HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643260#M608613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HALLOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hallow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two tables that i wont to move the data(price) from first table INTAB_A132&lt;/P&gt;&lt;P&gt;to table zempkostlprice_rec. in table zempkostlprice_rec i have 2 colman one is date and resrc and i wont to add from table INTAB_A132 the price to zempkostlprice_rec .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i give example.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REMOVED BY MODERATOR&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;i give the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTAB_A132&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resrc date kbetr(price)&lt;/P&gt;&lt;P&gt;0000123456 20070101 20.0000&lt;/P&gt;&lt;P&gt;0000123456 20070601 25.0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the date mean that from 01012007 until 01062007 the price where 20.0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what i have in table right now zempkostlprice_rec and i wont to add price colman from INTAB_A132&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zempkostlprice_rec&lt;/P&gt;&lt;P&gt;rserc date&lt;/P&gt;&lt;P&gt;1 0000123456 012007 &lt;/P&gt;&lt;P&gt;2 0000123456 022007 &lt;/P&gt;&lt;P&gt;3 0000123456 032007 &lt;/P&gt;&lt;P&gt;4 0000123456 042007 &lt;/P&gt;&lt;P&gt;5 0000123456 052007 &lt;/P&gt;&lt;P&gt;6 0000123456 062007 &lt;/P&gt;&lt;P&gt;7 0000123456 072007 &lt;/P&gt;&lt;P&gt;8 0000123456 082007 &lt;/P&gt;&lt;P&gt;9 0000123456 092007 &lt;/P&gt;&lt;P&gt;10 0000123456 102007 &lt;/P&gt;&lt;P&gt;11 0000123456 112007 &lt;/P&gt;&lt;P&gt;12 0000123456 122007 &lt;/P&gt;&lt;P&gt;13 0000123456 012008 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what i wont to add price colman to thired table from intab_konp &lt;/P&gt;&lt;P&gt;u can see that price have to be change after 01062007 to 250000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resrc                  date       price&lt;/P&gt;&lt;P&gt;1 0000123456 012007 20000.00&lt;/P&gt;&lt;P&gt;2 0000123456 01022007 20000.00&lt;/P&gt;&lt;P&gt;3 0000123456 01032007 20000.00&lt;/P&gt;&lt;P&gt;4 0000123456 01042007 20000.00&lt;/P&gt;&lt;P&gt;5 0000123456 01052007 20000.00&lt;/P&gt;&lt;P&gt;6 0000123456 01062007 250000.00 &lt;/P&gt;&lt;P&gt;7 0000123456 01072007 250000.00&lt;/P&gt;&lt;P&gt;8 0000123456 01082007 250000.00&lt;/P&gt;&lt;P&gt;9 0000123456 01092007 250000.00&lt;/P&gt;&lt;P&gt;10 0000123456 01102007 250000.00&lt;/P&gt;&lt;P&gt;11 0000123456 01112007 250000.00&lt;/P&gt;&lt;P&gt;12 0000123456 01122007 250000.00&lt;/P&gt;&lt;P&gt;13 0000123456 01 012008 250000.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I TRY WIT THAT CODE BUT I GET JUST PRICE WHERE DATE &amp;gt; 01062007&lt;/P&gt;&lt;P&gt;I WONT ALSO WHEN DATE LESS THEN 01062007 WHERE PRICE 20.00000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(i use the function to cahnge the format of day to be the same format in both table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT zempkostlprice_rec INTO wa_zem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE intab_a132 INTO wa_intab_a132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' &lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;date_external = wa_zem-date&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;date_internal = tmp_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF wa_intab_a132-datab LE tmp_date.&lt;/P&gt;&lt;P&gt;MOVE: wa_intab_a132-kbetr TO wa_zem-kbetr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY zempkostlprice_rec FROM wa_zem TRANSPORTING kbetr .&lt;/P&gt;&lt;P&gt;CLEAR:wa_zem,wa_intab_a132.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0000123456 012007 0.00&lt;/P&gt;&lt;P&gt;0000123456 022007 0.00&lt;/P&gt;&lt;P&gt;0000123456 032007 0.00&lt;/P&gt;&lt;P&gt;0000123456 042007 0.00&lt;/P&gt;&lt;P&gt;0000123456 052007 0.00&lt;/P&gt;&lt;P&gt;0000123456 062007 250000.00&lt;/P&gt;&lt;P&gt;0000123456 072007 250000.00&lt;/P&gt;&lt;P&gt;0000123456 082007 250000.00&lt;/P&gt;&lt;P&gt;0000123456 092007 250000.00&lt;/P&gt;&lt;P&gt;0000123456 102007 250000.00&lt;/P&gt;&lt;P&gt;0000123456 112007 250000.&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 17:02:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643260#M608613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T17:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643261#M608614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frinds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz some one can give me any sugsstion i am stuck?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 17:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643261#M608614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T17:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643262#M608615</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;u try what i post in your first message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 18:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643262#M608615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T18:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643263#M608616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u want to pass the value of the column price without any condition to one table to another this is how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT zempkostlprice_rec INTO wa_zem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE intab_a132 WITH KEY  rserc = zempkostlprice_rec-rserc INTO wa_intab_a132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;  date_external = wa_zem-date&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;  date_internal = tmp_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_zem-kbetr = wa_intab_a132-kbetr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODIFY zempkostlprice_rec FROM wa_zem.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR: wa_zem, wa_intab_a132.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings ^^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 18:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643263#M608616</guid>
      <dc:creator>Rodrigo-Giner</dc:creator>
      <dc:date>2007-08-27T18:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643264#M608617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rodrigo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes for your replay!!!&lt;/P&gt;&lt;P&gt;if u can see i have in tables all time the same rserc &lt;/P&gt;&lt;P&gt;do u think that is solved my problem?(i think it bring the same results)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 18:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643264#M608617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T18:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643265#M608618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi expert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz if u think i cant solve it let me now i try to find soltion in forum from morning and i cant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 19:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643265#M608618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T19:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643266#M608619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, now I notice that u even dont care the date. copy my code, i mistype the field resrc bc u wrote it wrong the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the "coment I put example of the first line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT zempkostlprice_rec INTO wa_zem. " zempkostlprice_rec-resrc = 0000123456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE intab_a132 WITH KEY resrc = zempkostlprice_rec-rserc INTO wa_intab_a132. "if it find any rserc = 0000123456 in the table itab_a132 -&amp;gt; sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0. " wa_intab_a132-kbetr = 20.0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_zem-kbetr = wa_intab_a132-kbetr. "pass the value -&amp;gt; wa_zem-kbetr = 20.0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY zempkostlprice_rec FROM wa_zem. " Modify the table.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR: wa_zem, wa_intab_a132.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 19:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643266#M608619</guid>
      <dc:creator>Rodrigo-Giner</dc:creator>
      <dc:date>2007-08-27T19:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643267#M608620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rodrigo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think it have problem becouse u dont refer to date like i do in my code and rserc&lt;/P&gt;&lt;P&gt;its always the same in 2 tables i think that the field that can help is the date as u can see from 010107 until 010607 the price is 200000 and from 010607 the price is 250000 in my code i refer to date but i do it partly .&lt;/P&gt;&lt;P&gt;maybe u can give me idea .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here if i do like u tell it delete the record after 010607and put thier 200000 insted 250000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 19:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643267#M608620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T19:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643268#M608621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi snaya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u do else if the date GE  modify with next data from intab_a132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 20:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643268#M608621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T20:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643269#M608622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi antonio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes 4 your replay!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try it but it delete all price that i have and put 200000 in all price?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 20:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643269#M608622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T20:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643270#M608623</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;any idea plz ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 21:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643270#M608623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T21:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: HELP IN CODE FOR EXPERTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643271#M608624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you need ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tought that you only need moving one field (price) from a internal table to another, this is ok ? or there is a date condition about moving a value or not ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 12:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-code-for-experts/m-p/2643271#M608624</guid>
      <dc:creator>Rodrigo-Giner</dc:creator>
      <dc:date>2007-08-29T12:56:49Z</dc:date>
    </item>
  </channel>
</rss>

