<?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: z table value change.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-value-change/m-p/3032364#M717259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Prashant and Jyothi-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to develop a program and not use the table maintenance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jyothi- I think we cannot use CDPOS table for ztable changes..Can you please suggest something else..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get this programatically..any clues???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2007 10:04:37 GMT</pubDate>
    <dc:creator>abdulazeez12</dc:creator>
    <dc:date>2007-11-15T10:04:37Z</dc:date>
    <item>
      <title>z table value change..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-value-change/m-p/3032361#M717256</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 have a ztable with some fields..my requiremetn is that there is always some change (update/delete/create) in the data of thsi table, and I need to find out the changed field and display in a file at the end of the day by runnning a program in background..can anyone help in guiding me in thsi program??&lt;/P&gt;&lt;P&gt; Tx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 09:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-value-change/m-p/3032361#M717256</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2007-11-15T09:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: z table value change..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-value-change/m-p/3032362#M717257</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;Goto SE 11&lt;/P&gt;&lt;P&gt;Open the Z table&lt;/P&gt;&lt;P&gt;Click GOTO =&amp;gt; TECHNICAL SETTINGS&lt;/P&gt;&lt;P&gt;Select checkbox - LOG CHANGES&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log data changes&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The logging flag defines whether changes to the data records of a tabl&lt;/P&gt;&lt;P&gt;    should be logged. &amp;lt;b&amp;gt;If logging is activated, every change (with UPDATE,&lt;/P&gt;&lt;P&gt;    DELETE) to an existing data record by a user or an application program&lt;/P&gt;&lt;P&gt;    is recorded in a log table in the database&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Note: Activating logging slows down accesses that change the table.&lt;/P&gt;&lt;P&gt;    First of all, a record must be written in the log table for each chang&lt;/P&gt;&lt;P&gt;    Secondly, many users access this log table in parallel. This could cau&lt;/P&gt;&lt;P&gt;    lock situations even though the users are working with different&lt;/P&gt;&lt;P&gt;    application tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Dependencies&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Logging only takes place if parameter rec/client in the system profile&lt;/P&gt;&lt;P&gt;    is set correctly. Setting the flag on its own does not cause the table&lt;/P&gt;&lt;P&gt;    changes to be logged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The existing logs can be displayed with Transaction Table history SCU3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 09:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-value-change/m-p/3032362#M717257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T09:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: z table value change..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-value-change/m-p/3032363#M717258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In technical settings of the z- table (SE11) check the Check Box Log Changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the cvhanges will be stored in CDHDR and CDPOS tables. So in your report you can read CHHDR and CDPOS to get the chanegs to the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 09:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-value-change/m-p/3032363#M717258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T09:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: z table value change..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-value-change/m-p/3032364#M717259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Prashant and Jyothi-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to develop a program and not use the table maintenance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jyothi- I think we cannot use CDPOS table for ztable changes..Can you please suggest something else..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get this programatically..any clues???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 10:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-value-change/m-p/3032364#M717259</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2007-11-15T10:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: z table value change..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-value-change/m-p/3032365#M717260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shakir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will surely help you...&lt;/P&gt;&lt;P&gt;Do the folowing....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Include PSHD1 in your table ,&lt;/P&gt;&lt;P&gt;this include consist of the field AEDTM means changed on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This field AEDTM will have the date of record changed or new record inserted against every record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can write a select Query on the particular date to find the required data:::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * &lt;/P&gt;&lt;P&gt;from TABLE&lt;/P&gt;&lt;P&gt;into ZTABLE&lt;/P&gt;&lt;P&gt;Where AETDM = SY-DATUM. " to get the records updated or inserted as of today...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will fulfill ur requirement,&lt;/P&gt;&lt;P&gt;if any doubt kindly revert back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful Pls Reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROHIT G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 10:13:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-value-change/m-p/3032365#M717260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T10:13:29Z</dc:date>
    </item>
  </channel>
</rss>

