<?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: replace table entries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997421#M708075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those tables are not standard one.only custom tables.So I need a custom program.Can any one give me the idea about this program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2007 08:29:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-13T08:29:34Z</dc:date>
    <item>
      <title>replace table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997419#M708073</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;        I want to replace some old values with new values at table level.there are so many tables need to replace those values.that means i have 30 to 40 tables to replace.for this i want a report program .Can any one give me the idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 08:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997419#M708073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T08:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: replace table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997420#M708074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to replace some standard table value then better option is to change it through Standard SAP Tcode so that it will automatically change the values in all corresponding tables...&lt;/P&gt;&lt;P&gt;if you want to change values in the custom table then design a report that will change these values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 08:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997420#M708074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T08:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: replace table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997421#M708075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those tables are not standard one.only custom tables.So I need a custom program.Can any one give me the idea about this program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 08:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997421#M708075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T08:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: replace table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997422#M708076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to select the data from the custom table make sure you select proper record from each table.... (compare all the key values)&lt;/P&gt;&lt;P&gt;make change in the record (i.e. in internal table) ... update the custom tables with these values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 08:51:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997422#M708076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T08:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: replace table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997423#M708077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u give me the brief coding for this.means i want table name in the selection screen.so table of type what?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 08:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997423#M708077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T08:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: replace table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997424#M708078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;   this code may help u out try it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at itabline.&lt;/P&gt;&lt;P&gt;    zg8_ekpo-ebeln = zg8_ekko-ebeln.&lt;/P&gt;&lt;P&gt;    zg8_ekpo-ebelp = itabline-ebelp.&lt;/P&gt;&lt;P&gt;    zg8_ekpo-matnr = itabline-matnr.&lt;/P&gt;&lt;P&gt;    zg8_ekpo-menge = itabline-menge.&lt;/P&gt;&lt;P&gt;    zg8_ekpo-meins = itabline-meins.&lt;/P&gt;&lt;P&gt;    zg8_ekpo-netpr = itabline-netpr.&lt;/P&gt;&lt;P&gt;    zg8_ekpo-waers = itabline-waers.&lt;/P&gt;&lt;P&gt;*Update the entries into item table&lt;/P&gt;&lt;P&gt;    modify zg8_ekpo.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;here itabline is an internal table and zg8_ekpo is the custom table so first get the the values u want to modify into an internal table and then move them into the custom table the modify statement will do the rest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if found helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 04:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-table-entries/m-p/2997424#M708078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T04:42:44Z</dc:date>
    </item>
  </channel>
</rss>

