<?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 Problem with Change Document creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document-creation/m-p/7412092#M1548253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem in generating the change document for fields in a table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had created a Change Document for an Z table and I had checked the change doc. check box of the relevant data element of that table. But when I create a new entry in that table the new value is not placed in the corresponding field in CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly when I update values in the table, no entry is entered in both CDHDR &amp;amp; CDPOS tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the parameters given to the Write Document function module for updating the values in the table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'ZMM_CD_BGRNO_WRITE_DOCUMENT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          objectid                                             = 'ZMM_CD_BGRNO'&lt;/P&gt;&lt;P&gt;          tcode                                                = sy-tcode&lt;/P&gt;&lt;P&gt;          utime                                                 = sy-uzeit&lt;/P&gt;&lt;P&gt;          udate                                                = sy-datum&lt;/P&gt;&lt;P&gt;          username                                         = sy-uname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_CHANGE_NUMBER         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        OBJECT_CHANGE_INDICATOR        = 'U'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_OR_REAL_CHANGES     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        NO_CHANGE_POINTERS                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        UPD_ICDTXT_ZMM_CD_MATNR       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          n_ztmm093                                        = wa_n_ztmm093&lt;/P&gt;&lt;P&gt;          o_ztmm093                                        = wa_o_ztmm093&lt;/P&gt;&lt;P&gt;          UPD_ZTMM093                                  = 'U'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          icdtxt_zmm_cd_matnr                       = it_cdtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the parameters given to the Write Document function module for updating the values in the table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'ZMM_CD_BGRNO_WRITE_DOCUMENT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          objectid                                             = 'ZMM_CD_BGRNO'&lt;/P&gt;&lt;P&gt;          tcode                                                = sy-tcode&lt;/P&gt;&lt;P&gt;          utime                                                 = sy-uzeit&lt;/P&gt;&lt;P&gt;          udate                                                = sy-datum&lt;/P&gt;&lt;P&gt;          username                                         = sy-uname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_CHANGE_NUMBER         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        OBJECT_CHANGE_INDICATOR        = 'U'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_OR_REAL_CHANGES     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        NO_CHANGE_POINTERS                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        UPD_ICDTXT_ZMM_CD_MATNR       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          n_ztmm093                                        = wa_n_ztmm093&lt;/P&gt;&lt;P&gt;          o_ztmm093                                        = wa_o_ztmm093&lt;/P&gt;&lt;P&gt;          UPD_ZTMM093                                  = 'U'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          icdtxt_zmm_cd_matnr                       = it_cdtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the parameters given to the Write Document function module for inserting the values in the table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'ZMM_CD_BGRNO_WRITE_DOCUMENT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          objectid                                             = 'ZMM_CD_BGRNO'&lt;/P&gt;&lt;P&gt;          tcode                                                = sy-tcode&lt;/P&gt;&lt;P&gt;          utime                                                 = sy-uzeit&lt;/P&gt;&lt;P&gt;          udate                                                = sy-datum&lt;/P&gt;&lt;P&gt;          username                                         = sy-uname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_CHANGE_NUMBER         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        OBJECT_CHANGE_INDICATOR        = 'U'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_OR_REAL_CHANGES     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        NO_CHANGE_POINTERS                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        UPD_ICDTXT_ZMM_CD_MATNR       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          n_ztmm093                                        = wa_n_ztmm093&lt;/P&gt;&lt;P&gt;          o_ztmm093                                        = wa_o_ztmm093&lt;/P&gt;&lt;P&gt;          UPD_ZTMM093                                  = 'I'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          icdtxt_zmm_cd_matnr                       = it_cdtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the work area wa_n_ztmm093 contains the new values and wa_o_ztmm093 contains the old values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any error from my side in calling this Fm? or Is there any settings to be done from Basis side for saving Change Documents?&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;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Oct 2010 10:21:48 GMT</pubDate>
    <dc:creator>former_member196651</dc:creator>
    <dc:date>2010-10-14T10:21:48Z</dc:date>
    <item>
      <title>Problem with Change Document creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document-creation/m-p/7412092#M1548253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem in generating the change document for fields in a table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had created a Change Document for an Z table and I had checked the change doc. check box of the relevant data element of that table. But when I create a new entry in that table the new value is not placed in the corresponding field in CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly when I update values in the table, no entry is entered in both CDHDR &amp;amp; CDPOS tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the parameters given to the Write Document function module for updating the values in the table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'ZMM_CD_BGRNO_WRITE_DOCUMENT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          objectid                                             = 'ZMM_CD_BGRNO'&lt;/P&gt;&lt;P&gt;          tcode                                                = sy-tcode&lt;/P&gt;&lt;P&gt;          utime                                                 = sy-uzeit&lt;/P&gt;&lt;P&gt;          udate                                                = sy-datum&lt;/P&gt;&lt;P&gt;          username                                         = sy-uname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_CHANGE_NUMBER         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        OBJECT_CHANGE_INDICATOR        = 'U'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_OR_REAL_CHANGES     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        NO_CHANGE_POINTERS                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        UPD_ICDTXT_ZMM_CD_MATNR       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          n_ztmm093                                        = wa_n_ztmm093&lt;/P&gt;&lt;P&gt;          o_ztmm093                                        = wa_o_ztmm093&lt;/P&gt;&lt;P&gt;          UPD_ZTMM093                                  = 'U'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          icdtxt_zmm_cd_matnr                       = it_cdtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the parameters given to the Write Document function module for updating the values in the table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'ZMM_CD_BGRNO_WRITE_DOCUMENT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          objectid                                             = 'ZMM_CD_BGRNO'&lt;/P&gt;&lt;P&gt;          tcode                                                = sy-tcode&lt;/P&gt;&lt;P&gt;          utime                                                 = sy-uzeit&lt;/P&gt;&lt;P&gt;          udate                                                = sy-datum&lt;/P&gt;&lt;P&gt;          username                                         = sy-uname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_CHANGE_NUMBER         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        OBJECT_CHANGE_INDICATOR        = 'U'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_OR_REAL_CHANGES     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        NO_CHANGE_POINTERS                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        UPD_ICDTXT_ZMM_CD_MATNR       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          n_ztmm093                                        = wa_n_ztmm093&lt;/P&gt;&lt;P&gt;          o_ztmm093                                        = wa_o_ztmm093&lt;/P&gt;&lt;P&gt;          UPD_ZTMM093                                  = 'U'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          icdtxt_zmm_cd_matnr                       = it_cdtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the parameters given to the Write Document function module for inserting the values in the table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'ZMM_CD_BGRNO_WRITE_DOCUMENT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          objectid                                             = 'ZMM_CD_BGRNO'&lt;/P&gt;&lt;P&gt;          tcode                                                = sy-tcode&lt;/P&gt;&lt;P&gt;          utime                                                 = sy-uzeit&lt;/P&gt;&lt;P&gt;          udate                                                = sy-datum&lt;/P&gt;&lt;P&gt;          username                                         = sy-uname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_CHANGE_NUMBER         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        OBJECT_CHANGE_INDICATOR        = 'U'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PLANNED_OR_REAL_CHANGES     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        NO_CHANGE_POINTERS                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        UPD_ICDTXT_ZMM_CD_MATNR       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          n_ztmm093                                        = wa_n_ztmm093&lt;/P&gt;&lt;P&gt;          o_ztmm093                                        = wa_o_ztmm093&lt;/P&gt;&lt;P&gt;          UPD_ZTMM093                                  = 'I'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          icdtxt_zmm_cd_matnr                       = it_cdtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the work area wa_n_ztmm093 contains the new values and wa_o_ztmm093 contains the old values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any error from my side in calling this Fm? or Is there any settings to be done from Basis side for saving Change Documents?&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;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 10:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document-creation/m-p/7412092#M1548253</guid>
      <dc:creator>former_member196651</dc:creator>
      <dc:date>2010-10-14T10:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Change Document creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document-creation/m-p/7412093#M1548254</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;maybe it depends on the "Delivery Class" or the "Log data changes" flag in the technical settings of your 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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 10:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document-creation/m-p/7412093#M1548254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T10:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Change Document creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document-creation/m-p/7412094#M1548255</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;Compare the data old and new. If are the same you don't write nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other question. Check in the data type for the fied that you change the value, in futher characteristics if the flag of change document is on. If it's empty, when you change this field you don't write nothing in CDPOS/CDHDR.&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;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 11:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document-creation/m-p/7412094#M1548255</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2010-10-14T11:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Change Document creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document-creation/m-p/7412095#M1548256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Klaus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had maintained the Log Changes flag in Technical settings and the delivery class is A. Still this thing is not working.&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;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 10:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document-creation/m-p/7412095#M1548256</guid>
      <dc:creator>former_member196651</dc:creator>
      <dc:date>2010-10-19T10:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Change Document creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document-creation/m-p/7412096#M1548257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are difference between old and new values given to the function modules. Similarly I had checked the Change Document flag in the dataelement of the field in table. But still the problem remains.&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;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 10:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-document-creation/m-p/7412096#M1548257</guid>
      <dc:creator>former_member196651</dc:creator>
      <dc:date>2010-10-19T10:05:34Z</dc:date>
    </item>
  </channel>
</rss>

