<?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 Update : Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-table/m-p/1603528#M270948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  i need to update a table in the user-exit, AENR is the table and based on the primary key that is AENNR i have to update AENST, what is the best way of doing it , as i have searched for BAPI's but could not find one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2006 09:15:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-10T09:15:34Z</dc:date>
    <item>
      <title>Update : Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-table/m-p/1603528#M270948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  i need to update a table in the user-exit, AENR is the table and based on the primary key that is AENNR i have to update AENST, what is the best way of doing it , as i have searched for BAPI's but could not find one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-table/m-p/1603528#M270948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T09:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update : Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-table/m-p/1603529#M270949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a update function module or call a function in update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To call a function module directly, use CALL FUNCTION IN UPDATE TASK directly in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FUNCTMOD' IN UPDATE TASK EXPORTING... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system then logs your request and executes the function module when the next COMMIT WORK statement is reached. The parameter values used to execute the function module are those current at the time of the call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a = 1. &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'UPD_FM' IN UPDATE TASK EXPORTING PAR = A... &lt;/P&gt;&lt;P&gt;a = 2. &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'UPD_FM' IN UPDATE TASK EXPORTING PAR = A... &lt;/P&gt;&lt;P&gt;a = 3. &lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-table/m-p/1603529#M270949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T09:24:04Z</dc:date>
    </item>
  </channel>
</rss>

