<?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: Changes in tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585043#M1273534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;get some info:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sample-code-abap.blogspot.com/2008/02/applying-change-document-technique-on.html" target="test_blank"&gt;http://sample-code-abap.blogspot.com/2008/02/applying-change-document-technique-on.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/change+document" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/change+document&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 May 2009 19:31:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-17T19:31:55Z</dc:date>
    <item>
      <title>Changes in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585033#M1273524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need to notify a non-SAP system of every change made in some customizing and master data SAP tables. The system must be notified on-line as soon as the change is saved (without XI). Any ideas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 09:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585033#M1273524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T09:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585034#M1273525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes its possbile. For standard check if there is any Change Document Object Defined. For Custom you will have to define the Change document thru SCDO Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the change documents are generated You need to create the change pointer tables thru BD52 transaction, again for Custom table you will have to write change pointers manually by Using Change pointer function modules like &lt;STRONG&gt;CHANGE_POINTERS_CREATE&lt;/STRONG&gt;, Then schedule the RBDMIDOC to create the IDOC from change pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer [this|https://help.sap.com/saphelp_nwmobile71/helpdata/en/2a/fa018f493111d182b70000e829fbfe/content.htm] for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are significant efforts achiving it all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 12:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585034#M1273525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T12:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585035#M1273526</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;Also explore using the table maintenance events like AFTER_SAVE , BEFORE_SAVE etc by creating custom views..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 13:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585035#M1273526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T13:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585036#M1273527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;It depends on how these tables are maintained. If it is SM30 see tip above. If it is using "real" transactions consider finding a BAdI or User Exit or Enhancement Point to implement your notifications. Worst case you could think about a modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change pointers as outlined above can also be used but I think you will spend much more effort on implementing this variant. And for SM30/SM31 maintenance you can forget this alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Volker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 14:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585036#M1273527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T14:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585037#M1273528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Where can I explore these events?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2009 15:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585037#M1273528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-17T15:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585038#M1273529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer &lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2009 15:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585038#M1273529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-17T15:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585039#M1273530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;BUT, what can I do if the event already exists in a standard manner? I need a specific event (AFTER_SAVE 02 ) so if the event has been created for the table I need I can not create a new entry for my code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2009 16:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585039#M1273530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-17T16:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585040#M1273531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per 3rd screen of the document you have to specify the FORM name for 02 i.e. save and write code there to write change pointers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2009 17:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585040#M1273531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-17T17:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585041#M1273532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shital,&lt;/P&gt;&lt;P&gt;it is not possible to save and create your own form for an event that already exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2009 17:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585041#M1273532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-17T17:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585042#M1273533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shital,&lt;/P&gt;&lt;P&gt;Can you please give me more detials on SCDO. I have created a change doc object. Everything I will beed to do is custom.&lt;/P&gt;&lt;P&gt;What are the rest of the steps I need to preform?&lt;/P&gt;&lt;P&gt;I will I know the IDOC structure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2009 18:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585042#M1273533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-17T18:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changes in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585043#M1273534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;get some info:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sample-code-abap.blogspot.com/2008/02/applying-change-document-technique-on.html" target="test_blank"&gt;http://sample-code-abap.blogspot.com/2008/02/applying-change-document-technique-on.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/change+document" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/change+document&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2009 19:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-tables/m-p/5585043#M1273534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-17T19:31:55Z</dc:date>
    </item>
  </channel>
</rss>

