<?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: update database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table/m-p/6638404#M1443040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please do not ask for "immediate" answers. And don't even think about updating BSEG this way - locked to prevent damage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Feb 2010 23:18:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-06T23:18:59Z</dc:date>
    <item>
      <title>update database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table/m-p/6638400#M1443036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;i want to update a field in a database table.In production one value is posteb in the table is wrong.&lt;/P&gt;&lt;P&gt;I know only through update statement we can update a field in the database table.Is it possible.&lt;/P&gt;&lt;P&gt;Ex: update bseg set fname = ' ' where condition.&lt;/P&gt;&lt;P&gt;please give me the details.&lt;/P&gt;&lt;P&gt;what are the steps to be taken to update a field in a database table(sap table).&lt;/P&gt;&lt;P&gt;i want immediate answers for this.&lt;/P&gt;&lt;P&gt;please help me in this.&lt;/P&gt;&lt;P&gt;simentaneously i am seraching sdn also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 12:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table/m-p/6638400#M1443036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-06T12:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: update database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table/m-p/6638401#M1443037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this small example for update..using alv reports&lt;/P&gt;&lt;P&gt;i hope this will slove ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;rajesh swami&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Feb 6, 2010 6:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 13:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table/m-p/6638401#M1443037</guid>
      <dc:creator>rajeshswami_swami</dc:creator>
      <dc:date>2010-02-06T13:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: update database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table/m-p/6638402#M1443038</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;&lt;STRONG&gt;We are not supposed to do the direct table update for ANY standard table&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find out the appropriate transaction and develop a program with BAPI/BDC for updating that field. Take help from your functional consultant in identifying the T-code used.&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>Sat, 06 Feb 2010 14:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table/m-p/6638402#M1443038</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-06T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: update database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table/m-p/6638403#M1443039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;Since BSEG is a standard table it is not recommended to update a particular field in it becoz it may lead to data inconsistencies &amp;amp; may cause further processing problems .&lt;/P&gt;&lt;P&gt;My suggestion to you is find how did a wrong entry get posted, if it is manual mistake then there will be some way to reverse this entry for this contact your functional consultant. He might be able to tackle this problem in better manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhijit G. Borkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 14:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table/m-p/6638403#M1443039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-06T14:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: update database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table/m-p/6638404#M1443040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please do not ask for "immediate" answers. And don't even think about updating BSEG this way - locked to prevent damage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 23:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table/m-p/6638404#M1443040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-06T23:18:59Z</dc:date>
    </item>
  </channel>
</rss>

