<?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: Change Documents in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336510#M799682</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;For changes to a commercial object to be able to be logged in a change document, the object must have been defined in the system as a change document object. A change document object definition contains the tables which represent a commercial object in the system. The definition can also specify whether the deletion of individual fields is to be documented. If a table contains fields whose values refer to units and currency fields, the associated table, containing the units and currencies, can also be specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It must be specified for each table, whether a commercial object contains only one (single case) or several (multiple case) records. For example, an order contains an order header and several order items. Normally one record for the order header and several records for the order items are passed to the change document creation when an order is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name under which a change document object is created is an object class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object class BANF was defined for the change document object "Purchase requisition", which consists of the tables EBAN (purchase requisition) and EBKN (purchase requisition account assignment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes to this commercial object can then be saved in the system under the object values of this change document object, i.e. the object ID and a change document number. The object ID is the key to the object value, i.e. all records which are defined as belonging to a given change document object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All changes to a commercial object constitute an object value under this key. This is for example the order number for orders or the number range object name for number range objects. All changes to a given order or to a given number range object can be accessed in this way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object value BANF with the object ID "3000000000" consists of the records of the tables EBAN and EBKN with the order number "3000000000".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If changes are not yet to be made, but are planned, they can be logged as planned changes. A planned date for the changes can be specified. The planned changes can be analyzed and copied into the tables. You must program the copy yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All logging functions are supported by SAP function modules. The application development must contain certain INCLUDE programs. Old and new status are passed to the change document creation. The included function modules determine the changes for all table fields which are flagged as being change-relevant in the Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A change document logs changes to a commercial object. The document is created independently of the actual database change. The change document structure is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change document header&lt;/P&gt;&lt;P&gt;The header data of the change to an object ID in a particular object class are stored in the change document header. The change document number is automatically issued.&lt;/P&gt;&lt;P&gt;Change document item&lt;/P&gt;&lt;P&gt;The change document item contains the old and new values of a field for a particular change, and a change flag.&lt;/P&gt;&lt;P&gt;The change flag can take the following values:&lt;/P&gt;&lt;P&gt;U(pdate)&lt;/P&gt;&lt;P&gt;Changed data. (Log entry for each changed field which was flagged in the Dictionary as "change document-relevant")&lt;/P&gt;&lt;P&gt;I(nsert)&lt;/P&gt;&lt;P&gt;Data inserted. &lt;/P&gt;&lt;P&gt;Changes: Log entry for the whole table record&lt;/P&gt;&lt;P&gt;Planned changes: Log entry for each table record field &lt;/P&gt;&lt;P&gt;D(elete)&lt;/P&gt;&lt;P&gt;Data were deleted (log entry for the whole table record) &lt;/P&gt;&lt;P&gt;I(ndividual field documentation)&lt;/P&gt;&lt;P&gt;Delete a table record with field documentation &lt;/P&gt;&lt;P&gt;1 log entry per field of the deleted table entry, the deleted text is saved&lt;/P&gt;&lt;P&gt;Change document number&lt;/P&gt;&lt;P&gt;The change document number is issued when a change is logged, i.e. when the change document header is created by the change document creation function module (function group SCD0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The change number is not the same as the change document number. The change document number is issued automatically by the function group SCD0 function modules when a change document is created for a change document object. The change number is issued by the user when changes are planned. The same change number can be used for various change document objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the object-specific update is called, the object-specific change document creation is called. The object-specific change document header is written with a change document number. The Dictionary is searched for which fields are to be logged for each table in the object definition. The log records for these fields are then created as change document items according to the object definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Procedure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa0182493111d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa0182493111d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2008 04:02:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-01T04:02:22Z</dc:date>
    <item>
      <title>Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336508#M799680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any body tell me Clearly What are change Documents and how to track changes in change documents ? How to activate the change documents ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ayyappa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 03:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336508#M799680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T03:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336509#M799681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ayyapa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business data objects are changed frequently. We recommend that you log these changes for objects that are critical or susceptible to audits. You may find it helpful, and sometimes necessary, to be able to trace or reconstruct such changes later, for example for investigating or auditing purposes. SAP Systems log changes to business data objects in change documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Systems do not automatically use change documents for business objects. You must activate the process yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To activate a change document for an object, perform the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      Create the change document. (Use the transaction SCD0.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      Activate the change document for the object. (Use data element maintenance: transaction SE11.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3.      Generate an update for the object. (Use the transaction SCD0.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       4.      Insert the appropriate calls in the corresponding programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view change documents for an object, also use the transaction SCD0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa015b493111d182b70000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa015b493111d182b70000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 04:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336509#M799681</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-02-01T04:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336510#M799682</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;For changes to a commercial object to be able to be logged in a change document, the object must have been defined in the system as a change document object. A change document object definition contains the tables which represent a commercial object in the system. The definition can also specify whether the deletion of individual fields is to be documented. If a table contains fields whose values refer to units and currency fields, the associated table, containing the units and currencies, can also be specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It must be specified for each table, whether a commercial object contains only one (single case) or several (multiple case) records. For example, an order contains an order header and several order items. Normally one record for the order header and several records for the order items are passed to the change document creation when an order is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name under which a change document object is created is an object class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object class BANF was defined for the change document object "Purchase requisition", which consists of the tables EBAN (purchase requisition) and EBKN (purchase requisition account assignment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes to this commercial object can then be saved in the system under the object values of this change document object, i.e. the object ID and a change document number. The object ID is the key to the object value, i.e. all records which are defined as belonging to a given change document object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All changes to a commercial object constitute an object value under this key. This is for example the order number for orders or the number range object name for number range objects. All changes to a given order or to a given number range object can be accessed in this way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object value BANF with the object ID "3000000000" consists of the records of the tables EBAN and EBKN with the order number "3000000000".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If changes are not yet to be made, but are planned, they can be logged as planned changes. A planned date for the changes can be specified. The planned changes can be analyzed and copied into the tables. You must program the copy yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All logging functions are supported by SAP function modules. The application development must contain certain INCLUDE programs. Old and new status are passed to the change document creation. The included function modules determine the changes for all table fields which are flagged as being change-relevant in the Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A change document logs changes to a commercial object. The document is created independently of the actual database change. The change document structure is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change document header&lt;/P&gt;&lt;P&gt;The header data of the change to an object ID in a particular object class are stored in the change document header. The change document number is automatically issued.&lt;/P&gt;&lt;P&gt;Change document item&lt;/P&gt;&lt;P&gt;The change document item contains the old and new values of a field for a particular change, and a change flag.&lt;/P&gt;&lt;P&gt;The change flag can take the following values:&lt;/P&gt;&lt;P&gt;U(pdate)&lt;/P&gt;&lt;P&gt;Changed data. (Log entry for each changed field which was flagged in the Dictionary as "change document-relevant")&lt;/P&gt;&lt;P&gt;I(nsert)&lt;/P&gt;&lt;P&gt;Data inserted. &lt;/P&gt;&lt;P&gt;Changes: Log entry for the whole table record&lt;/P&gt;&lt;P&gt;Planned changes: Log entry for each table record field &lt;/P&gt;&lt;P&gt;D(elete)&lt;/P&gt;&lt;P&gt;Data were deleted (log entry for the whole table record) &lt;/P&gt;&lt;P&gt;I(ndividual field documentation)&lt;/P&gt;&lt;P&gt;Delete a table record with field documentation &lt;/P&gt;&lt;P&gt;1 log entry per field of the deleted table entry, the deleted text is saved&lt;/P&gt;&lt;P&gt;Change document number&lt;/P&gt;&lt;P&gt;The change document number is issued when a change is logged, i.e. when the change document header is created by the change document creation function module (function group SCD0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The change number is not the same as the change document number. The change document number is issued automatically by the function group SCD0 function modules when a change document is created for a change document object. The change number is issued by the user when changes are planned. The same change number can be used for various change document objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the object-specific update is called, the object-specific change document creation is called. The object-specific change document header is written with a change document number. The Dictionary is searched for which fields are to be logged for each table in the object definition. The log records for these fields are then created as change document items according to the object definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Procedure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa0182493111d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa0182493111d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 04:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336510#M799682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T04:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336511#M799683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check out the below link, here you will get all the information about Change Documents.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 04:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336511#M799683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T04:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336512#M799684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link. U can find all the information abt change documents&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 04:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336512#M799684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T04:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336513#M799685</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;Hope it will help you,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pls Reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For changes to a commercial object to be able to be logged in a change document, the object must have been defined in the system as a change document object. A change document object definition contains the tables which represent a commercial object in the system. The definition can also specify whether the deletion of individual fields is to be documented. If a table contains fields whose values refer to units and currency fields, the associated table, containing the units and currencies, can also be specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It must be specified for each table, whether a commercial object contains only one (single case) or several (multiple case) records. For example, an order contains an order header and several order items. Normally one record for the order header and several records for the order items are passed to the change document creation when an order is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name under which a change document object is created is an object class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object class BANF was defined for the change document object "Purchase requisition", which consists of the tables EBAN (purchase requisition) and EBKN (purchase requisition account assignment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes to this commercial object can then be saved in the system under the object values of this change document object, i.e. the object ID and a change document number. The object ID is the key to the object value, i.e. all records which are defined as belonging to a given change document object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All changes to a commercial object constitute an object value under this key. This is for example the order number for orders or the number range object name for number range objects. All changes to a given order or to a given number range object can be accessed in this way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object value BANF with the object ID "3000000000" consists of the records of the tables EBAN and EBKN with the order number "3000000000".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If changes are not yet to be made, but are planned, they can be logged as planned changes. A planned date for the changes can be specified. The planned changes can be analyzed and copied into the tables. You must program the copy yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All logging functions are supported by SAP function modules. The application development must contain certain INCLUDE programs. Old and new status are passed to the change document creation. The included function modules determine the changes for all table fields which are flagged as being change-relevant in the Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Change document&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A change document logs changes to a commercial object. The document is created independently of the actual database change. The change document structure is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change document header&lt;/P&gt;&lt;P&gt;The header data of the change to an object ID in a particular object class are stored in the change document header. The change document number is automatically issued.&lt;/P&gt;&lt;P&gt;Change document item&lt;/P&gt;&lt;P&gt;The change document item contains the old and new values of a field for a particular change, and a change flag.&lt;/P&gt;&lt;P&gt;The change flag can take the following values:&lt;/P&gt;&lt;P&gt;U(pdate)&lt;/P&gt;&lt;P&gt;Changed data. (Log entry for each changed field which was flagged in the Dictionary as "change document-relevant")&lt;/P&gt;&lt;P&gt;I(nsert)&lt;/P&gt;&lt;P&gt;Data inserted. &lt;/P&gt;&lt;P&gt;Changes: Log entry for the whole table record&lt;/P&gt;&lt;P&gt;Planned changes: Log entry for each table record field &lt;/P&gt;&lt;P&gt;D(elete)&lt;/P&gt;&lt;P&gt;Data were deleted (log entry for the whole table record) &lt;/P&gt;&lt;P&gt;I(ndividual field documentation)&lt;/P&gt;&lt;P&gt;Delete a table record with field documentation &lt;/P&gt;&lt;P&gt;1 log entry per field of the deleted table entry, the deleted text is saved&lt;/P&gt;&lt;P&gt;Change document number&lt;/P&gt;&lt;P&gt;The change document number is issued when a change is logged, i.e. when the change document header is created by the change document creation function module (function group SCD0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The change number is not the same as the change document number. The change document number is issued automatically by the function group SCD0 function modules when a change document is created for a change document object. The change number is issued by the user when changes are planned. The same change number can be used for various change document objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the object-specific update is called, the object-specific change document creation is called. The object-specific change document header is written with a change document number. The Dictionary is searched for which fields are to be logged for each table in the object definition. The log records for these fields are then created as change document items according to the object definition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 04:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336513#M799685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T04:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336514#M799686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jay S &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you explain me clearly how to activate the change documents? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 04:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336514#M799686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T04:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change Documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336515#M799687</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;I want For HR tables and Activation is different i think so...&lt;/P&gt;&lt;P&gt;Could you please tell me about that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you For your Reply..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 05:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-documents/m-p/3336515#M799687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T05:22:06Z</dc:date>
    </item>
  </channel>
</rss>

