<?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: modify in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify/m-p/2745272#M638122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to update the standard database table from the report program &lt;/P&gt;&lt;P&gt;with out useing modify statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 13:21:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-29T13:21:19Z</dc:date>
    <item>
      <title>modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify/m-p/2745269#M638119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any FM for modifying data base table from a report program&lt;/P&gt;&lt;P&gt;with out useing MODIFY ststement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 12:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify/m-p/2745269#M638119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T12:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify/m-p/2745270#M638120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi N Naresh,&lt;/P&gt;&lt;P&gt;I'm afraid I don't understand your question very much. Do you mean update the contents of a table? Or changing the structure?&lt;/P&gt;&lt;P&gt;In the first case, you should use UPDATE statements. In the second case, some ALTER TABLE encapsulated into an EXEC SQL statement.&lt;/P&gt;&lt;P&gt;Please answer back with further info. Best regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 13:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify/m-p/2745270#M638120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T13:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify/m-p/2745271#M638121</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;Its very important to state whether you mean standard SAP delivered tables or custom tables created by yourself.  If it is a standard SAP table then yuo should be trying to find a BAPI or normal function module to update the data and failing that a BDC - you should not be directly updating the table in ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a custom table you have created then it is just as good to use a direct update.  Of course, you could create your own BAPI that updates the table and performs any updates to other linked tables as necessary - this will depend on your business requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 13:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify/m-p/2745271#M638121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T13:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify/m-p/2745272#M638122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to update the standard database table from the report program &lt;/P&gt;&lt;P&gt;with out useing modify statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 13:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify/m-p/2745272#M638122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T13:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify/m-p/2745273#M638123</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;You really shouldn't be updating a standard SAP table - this is something you should never do unless you are updating custom fields in an appended structure on a standard table.  And even then it should only be done carefully!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What table is it, as someone may be able to recommend a function module that you can use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 13:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify/m-p/2745273#M638123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T13:26:43Z</dc:date>
    </item>
  </channel>
</rss>

