<?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 basic question:::::: in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-basic-question/m-p/2942217#M693603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pop up screen will come by calling using:&lt;/P&gt;&lt;P&gt;call screen XXXX starting at XXX XXX ending at XXX XXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Catch the user command for that screen and in thePAI call the other screen.&lt;/P&gt;&lt;P&gt;Ok&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2007 08:46:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-23T08:46:50Z</dc:date>
    <item>
      <title>regarding basic question::::::</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-basic-question/m-p/2942216#M693602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)how to get the pop up screen ?the first screen as display button ,if we press that button then pop up screen has to come with same information? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)with out doing any action how to go another screen ,means when ever control comes to that particular field this action has to be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-basic-question/m-p/2942216#M693602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T08:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: regarding basic question::::::</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-basic-question/m-p/2942217#M693603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pop up screen will come by calling using:&lt;/P&gt;&lt;P&gt;call screen XXXX starting at XXX XXX ending at XXX XXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Catch the user command for that screen and in thePAI call the other screen.&lt;/P&gt;&lt;P&gt;Ok&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-basic-question/m-p/2942217#M693603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T08:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: regarding basic question::::::</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-basic-question/m-p/2942218#M693604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. CALL SCREEN XXX or for confirmation use FM 'POPUP_TO_CONFIRM'.&lt;/P&gt;&lt;P&gt;2. This is not possible in SAP. User has to generate a Event i.e. either Click on a Button etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-basic-question/m-p/2942218#M693604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T08:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: regarding basic question::::::</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-basic-question/m-p/2942219#M693605</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;1. how to get the pop up screen ?the first screen as display button ,if we press that button then pop up screen has to come with same information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Create a Screen in Se51 with Screen Type as Modal dialog.&lt;/P&gt;&lt;P&gt;  Then in the PAI based on the Function code (OK_Code) call it using:&lt;/P&gt;&lt;P&gt;      CALL SCREEN &amp;lt;NO&amp;gt; STARTING AT 3 10 ENDING AT 15 30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2)with out doing any action how to go another screen ,means when ever control comes to that particular field this action has to be done?&lt;/P&gt;&lt;P&gt;  It is not possible without any action. You must perform some action like Enter or F4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-basic-question/m-p/2942219#M693605</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-23T08:51:10Z</dc:date>
    </item>
  </channel>
</rss>

