<?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 DD table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-dd-table/m-p/1856639#M362132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although i am not sure, try calling your report in this BADI DELIVERY_PUBLISH (Announcement of delivery data during database update)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jan 2007 21:24:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-29T21:24:47Z</dc:date>
    <item>
      <title>Update DD table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-dd-table/m-p/1856637#M362130</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 need to add entries into a DD table through a report program.&lt;/P&gt;&lt;P&gt;This report must be triggered automatically when ever a new delivery number is entered into the master data table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 20:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-dd-table/m-p/1856637#M362130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T20:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Update DD table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-dd-table/m-p/1856638#M362131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You can write a User-exit for this. Whenever the delivery is created, the user exit should call the program to insert records into the DB table. &lt;/P&gt;&lt;P&gt;Check the following procedure to enter records into DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Lock the table in optimistic mode&lt;/P&gt;&lt;P&gt;2. validate the data&lt;/P&gt;&lt;P&gt;3. Lock the table in exlusive mode.&lt;/P&gt;&lt;P&gt;4. Insert the records using INSERT/Update/Modify commands&lt;/P&gt;&lt;P&gt;Insert &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3a6d358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3a6d358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3a94358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3a94358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3ac8358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3ac8358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. If update is successful, then unlock and commit the database&lt;/P&gt;&lt;P&gt;6. if unsuccessful, rollback and unlock the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 21:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-dd-table/m-p/1856638#M362131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T21:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Update DD table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-dd-table/m-p/1856639#M362132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although i am not sure, try calling your report in this BADI DELIVERY_PUBLISH (Announcement of delivery data during database update)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 21:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-dd-table/m-p/1856639#M362132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T21:24:47Z</dc:date>
    </item>
  </channel>
</rss>

