<?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 default value! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-default-value/m-p/854540#M46927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much for your help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working fine, then reg the first ques, not to worry. i have assigned the deafult value the work area of that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jan 2005 10:19:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-27T10:19:57Z</dc:date>
    <item>
      <title>module pool default value!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-default-value/m-p/854537#M46924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;i having using 2 screens in that i want to set a default value as Y, for 2 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me how to do that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) another qustion is suppose from selection screen if i am going to scr1 and then to scr2..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am doing some processing in scr2 after screen 2 , i want to come dir to selection screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using leave to screen 1000, its going fine but after some time when i click on any button i am getting a junk dialog box with some err in it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in this issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2005 08:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-default-value/m-p/854537#M46924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-26T08:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: module pool default value!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-default-value/m-p/854538#M46925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you are "calling" screen 2.  In PAI of screen 2, I would suggest:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Set Screen 0.
Leave Screen.
&lt;/CODE&gt;&lt;/PRE&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>Wed, 26 Jan 2005 13:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-default-value/m-p/854538#M46925</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-01-26T13:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: module pool default value!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-default-value/m-p/854539#M46926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need some additional detail to understand question 1.  Default values can be set in a PBO event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to question 2, in your START-OF-SELECTION event, you do CALL SCREEN 1.  In screen 1, when you want to go to screen 2, do SET SCREEN 2. LEAVE SCREEN.  Do not do a CALL SCREEN 2.  Now when you leave SCREEN 2 with SET SCREEN 0. LEAVE SCREEN.  the original CALL SCREEN 1 will be done and your program continues with the next line of code.  If there is no more code, the program ends and then is restarted with the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have misunderstood your question, please clarify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2005 16:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-default-value/m-p/854539#M46926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-26T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: module pool default value!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-default-value/m-p/854540#M46927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much for your help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working fine, then reg the first ques, not to worry. i have assigned the deafult value the work area of that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 10:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-default-value/m-p/854540#M46927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-27T10:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: module pool default value!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-default-value/m-p/854541#M46928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you found the answers helpful, please award points as you see fit by clicking on the star next to the responses.  Glad things worked out for you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2005 14:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-default-value/m-p/854541#M46928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-27T14:05:42Z</dc:date>
    </item>
  </channel>
</rss>

