<?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: Regarding RESB table changes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-resb-table-changes/m-p/2511762#M568084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By looking into the table RESB record it seems difficult to determine the newly created or changed record on time stamp.&lt;/P&gt;&lt;P&gt;Here I am sharing my opinion.&lt;/P&gt;&lt;P&gt;You can implement a bussiness logic to determine for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First determine all the standard SAP transactions that can change the records in  this table. I&lt;/P&gt;&lt;P&gt;2. Look for a BADI/user exits triggered on data save on those t-codes.&lt;/P&gt;&lt;P&gt;3. Create your own table(I mean custom table) with the key fields of RESB + a time stamp field.&lt;/P&gt;&lt;P&gt;3. when BADI/USER-EXITS triggered, save the records of RESB (newly created/changed) in your custom table. Now this table should serve your purpose. Instead of creating new records in your custom table for each changed records in RESB just update the custom table with the timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this way you can reach your goal. This usually is one of the practice that followed in such scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2007 05:43:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-13T05:43:00Z</dc:date>
    <item>
      <title>Regarding RESB table changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-resb-table-changes/m-p/2511761#M568083</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 m working on one interface, in which i hav RESB (reservation table) extraction process. For the initial run of this interface all the records should be downloaded .But on subsequent execution i need only the changed records. The problem is there is no means for me to keep track of the changes in RESB, as these are not getting reflected in change tables CDHDR and CDPOS. Also there is no CREATED/CHANGED date fields in RESB table. Does anyone know any alternative for fetching the changed or newly records from RESB table based on date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 06:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-resb-table-changes/m-p/2511761#M568083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T06:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding RESB table changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-resb-table-changes/m-p/2511762#M568084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By looking into the table RESB record it seems difficult to determine the newly created or changed record on time stamp.&lt;/P&gt;&lt;P&gt;Here I am sharing my opinion.&lt;/P&gt;&lt;P&gt;You can implement a bussiness logic to determine for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First determine all the standard SAP transactions that can change the records in  this table. I&lt;/P&gt;&lt;P&gt;2. Look for a BADI/user exits triggered on data save on those t-codes.&lt;/P&gt;&lt;P&gt;3. Create your own table(I mean custom table) with the key fields of RESB + a time stamp field.&lt;/P&gt;&lt;P&gt;3. when BADI/USER-EXITS triggered, save the records of RESB (newly created/changed) in your custom table. Now this table should serve your purpose. Instead of creating new records in your custom table for each changed records in RESB just update the custom table with the timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this way you can reach your goal. This usually is one of the practice that followed in such scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 05:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-resb-table-changes/m-p/2511762#M568084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T05:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding RESB table changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-resb-table-changes/m-p/2511763#M568085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find the trigger ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 17:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-resb-table-changes/m-p/2511763#M568085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T17:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding RESB table changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-resb-table-changes/m-p/2511764#M568086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes.. solved the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 04:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-resb-table-changes/m-p/2511764#M568086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T04:48:16Z</dc:date>
    </item>
  </channel>
</rss>

