<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504050#M565976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using this FM to verify changes in the entry sheet.&lt;/P&gt;&lt;P&gt;if there are changes occured then i have to move the f_old and f_new values to my internal table values. else f_old value...&lt;/P&gt;&lt;P&gt;But i see that f_old and f_new are both blank. How can i fix this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2007 16:14:50 GMT</pubDate>
    <dc:creator>SG141</dc:creator>
    <dc:date>2007-07-18T16:14:50Z</dc:date>
    <item>
      <title>changedocument_read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504050#M565976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using this FM to verify changes in the entry sheet.&lt;/P&gt;&lt;P&gt;if there are changes occured then i have to move the f_old and f_new values to my internal table values. else f_old value...&lt;/P&gt;&lt;P&gt;But i see that f_old and f_new are both blank. How can i fix this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 16:14:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504050#M565976</guid>
      <dc:creator>SG141</dc:creator>
      <dc:date>2007-07-18T16:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: changedocument_read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504051#M565977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a thought, but it may be a change at the record lael, rather than the field level, such as an insert or delete?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 16:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504051#M565977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T16:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: changedocument_read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504052#M565978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="485123"&gt;&lt;/A&gt; resolved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your old and new values can be blank in some cases where a record is inserted for the first time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 16:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504052#M565978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T16:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: changedocument_read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504053#M565979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able to use the FM properly, the object class is "ENTRYSHEET" and the object id is 'LBLNI"(Entry Sheet Number)...if there are any changes then i have to capture f_old and f_new and assign to my itab..else.. assign f_old to my itab....I see that call to FM was successful ..however F_OLD and F_NEW were blank...&lt;/P&gt;&lt;P&gt;Help me in solving this problem......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 17:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504053#M565979</guid>
      <dc:creator>SG141</dc:creator>
      <dc:date>2007-07-18T17:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: changedocument_read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504054#M565980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not sure about the ENTRYSHEET object class. typically, the OBJECTID is the key field of the object, not a field name. You would typically use the CDHDR table (or a FM) to get a list of ENTRYSHEET changes, then put each one throught he READ FM, and LBLNI would be a field name from a table, not an object id.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 18:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504054#M565980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T18:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: changedocument_read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504055#M565981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understood how to move new and old values.&lt;/P&gt;&lt;P&gt;however my source field is of char type 254 in length&lt;/P&gt;&lt;P&gt;the destination field is curr type 11 in length...&lt;/P&gt;&lt;P&gt;and i am getting short dump when moving the source field to destination field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 19:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changedocument-read/m-p/2504055#M565981</guid>
      <dc:creator>SG141</dc:creator>
      <dc:date>2007-07-18T19:02:41Z</dc:date>
    </item>
  </channel>
</rss>

