<?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: method check_changed_data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438040#M1551258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; Thank you for all the suggestions.Sorry for replying late.I was on travel.&lt;/P&gt;&lt;P&gt;I tried referring the values as:&lt;/P&gt;&lt;P&gt;  ls_fieldcat-fieldname    = 'WORK_ACTIVITY'.&lt;/P&gt;&lt;P&gt;  ls_fieldcat-qfieldname = 'WORK_UNIT'.&lt;/P&gt;&lt;P&gt;  ls_fieldcat-quantity = 'H'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have only one quantity and I pass the values as above.But still value does not change as expected i.e., when i change the value as 10 it changes as 1.&lt;/P&gt;&lt;P&gt;Am I going wrong anywhere.please correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Dec 2010 14:06:38 GMT</pubDate>
    <dc:creator>former_member188724</dc:creator>
    <dc:date>2010-12-14T14:06:38Z</dc:date>
    <item>
      <title>method check_changed_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438036#M1551254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; I am changing a qty value say from 1 to 2.&lt;/P&gt;&lt;P&gt;When it passes the method check_changed_data the value gets changed to 0,2 from 2.&lt;/P&gt;&lt;P&gt;I do not know how this error happens.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 11:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438036#M1551254</guid>
      <dc:creator>former_member188724</dc:creator>
      <dc:date>2010-12-10T11:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: method check_changed_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438037#M1551255</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;what is the data type which is bound to the field that you change from 1 to 2 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2010 20:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438037#M1551255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-11T20:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: method check_changed_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438038#M1551256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... Or, in other words: Quantity fields &lt;STRONG&gt;must&lt;/STRONG&gt; reference to a unit field, currency amounts &lt;STRONG&gt;must&lt;/STRONG&gt; have reference to curremcy key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check online documentation on field catalog or define a dictionary structure that will force you to dive the reference fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it will work as desired. Now it works as designed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not about ABAP OBJECTS...&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2010 22:29:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438038#M1551256</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-12-11T22:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: method check_changed_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438039#M1551257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ALV, proper reference to Currency or Quantity type should be made as suggested. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are using LVC_S_FCAT structure. If you have multiple quantities, populate the quantity key in a separate field in internal table as well and pass the fieldname in QFIELDNAME. If you have only one quantity key, pass it directly to QUANTITY field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 07:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438039#M1551257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-13T07:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: method check_changed_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438040#M1551258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; Thank you for all the suggestions.Sorry for replying late.I was on travel.&lt;/P&gt;&lt;P&gt;I tried referring the values as:&lt;/P&gt;&lt;P&gt;  ls_fieldcat-fieldname    = 'WORK_ACTIVITY'.&lt;/P&gt;&lt;P&gt;  ls_fieldcat-qfieldname = 'WORK_UNIT'.&lt;/P&gt;&lt;P&gt;  ls_fieldcat-quantity = 'H'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have only one quantity and I pass the values as above.But still value does not change as expected i.e., when i change the value as 10 it changes as 1.&lt;/P&gt;&lt;P&gt;Am I going wrong anywhere.please correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 14:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438040#M1551258</guid>
      <dc:creator>former_member188724</dc:creator>
      <dc:date>2010-12-14T14:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: method check_changed_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438041#M1551259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kandaswami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure&lt;/P&gt;&lt;P&gt;'WORK_ACTIVITY' is a field of type Quantity.&lt;/P&gt;&lt;P&gt;'WORK_UNIT'  is a field of type UNIT&lt;/P&gt;&lt;P&gt;Field WORK_UNIT is filled with a valid UNIT at runtime.&lt;/P&gt;&lt;P&gt;Do not specify both quantity and qfieldname at the same time.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 14:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438041#M1551259</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-12-15T14:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: method check_changed_data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438042#M1551260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clement,&lt;/P&gt;&lt;P&gt; Sorry to reply late.It helped me to resolve.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 05:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-check-changed-data/m-p/7438042#M1551260</guid>
      <dc:creator>former_member188724</dc:creator>
      <dc:date>2010-12-28T05:41:38Z</dc:date>
    </item>
  </channel>
</rss>

