<?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 output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-output/m-p/6400202#M1406142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then check for all these possible values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Nov 2009 17:21:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-26T17:21:55Z</dc:date>
    <item>
      <title>Change Document output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-output/m-p/6400199#M1406139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am using the Change Document FM 'CHANGEDOCUMENT_READ' to fetch the changed fields in my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table is of structure CDRED and has F_OLD and F_NEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to output only fields where the new value has changed from the Old value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since both are of CHAR 254, for example, the amount field value is stored as 0.00 in the F_OLD and there is no value&lt;/P&gt;&lt;P&gt;in the F_NEW generated by the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i compare IF F_OLD ne F_NEW, still the record ouputs because F_OLD has 0.00 and F_NEW spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also this is the issue with date values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAJOR concern is the FM is outputting all record fields whose contents have not changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I request if anyone can throw some light on this.&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;Sampath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SampathKumarPilla on Nov 26, 2009 5:46 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 16:41:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-output/m-p/6400199#M1406139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T16:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-output/m-p/6400200#M1406140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before comparing F_OLD and F_NEW, check if F_OLD is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope you understand it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 16:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-output/m-p/6400200#M1406140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T16:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-output/m-p/6400201#M1406141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Harsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The F_OLD is of CHAR 254 and has 0.00 sometimes and 0.0000 sometimes and 00/00/0000 sometimes.&lt;/P&gt;&lt;P&gt;So being a Character, it has filled values, even if i check as Initial, it woudnt be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 17:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-output/m-p/6400201#M1406141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T17:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-output/m-p/6400202#M1406142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then check for all these possible values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 17:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-output/m-p/6400202#M1406142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T17:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change Document output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-output/m-p/6400203#M1406143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Halo Sampath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They why dont you check if F_NEW is initial .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be  a problem if the user changes the value to None I suppose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 21:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-document-output/m-p/6400203#M1406143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T21:33:40Z</dc:date>
    </item>
  </channel>
</rss>

