<?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: Contract: finding last modified date in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307352#M1918145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Re, maybe object class is EINKBELEG?, like in Purchase orders?,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 08:42:35 GMT</pubDate>
    <dc:creator>egenoves</dc:creator>
    <dc:date>2015-10-16T08:42:35Z</dc:date>
    <item>
      <title>Contract: finding last modified date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307348#M1918141</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;&lt;/P&gt;&lt;P&gt;I need to find the last modified date of a list of contract that I created with ME31K Tcode.&lt;/P&gt;&lt;P&gt;I searched in EKKO table but I found only "created date".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francesca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 21:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307348#M1918141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-15T21:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Contract: finding last modified date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307349#M1918142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesca&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at tables CDHDR and CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not the easiest tables to interrogate but the information should be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 22:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307349#M1918142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-15T22:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Contract: finding last modified date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307350#M1918143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arden,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to query the CDHDR table but I can't found my changes (I don't know CDHDR table, so I simply searched all changes by date of today). Is it possible that not all fields are enabled to be traced in CDHDR table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francesca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 08:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307350#M1918143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-16T08:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Contract: finding last modified date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307351#M1918144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use report RSSCD100 which list the changes stored in the tables indicated by Arden.&lt;/P&gt;&lt;P&gt;In object class, first parameter, you should pass the object class you would to list changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of me31k i believe you can use COND_A, but sincerely i'm not sure. You need to find the correct object class for me31k objects and then you could see the standard list o f changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, for your last question, it's posible that some fields are not enabled at domain level to be recorded its changes, specially in Z developments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 08:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307351#M1918144</guid>
      <dc:creator>egenoves</dc:creator>
      <dc:date>2015-10-16T08:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Contract: finding last modified date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307352#M1918145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Re, maybe object class is EINKBELEG?, like in Purchase orders?,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 08:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307352#M1918145</guid>
      <dc:creator>egenoves</dc:creator>
      <dc:date>2015-10-16T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Contract: finding last modified date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307353#M1918146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Enrique,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your response.&lt;/P&gt;&lt;P&gt;The report &lt;SPAN style="color: #333333; font-size: 12px;"&gt;RSSCD100 &lt;/SPAN&gt;is very interesting, unfortunately I can't find changes that I need. &lt;/P&gt;&lt;P&gt;I found only changes related to release strategy, may be that recording is not enabled for fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try another way to resolve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francesca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 13:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/contract-finding-last-modified-date/m-p/11307353#M1918146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-16T13:46:08Z</dc:date>
    </item>
  </channel>
</rss>

