<?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: Material Master- Display changes thr' Z-program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-display-changes-thr-z-program/m-p/859492#M47752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There are a couple of things important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. a) That particular fiellds, in the table,&lt;/P&gt;&lt;P&gt;      (ie, the data element of those fields)&lt;/P&gt;&lt;P&gt;     should have the CHECK BOX&lt;/P&gt;&lt;P&gt;     'CHANGE DOCUMENT' ticked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Only then, can sap, record the changes,&lt;/P&gt;&lt;P&gt;   other wise not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  b) Environment Menu&amp;gt;Display changes, should display the&lt;/P&gt;&lt;P&gt;change history for that material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For that, using the tcode SCDO&lt;/P&gt;&lt;P&gt;  , u will have to change&lt;/P&gt;&lt;P&gt;   the CHANGE DOCUMENT parameters&lt;/P&gt;&lt;P&gt;   of 'MATERIAL'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Then everything will become automatic !!!&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>Fri, 24 Feb 2006 11:36:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-24T11:36:11Z</dc:date>
    <item>
      <title>Material Master- Display changes thr' Z-program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-display-changes-thr-z-program/m-p/859489#M47749</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 have created two custom fields in MM01, which appear as DISPLAY&lt;/P&gt;&lt;P&gt;only fields.&lt;/P&gt;&lt;P&gt;The value in these fields is populated depending on some another&lt;/P&gt;&lt;P&gt;Z-field. This value is populated in database table thr' one Z-program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But reqmt is like, whenever the value is changed thr' Z-program,&lt;/P&gt;&lt;P&gt;material master - Environment Menu&amp;gt;Display changes, should display the&lt;/P&gt;&lt;P&gt;change history for that material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we use some 'CHANGEDOC*' function modules in Z-program so that it&lt;/P&gt;&lt;P&gt;will record the user name , tcode, time and date in CDHDR table?&lt;/P&gt;&lt;P&gt;If yes, what are those FM's and what should be the sequence for using&lt;/P&gt;&lt;P&gt;those function modules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2005 11:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-display-changes-thr-z-program/m-p/859489#M47749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-01T11:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Material Master- Display changes thr' Z-program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-display-changes-thr-z-program/m-p/859490#M47750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you will have to go to the domain level and click a flag for change documents in attributes. Once you have done that you need to put those fields in the object for mara. For that you need to go to transaction SCDO. Find the the material object and add your fields there. Do not forget to regnerate teh program. Now once you have done that try to see if you are getting the change pointers if not then you will have to code to create the same using these&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;SCD0                           Change document creation                                      &lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_CLOSE           Change document: Close change document creation               &lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_INSERT_NUMBER                                                                 &lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_IS_GENERATED                                                                  &lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_MULTIPLE_CASE   Change document: Create change document items (multiple case) &lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_OPEN            Change document: Open change document creation                &lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_PREPARE_TABLES  Change document: Edit tables for change document              &lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_SINGLE_CASE     Change document: Create change document items (single case)   &lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_TEXT_CASE       Change document: Create change document items (text case)     &lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2005 11:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-display-changes-thr-z-program/m-p/859490#M47750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-01T11:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Material Master- Display changes thr' Z-program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-display-changes-thr-z-program/m-p/859491#M47751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem as you do. Some field value that is set to DISPLAY only should now be changed through a Z-program. The changes should be documented as change documents.&lt;/P&gt;&lt;P&gt;Did you manage to get this report working with all these 'CHANGEDOC*' function modules? Which ones did you use? Maybe you could post some example coding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 09:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-display-changes-thr-z-program/m-p/859491#M47751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T09:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Material Master- Display changes thr' Z-program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-display-changes-thr-z-program/m-p/859492#M47752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There are a couple of things important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. a) That particular fiellds, in the table,&lt;/P&gt;&lt;P&gt;      (ie, the data element of those fields)&lt;/P&gt;&lt;P&gt;     should have the CHECK BOX&lt;/P&gt;&lt;P&gt;     'CHANGE DOCUMENT' ticked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Only then, can sap, record the changes,&lt;/P&gt;&lt;P&gt;   other wise not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  b) Environment Menu&amp;gt;Display changes, should display the&lt;/P&gt;&lt;P&gt;change history for that material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For that, using the tcode SCDO&lt;/P&gt;&lt;P&gt;  , u will have to change&lt;/P&gt;&lt;P&gt;   the CHANGE DOCUMENT parameters&lt;/P&gt;&lt;P&gt;   of 'MATERIAL'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Then everything will become automatic !!!&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>Fri, 24 Feb 2006 11:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-display-changes-thr-z-program/m-p/859492#M47752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T11:36:11Z</dc:date>
    </item>
  </channel>
</rss>

