<?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: what is changedocument_read_headers..... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-changedocument-read-headers/m-p/1173452#M123765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CHANGE DOCUMENTS" in SAP Terminology&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 The same thing which u are asking&lt;/P&gt;&lt;P&gt;we had developed here. For Eg : Any change&lt;/P&gt;&lt;P&gt;in the material master will be detected&lt;/P&gt;&lt;P&gt;and a mail will be sent to the concerned&lt;/P&gt;&lt;P&gt;employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS WILL ALSO DETECT WHICH FILEDS HAVE CHANGED.&lt;/P&gt;&lt;P&gt;IT CAN ALSO GIVE, The Old Value, And The New Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. This Mechanism is called CHANGE DOCUMENTS in &lt;/P&gt;&lt;P&gt;SAP Terminology&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. 2 Fuction Modules are Required.&lt;/P&gt;&lt;P&gt;(They will fetch necessary data from CDHDR,CDPOS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_READ_HEADERS&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_READ_POSITIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. The First FM gives list of all &lt;/P&gt;&lt;P&gt;records ( with change no) which have changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Loop at the above and the second FM will&lt;/P&gt;&lt;P&gt;provide the details (old-val, new-val) for&lt;/P&gt;&lt;P&gt;each record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. While using 1st Fm, i used docclass as 'MATERIAL'.&lt;/P&gt;&lt;P&gt;BCOS&lt;/P&gt;&lt;P&gt;the concept of change documents is applicable&lt;/P&gt;&lt;P&gt;to other type of documents also (depends upon&lt;/P&gt;&lt;P&gt;customization)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jan 2006 11:40:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-28T11:40:38Z</dc:date>
    <item>
      <title>what is changedocument_read_headers.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-changedocument-read-headers/m-p/1173451#M123764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear friends..,,&lt;/P&gt;&lt;P&gt;  what is changedocument_read_headrs and changedocument_read_position, in respect to data accessing from cdpos and cdhdr cluster tables...what will be its syntax any code or article will be great help...&lt;/P&gt;&lt;P&gt;thanking you,,,,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 11:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-changedocument-read-headers/m-p/1173451#M123764</guid>
      <dc:creator>naimkhans_babi</dc:creator>
      <dc:date>2006-01-28T11:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: what is changedocument_read_headers.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-changedocument-read-headers/m-p/1173452#M123765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CHANGE DOCUMENTS" in SAP Terminology&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 The same thing which u are asking&lt;/P&gt;&lt;P&gt;we had developed here. For Eg : Any change&lt;/P&gt;&lt;P&gt;in the material master will be detected&lt;/P&gt;&lt;P&gt;and a mail will be sent to the concerned&lt;/P&gt;&lt;P&gt;employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS WILL ALSO DETECT WHICH FILEDS HAVE CHANGED.&lt;/P&gt;&lt;P&gt;IT CAN ALSO GIVE, The Old Value, And The New Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. This Mechanism is called CHANGE DOCUMENTS in &lt;/P&gt;&lt;P&gt;SAP Terminology&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. 2 Fuction Modules are Required.&lt;/P&gt;&lt;P&gt;(They will fetch necessary data from CDHDR,CDPOS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_READ_HEADERS&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_READ_POSITIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. The First FM gives list of all &lt;/P&gt;&lt;P&gt;records ( with change no) which have changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Loop at the above and the second FM will&lt;/P&gt;&lt;P&gt;provide the details (old-val, new-val) for&lt;/P&gt;&lt;P&gt;each record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. While using 1st Fm, i used docclass as 'MATERIAL'.&lt;/P&gt;&lt;P&gt;BCOS&lt;/P&gt;&lt;P&gt;the concept of change documents is applicable&lt;/P&gt;&lt;P&gt;to other type of documents also (depends upon&lt;/P&gt;&lt;P&gt;customization)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 11:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-changedocument-read-headers/m-p/1173452#M123765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T11:40:38Z</dc:date>
    </item>
  </channel>
</rss>

