<?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: re: change object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144060#M115596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Fields - DATA ELEMENTS in table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Make sure that the respectvive data elements&lt;/P&gt;&lt;P&gt;   for the fields of your Z Table&lt;/P&gt;&lt;P&gt;   have been marked for Change Documents!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In SE11&lt;/P&gt;&lt;P&gt;   see the fields - data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. See tab - Further Characteristics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. There is one check box - CHANGE DOCUMENT&lt;/P&gt;&lt;P&gt;   Tick this and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Only those data elements which have&lt;/P&gt;&lt;P&gt;   been marked for this purpose,&lt;/P&gt;&lt;P&gt;will be TRACKED for changes.&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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2006 06:00:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-09T06:00:58Z</dc:date>
    <item>
      <title>re: change object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144053#M115589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I don't know what is this change object concept(cdhdr,cdpos).Please can anybody explain clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 04:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144053#M115589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T04:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: re: change object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144054#M115590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paluri,&lt;/P&gt;&lt;P&gt;&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;Eg. : &lt;/P&gt;&lt;P&gt;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, give 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;The tables are &lt;/P&gt;&lt;P&gt;cdhdr  (header table)&lt;/P&gt;&lt;P&gt;cdpos  (detail table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE THE ABOVE HELPS.&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;regards,&lt;/P&gt;&lt;P&gt;amit m .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 04:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144054#M115590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T04:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: re: change object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144055#M115591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mittal ,&lt;/P&gt;&lt;P&gt;         Thanks for quick response. Suppose i created one my trnasction and from that transaction iam updating&lt;/P&gt;&lt;P&gt;my table. Can get the changes made to this table. How it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 04:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144055#M115591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T04:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: re: change object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144056#M115592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can activate change documents at the document level. So, when the changes hit the table, the change documents get triggered automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 04:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144056#M115592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T04:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: re: change object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144057#M115593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;    I heard that we can achieve only this changes when we create the change object in scdo. How to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 04:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144057#M115593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T04:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: re: change object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144058#M115594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paluri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SCDO&lt;/P&gt;&lt;P&gt;   For material master,&lt;/P&gt;&lt;P&gt;   the Document type is 'MATERIAL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For knowing, what to do,&lt;/P&gt;&lt;P&gt;   in SCDO,&lt;/P&gt;&lt;P&gt;    Find 'MATERIAL' (from below textbox)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. A new screen will come.&lt;/P&gt;&lt;P&gt;4. In that, all the TABLES (database tables)   &lt;/P&gt;&lt;P&gt;   are listed which need to be TRACED/MONITOR&lt;/P&gt;&lt;P&gt;   for changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. If u have some Z Table,&lt;/P&gt;&lt;P&gt;   in SCDO,&lt;/P&gt;&lt;P&gt;   click CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. It will ask for 'Document'&lt;/P&gt;&lt;P&gt;   Give some Name and OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. In the detail screen, give u z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Also see help &lt;/P&gt;&lt;P&gt;   Help --&amp;gt; Application help&lt;/P&gt;&lt;P&gt;   for reference purpose. it wil help a lot.&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>Mon, 09 Jan 2006 05:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144058#M115594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T05:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: re: change object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144059#M115595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mittal,&lt;/P&gt;&lt;P&gt;  I tried it in same way. But after creating this iam not getting the changes in the cdhdr table.&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 05:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144059#M115595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T05:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: re: change object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144060#M115596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Fields - DATA ELEMENTS in table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Make sure that the respectvive data elements&lt;/P&gt;&lt;P&gt;   for the fields of your Z Table&lt;/P&gt;&lt;P&gt;   have been marked for Change Documents!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In SE11&lt;/P&gt;&lt;P&gt;   see the fields - data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. See tab - Further Characteristics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. There is one check box - CHANGE DOCUMENT&lt;/P&gt;&lt;P&gt;   Tick this and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Only those data elements which have&lt;/P&gt;&lt;P&gt;   been marked for this purpose,&lt;/P&gt;&lt;P&gt;will be TRACKED for changes.&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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 06:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144060#M115596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T06:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: re: change object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144061#M115597</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 assigned u the points. But it is not coming yet.&lt;/P&gt;&lt;P&gt;One more doubt. What is the functin module type update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 06:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144061#M115597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T06:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: re: change object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144062#M115598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paluri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is your problem solved ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I hope u have taken care of the following thins:&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;  a) in scdo, u have pressed the button &lt;/P&gt;&lt;P&gt;     'Generate Update pgm.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  b) data element - check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. To view the change documents info,&lt;/P&gt;&lt;P&gt;   in scdo,&lt;/P&gt;&lt;P&gt;   select your changedocument code, &lt;/P&gt;&lt;P&gt;   place the cursor on it,&lt;/P&gt;&lt;P&gt;   and press F7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (becasue in CDHDR, we also require&lt;/P&gt;&lt;P&gt;  to know the object class)&lt;/P&gt;&lt;P&gt;  so in sell, cdhdr,&lt;/P&gt;&lt;P&gt;  just type your name  in username,&lt;/P&gt;&lt;P&gt;  and see ALL records, &lt;/P&gt;&lt;P&gt;  and find out the one of your Z*.&lt;/P&gt;&lt;P&gt;  from that check out the object class.&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>Mon, 09 Jan 2006 06:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144062#M115598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T06:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: re: change object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144063#M115599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. But it is not coming yet  &lt;/P&gt;&lt;P&gt;   Pls see my previous reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. What is the functin module type update&lt;/P&gt;&lt;P&gt;   I suppose u are talking about se37 FM,&lt;/P&gt;&lt;P&gt;   radio button 'Update module'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Well,&lt;/P&gt;&lt;P&gt;  This is also nothing but a Function Module,&lt;/P&gt;&lt;P&gt;  meant for the purpose of&lt;/P&gt;&lt;P&gt;  UPDATING DATABASE TABLES,&lt;/P&gt;&lt;P&gt;  in ALL or NOTHING Fashion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Eg.&lt;/P&gt;&lt;P&gt;   MIGO Transaction,&lt;/P&gt;&lt;P&gt;   Several tables are updated.&lt;/P&gt;&lt;P&gt;   They are not updated in the program,&lt;/P&gt;&lt;P&gt;   but,&lt;/P&gt;&lt;P&gt;   all the SQLS, of these tbles&lt;/P&gt;&lt;P&gt;   is PUT / BUNCHED  inside a&lt;/P&gt;&lt;P&gt;   FM (with update module type).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. So what happens,&lt;/P&gt;&lt;P&gt;  that if there is any error&lt;/P&gt;&lt;P&gt;   ALL OR NOTHING happens,&lt;/P&gt;&lt;P&gt;   and database integrity is maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Moreover, since scren changees&lt;/P&gt;&lt;P&gt;   do COMMIT,&lt;/P&gt;&lt;P&gt;  it is necessary to BUNCH these&lt;/P&gt;&lt;P&gt;  changes in a FM so that everything happesn&lt;/P&gt;&lt;P&gt; in ONE SHOT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Moreover, the UPDATE FM&lt;/P&gt;&lt;P&gt;   whenever, it is called,&lt;/P&gt;&lt;P&gt;  it LOGS the request and its details,&lt;/P&gt;&lt;P&gt;  in a special table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Afterwards, when the main program calls COMMIT,&lt;/P&gt;&lt;P&gt;  it carrys out the request of updating&lt;/P&gt;&lt;P&gt;  the database tables.&lt;/P&gt;&lt;P&gt;&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>Mon, 09 Jan 2006 06:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-change-object/m-p/1144063#M115599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T06:43:27Z</dc:date>
    </item>
  </channel>
</rss>

