<?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: Data change in dynpro field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828098#M43328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Function Module '&amp;lt;b&amp;gt;DYNP_VALUES_READ&amp;lt;/b&amp;gt;' for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Dec 2004 16:46:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-12-16T16:46:59Z</dc:date>
    <item>
      <title>Data change in dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828097#M43327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After looking for an answer quite a while, here my question. How can I catch when a value is entered or changed in a dynpro field when the cursor remains in the changed field and no other action (mouse or keyboard) is performed. There must be a catchable change to the value of a dynpro field if it is altered from e.g. '1'  to a '2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me in this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 16:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828097#M43327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-16T16:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data change in dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828098#M43328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Function Module '&amp;lt;b&amp;gt;DYNP_VALUES_READ&amp;lt;/b&amp;gt;' for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 16:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828098#M43328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-16T16:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data change in dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828099#M43329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Subramanian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. How does this function module "know" when a value in a dynpro field has changed? As I mentioned I need the interrupt to be after the user pressed a key within in the dynpro field. Can you elaborate on how I can get this done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 16:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828099#M43329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-16T16:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data change in dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828100#M43330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'DYNP_VALUES_READ' is used to capture data entered into the dynpro fields in the PAI(or process on value-request ) event before the data entered on the screen are transferred to corresponding program fields. You can not use it for the functionality you asked. I do not think that it is possible to detect that data entered into a dynpro field is changed, without triggering the PAI event(you have to at least press enter).&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Sükrü&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 17:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828100#M43330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-16T17:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data change in dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828101#M43331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know this not possible for ordinary text fields. If you have only few valid values you might mark it as listbox and apply a Function-Code to it.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 18:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828101#M43331</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2004-12-16T18:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data change in dynpro field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828102#M43332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way that you are going to accomplish this is to implement a timer(CL_GUI_TIMER). Using a timer, you can  check the field every 1 second or so to see if it has changed.   I have done some test programs which do just that, but it really does make for a messy interface,  if the user is typing something at the exact time the timer is checking the field, it will cause a hicup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 18:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-change-in-dynpro-field/m-p/828102#M43332</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2004-12-16T18:31:37Z</dc:date>
    </item>
  </channel>
</rss>

