<?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 Pop Up Input Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-input-screen/m-p/5563451#M1269353</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;   I have this requirement:&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;     Scenario: I have one table control, with two radio buttons say R1 and R2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    a) When R2 is selected, a button outside the table control should get activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    b) On Click of that button, a POP-UP screen (Input Screen), which will be similar to a table&lt;/P&gt;&lt;P&gt;                        control should get displayed in order to take more inputs from the user. The Pop-Up Screen &lt;/P&gt;&lt;P&gt;                        will contain only two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Please share your experience and suggest me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks,&lt;/P&gt;&lt;P&gt;   Chandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2009 10:04:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-05T10:04:06Z</dc:date>
    <item>
      <title>Pop Up Input Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-input-screen/m-p/5563451#M1269353</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;   I have this requirement:&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;     Scenario: I have one table control, with two radio buttons say R1 and R2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    a) When R2 is selected, a button outside the table control should get activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    b) On Click of that button, a POP-UP screen (Input Screen), which will be similar to a table&lt;/P&gt;&lt;P&gt;                        control should get displayed in order to take more inputs from the user. The Pop-Up Screen &lt;/P&gt;&lt;P&gt;                        will contain only two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Please share your experience and suggest me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks,&lt;/P&gt;&lt;P&gt;   Chandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 10:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-input-screen/m-p/5563451#M1269353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T10:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pop Up Input Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-input-screen/m-p/5563452#M1269354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;If R1 = 'X'&lt;/P&gt;&lt;P&gt; LOOP at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'Your field"&lt;/P&gt;&lt;P&gt;Screen-Input = 0.&lt;/P&gt;&lt;P&gt;Screen-Invisible = 1.&lt;/P&gt;&lt;P&gt;Modify Screen.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;IN PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------" /&gt;&lt;P&gt;Chain&lt;/P&gt;&lt;P&gt;FIELD R1.&lt;/P&gt;&lt;P&gt;FIeld r2.&lt;/P&gt;&lt;P&gt;Module Call_same_screen_again.&lt;/P&gt;&lt;P&gt;ENDCHAIN on chain-request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------" /&gt;&lt;P&gt;Try this code hope it will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Suvendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 10:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-input-screen/m-p/5563452#M1269354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T10:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pop Up Input Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-input-screen/m-p/5563453#M1269355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upon the click of radio button, you can enable or disable the screen fields by looping the screen and settign the parameters active / inactive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a popup screen, you can use a subscreen and call it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 06:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-input-screen/m-p/5563453#M1269355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T06:42:49Z</dc:date>
    </item>
  </channel>
</rss>

