<?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 CHANGEDOCUMENT_READ_POSITIONS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read-positions/m-p/5080323#M1179926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i use this function in order to retrive the date when the material code was changed in an sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2009 15:57:52 GMT</pubDate>
    <dc:creator>was_wasssu</dc:creator>
    <dc:date>2009-02-04T15:57:52Z</dc:date>
    <item>
      <title>CHANGEDOCUMENT_READ_POSITIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read-positions/m-p/5080323#M1179926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i use this function in order to retrive the date when the material code was changed in an sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 15:57:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read-positions/m-p/5080323#M1179926</guid>
      <dc:creator>was_wasssu</dc:creator>
      <dc:date>2009-02-04T15:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: CHANGEDOCUMENT_READ_POSITIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read-positions/m-p/5080324#M1179927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to look into the program RMMMCDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be give a info how to use this fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 16:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read-positions/m-p/5080324#M1179927</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-02-04T16:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: CHANGEDOCUMENT_READ_POSITIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read-positions/m-p/5080325#M1179928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to get the Change Header first by using the FM CHANGEDOCUMENT_READ_HEADERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use this FM you need to pass &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
OBJECTCLASS = VERKBELEG
OBJECTID = &amp;lt;sales order no&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Receive the I_CDHDR table from the above FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, Loop on the table I_CDHDR and call the FM CHANGEDOCUMENT_READ_POSITIONS by passing the &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CHANGENUMBER      = I_CDHDR-CHANGENR    
  TABLEKEY          = I_CDHDR-TABKEY       
  TABLENAME         = I_CDHDR-TABNAME      
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and Receive table ICDSHW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, Loop on to the ICDSHW table where FNAME = 'MATNR' to get the material numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check the Sales Order Changes report RVSCD100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 16:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read-positions/m-p/5080325#M1179928</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-02-04T16:11:32Z</dc:date>
    </item>
  </channel>
</rss>

