<?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 - Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314380#M793862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Do not pursue any coding options that perform direct table updates!!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for BAPIs or even resort to an old-fashioned BDC ot make your updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct table updates can quickly destroy the referential integrity of the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it could quickly end your employment as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2008 15:54:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-28T15:54:08Z</dc:date>
    <item>
      <title>Update database table - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314377#M793859</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 want to update a database table from an internal table with a certain condition .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I want to update the MARA table from values in the internal table it_mara (say) with a condition MTART in MARA eq 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one tell me the syntax for this.Its bit urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 15:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314377#M793859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T15:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update database table - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314378#M793860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu have another internal table and get only the records that you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab where mtart = 'XYZ'.&lt;/P&gt;&lt;P&gt;move-corresponding itab to itab_new.&lt;/P&gt;&lt;P&gt;append itab_new.&lt;/P&gt;&lt;P&gt;clear itab_new.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify mara from table itab_new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kanth Talagana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 15:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314378#M793860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T15:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update database table - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314379#M793861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's generally a bad idea to directly update standard SAP tables. There may be other tables that need to be updated as well and if you don't take that into account, you could run into a problem with data integrity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 15:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314379#M793861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T15:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Update database table - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314380#M793862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Do not pursue any coding options that perform direct table updates!!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for BAPIs or even resort to an old-fashioned BDC ot make your updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct table updates can quickly destroy the referential integrity of the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it could quickly end your employment as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 15:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314380#M793862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T15:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Update database table - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314381#M793863</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 want to transfer some data from 3 internal tables into an app server.I remember that there is some syntax 'Open file with appending mode'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me the correct syntac for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 16:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314381#M793863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T16:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Update database table - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314382#M793864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to be clear - you did NOT implement direct table updates - did you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 16:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314382#M793864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T16:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update database table - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314383#M793865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer:&lt;/P&gt;&lt;P&gt;OPEN DATASET your_app_server_path_and_filename_here  FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 16:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314383#M793865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T16:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Update database table - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314384#M793866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an entirely different question. Since you've marked it as solved, you'll probably get more response if you post a new thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 16:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-urgent/m-p/3314384#M793866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T16:45:01Z</dc:date>
    </item>
  </channel>
</rss>

