<?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: Module pool query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526926#M241183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shital,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where did u write the logic? i think u wrote that logic in PAI of customised screen. am i right?&lt;/P&gt;&lt;P&gt;if that is the case then you have copy the code in PBO also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reward the point if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2006 09:23:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-01T09:23:49Z</dc:date>
    <item>
      <title>Module pool query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526925#M241182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a screen which have customized subscreen. I want to check whether two fields are equal.&lt;/P&gt;&lt;P&gt;one field of standard subscreen and another of customized screen. I have written that code in custozied screen.&lt;/P&gt;&lt;P&gt;Validation works fine when i do enter or modify customized subscreen. but if i do not edit customized screen validations written in customized screen doesn't work.&lt;/P&gt;&lt;P&gt;Hope i am clear&lt;/P&gt;&lt;P&gt;Plz give soln.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526925#M241182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526926#M241183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shital,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where did u write the logic? i think u wrote that logic in PAI of customised screen. am i right?&lt;/P&gt;&lt;P&gt;if that is the case then you have copy the code in PBO also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reward the point if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526926#M241183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526927#M241184</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;You`ll code your logic according to the screen sequence..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say the standard screen has got ur subscreen, now your code should be in the PBO of the standard screen. Since every time there is any user action either of these two screens, the screen is always regenerated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider the following sample code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if F1 is not and f2 is not initial.&lt;/P&gt;&lt;P&gt;check f1 = F2.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here F1 -- Std. screen field and F2 -- Ur screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my reply would solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526927#M241184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526928#M241185</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;You need to write the code in the PBO(Process Before Output). This will solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526928#M241185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526929#M241186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i access standard screen-field's value in custom screen logic. Is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526929#M241186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526930#M241187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check if you have written validation in ON CHANGE EVENT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if u can send me code, I can help u resolving it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526930#M241187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526931#M241188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s. its possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526931#M241188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526932#M241189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unresolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2009 17:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-query/m-p/1526932#M241189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-10T17:32:00Z</dc:date>
    </item>
  </channel>
</rss>

