<?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 Document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887525#M1595477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ua help but, the thread link which you sent was for SINGLE_CASE and mine is MULTIPLE_CASE like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'CHANGEDOCUMENT_MULTIPLE_CASE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        TABLENAME              = 'ZRM_PHASE_ACT'&lt;/P&gt;&lt;P&gt;        CHANGE_INDICATOR       = UPD_ZRM_PHASE_ACT&lt;/P&gt;&lt;P&gt;        DOCU_DELETE            = 'X'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        TABLE_OLD              = YZRM_PHASE_ACT&lt;/P&gt;&lt;P&gt;        TABLE_NEW              = XZRM_PHASE_ACT&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        NAMETAB_ERROR          = 1&lt;/P&gt;&lt;P&gt;        OPEN_MISSING           = 2&lt;/P&gt;&lt;P&gt;        POSITION_INSERT_FAILED = 3&lt;/P&gt;&lt;P&gt;        OTHERS                 = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This modules is working fine and no exception are raised here...&lt;/P&gt;&lt;P&gt;It was recording the log till yesterday evening but it stoppede from morning onwards.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2011 09:45:12 GMT</pubDate>
    <dc:creator>former_member186020</dc:creator>
    <dc:date>2011-05-19T09:45:12Z</dc:date>
    <item>
      <title>Change Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887520#M1595472</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 wanted to maintain the change log so i created the write document using transcation scdo...&lt;/P&gt;&lt;P&gt;  everything was fine but the change was not stored...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is in this function module which is called inside the write document..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CHANGEDOCUMENT_CLOSE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      OBJECTCLASS             = 'ZRP'&lt;/P&gt;&lt;P&gt;      OBJECTID                = OBJECTID&lt;/P&gt;&lt;P&gt;      DATE_OF_CHANGE          = UDATE&lt;/P&gt;&lt;P&gt;      TIME_OF_CHANGE          = UTIME&lt;/P&gt;&lt;P&gt;      TCODE                   = TCODE&lt;/P&gt;&lt;P&gt;      USERNAME                = USERNAME&lt;/P&gt;&lt;P&gt;      OBJECT_CHANGE_INDICATOR = OBJECT_CHANGE_INDICATOR&lt;/P&gt;&lt;P&gt;      NO_CHANGE_POINTERS      = NO_CHANGE_POINTERS&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      HEADER_INSERT_FAILED    = 1&lt;/P&gt;&lt;P&gt;      OBJECT_INVALID          = 2&lt;/P&gt;&lt;P&gt;      OPEN_MISSING            = 3&lt;/P&gt;&lt;P&gt;      NO_POSITION_INSERTED    = 4&lt;/P&gt;&lt;P&gt;      OTHERS                  = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i am getting Exception 4------&amp;gt; NO_POSITION_FOUND..???? Any idea why is this happening and how to overcome this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Vishesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 06:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887520#M1595472</guid>
      <dc:creator>former_member186020</dc:creator>
      <dc:date>2011-05-19T06:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887521#M1595473</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;You need to set the change document flag in the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check you have followed all the steps in crearting the change documents using SCDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;To use the change document functionality in your application, proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Define the change document object &lt;/P&gt;&lt;P&gt;2. Check in the Dictionary, whether the data elements of the fields which are to be logged are flagged appropriately. &lt;/P&gt;&lt;P&gt;3. Generate the update. &lt;/P&gt;&lt;P&gt;4. Program the appropriate calls in your program.&lt;/P&gt;&lt;P&gt;" as per sap documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm&lt;/A&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;Satish Kanteti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 07:15:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887521#M1595473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T07:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887522#M1595474</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;You can use the table CDHDR(Change document header) &amp;amp; CDPOS (Change document items) where enteries about the changes made use to get stored.&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;&lt;/P&gt;&lt;P&gt;Rickky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 07:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887522#M1595474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T07:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887523#M1595475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya i have done all the steps that you have mentioned... but still no result its not working..&lt;/P&gt;&lt;P&gt; Any other idea...???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 08:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887523#M1595475</guid>
      <dc:creator>former_member186020</dc:creator>
      <dc:date>2011-05-19T08:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887524#M1595476</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;Please check the below link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1480291"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be you too have done the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish Kanteti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 09:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887524#M1595476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T09:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887525#M1595477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ua help but, the thread link which you sent was for SINGLE_CASE and mine is MULTIPLE_CASE like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'CHANGEDOCUMENT_MULTIPLE_CASE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        TABLENAME              = 'ZRM_PHASE_ACT'&lt;/P&gt;&lt;P&gt;        CHANGE_INDICATOR       = UPD_ZRM_PHASE_ACT&lt;/P&gt;&lt;P&gt;        DOCU_DELETE            = 'X'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        TABLE_OLD              = YZRM_PHASE_ACT&lt;/P&gt;&lt;P&gt;        TABLE_NEW              = XZRM_PHASE_ACT&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        NAMETAB_ERROR          = 1&lt;/P&gt;&lt;P&gt;        OPEN_MISSING           = 2&lt;/P&gt;&lt;P&gt;        POSITION_INSERT_FAILED = 3&lt;/P&gt;&lt;P&gt;        OTHERS                 = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This modules is working fine and no exception are raised here...&lt;/P&gt;&lt;P&gt;It was recording the log till yesterday evening but it stoppede from morning onwards.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 09:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document/m-p/7887525#M1595477</guid>
      <dc:creator>former_member186020</dc:creator>
      <dc:date>2011-05-19T09:45:12Z</dc:date>
    </item>
  </channel>
</rss>

