<?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 Activate Change Log for HUSSTAT Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408692#M10757</link>
    <description>&lt;P&gt;How do we activate the change log for a standard table like HUSSTAT so that the change logs are recorded in CDHDR and CDPOS tables?&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2017 08:20:55 GMT</pubDate>
    <dc:creator>poorna_soysa1</dc:creator>
    <dc:date>2017-06-30T08:20:55Z</dc:date>
    <item>
      <title>Activate Change Log for HUSSTAT Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408692#M10757</link>
      <description>&lt;P&gt;How do we activate the change log for a standard table like HUSSTAT so that the change logs are recorded in CDHDR and CDPOS tables?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 08:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408692#M10757</guid>
      <dc:creator>poorna_soysa1</dc:creator>
      <dc:date>2017-06-30T08:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Activate Change Log for HUSSTAT Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408693#M10758</link>
      <description>&lt;P&gt;Hi Poorna,&lt;/P&gt;&lt;P&gt;Do you want to add any fields into that table?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 09:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408693#M10758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-30T09:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Activate Change Log for HUSSTAT Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408694#M10759</link>
      <description>&lt;P&gt;Hi Poorna,&lt;/P&gt;&lt;P&gt;My idea is using t-code SE13. Did you try it?&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanh.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 09:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408694#M10759</guid>
      <dc:creator>thanh_dinh</dc:creator>
      <dc:date>2017-06-30T09:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Activate Change Log for HUSSTAT Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408695#M10760</link>
      <description>&lt;P&gt;Hi Thanh,&lt;/P&gt;&lt;P&gt;We did activate the "Log Data Changes", but no changes are captured.&lt;/P&gt;&lt;P&gt;We are writing the changes manually using a simple UPDATE statement to the HUSSTAT table. Arethese types of updates captured in the log using the above function? &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/45685-log.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 09:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408695#M10760</guid>
      <dc:creator>poorna_soysa1</dc:creator>
      <dc:date>2017-06-30T09:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Activate Change Log for HUSSTAT Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408696#M10761</link>
      <description>&lt;P&gt;Hi Nagendra,&lt;/P&gt;&lt;P&gt;No, it's just standard fields that are there.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 09:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408696#M10761</guid>
      <dc:creator>poorna_soysa1</dc:creator>
      <dc:date>2017-06-30T09:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Activate Change Log for HUSSTAT Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408697#M10762</link>
      <description>&lt;P&gt;Hi Poorna,&lt;/P&gt;&lt;P&gt;Because you are updating data by UPDATE statement so you must add some step to use the changed document.&lt;BR /&gt;Please follow this guide: &lt;BR /&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/ABAP/ABAP+-+Data+Change+Tracker+for+Custom+Tables"&gt;&lt;/A&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/ABAP/ABAP+-+Data+Change+Tracker+for+Custom+Tables" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/display/ABAP/ABAP+-+Data+Change+Tracker+for+Custom+Tables&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope your issue is done now.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanh.&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/ABAP/ABAP+-+Data+Change+Tracker+for+Custom+Tables"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 11:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408697#M10762</guid>
      <dc:creator>thanh_dinh</dc:creator>
      <dc:date>2017-06-30T11:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Activate Change Log for HUSSTAT Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408698#M10763</link>
      <description>&lt;P&gt;Change documents are generated from some explicit Abap code in transactions/applications, not from a ddic SE11/SE13 technical settings which can only create log data change (DBTABLOG and not CDHDR/CDPOS) Notye that some ddic actions are required, like setting the 'Change document' flag on data elements to log.&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;in transaction SCDO create a change document object, generate the FM&lt;/LI&gt;&lt;LI&gt;in the creation/maintenance transactions call this FM&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In SCDO look at object HANDL_UNIT (or browse table TCDOB) in the maintained tables list you should already find HUSSTAT table, so you can find the FM name, perform some where-used search, etc.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 30 Jun 2017 13:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-change-log-for-husstat-table/m-p/408698#M10763</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-06-30T13:40:46Z</dc:date>
    </item>
  </channel>
</rss>

