<?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: Regarding  Screen Painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175832#M124318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   after leaving validfrom column, i want to check the value. but the onchange event  will trigger after i am applying enter key on the particular line.&lt;/P&gt;&lt;P&gt;  how i can check the value after leaving the column validfrom?&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, 22 Feb 2006 08:32:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-22T08:32:43Z</dc:date>
    <item>
      <title>Regarding  Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175827#M124313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I need to create one screen with table control which  has four columns as &lt;/P&gt;&lt;P&gt; Material number, valid from, valid to, Value for UV Rate maintainence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now My problem is, How to validate valid from column after entering the date in particular column(valid from)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Is there any events are there for table control? for Eg &lt;/P&gt;&lt;P&gt;  tblctl_Modify, tblctl_move like any other modules for validating  after entering one particular column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 07:26:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175827#M124313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T07:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175828#M124314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can validate using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD &amp;lt;fielname&amp;gt; VALUES (..........)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 07:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175828#M124314</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-22T07:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175829#M124315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"on change" could be a nice addition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 07:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175829#M124315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T07:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175830#M124316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;      In the PAI module , you can do this validation between CHAIN ...END CHAIN  stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 07:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175830#M124316</guid>
      <dc:creator>VijayasekarK</dc:creator>
      <dc:date>2006-02-22T07:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175831#M124317</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;In the PAI of the screen, do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For single field:&lt;/P&gt;&lt;P&gt;================&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT &amp;lt;ITAB&amp;gt;.
    FIELD &amp;lt;VAR1&amp;gt;
    FIELD &amp;lt;VAR2&amp;gt;.
    FIELD &amp;lt;VAR3&amp;gt;.
    FIELD &amp;lt;VAR4&amp;gt; MODULE validate_9000. "Field to be  
                                        validated
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For group of fields;&lt;/P&gt;&lt;P&gt;====================&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT &amp;lt;ITAB&amp;gt;.
   CHAIN.
    FIELD &amp;lt;VAR1&amp;gt;
    FIELD &amp;lt;VAR2&amp;gt;.
    FIELD &amp;lt;VAR3&amp;gt;.
    FIELD &amp;lt;VAR4&amp;gt;.
    MODULE validate_9000. "Field to be  
                           validated
   ENDCHAIN.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat Ramanan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Venkat Ramanan Natarajan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 08:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175831#M124317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T08:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175832#M124318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   after leaving validfrom column, i want to check the value. but the onchange event  will trigger after i am applying enter key on the particular line.&lt;/P&gt;&lt;P&gt;  how i can check the value after leaving the column validfrom?&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, 22 Feb 2006 08:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175832#M124318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T08:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding  Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175833#M124319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   onchange event only triggered after i am pressing enter key of the line. is there any other way to validate after leaving the table column(validfrom)?&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neptune.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 08:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1175833#M124319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T08:57:49Z</dc:date>
    </item>
  </channel>
</rss>

