<?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: screen programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programs/m-p/3769099#M906954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if 'P1B' is the function code of push button P1B then in PBO of 2000 screen write like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ok_code eq 'P1B'.&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = &amp;lt;P1B&amp;gt;.&lt;/P&gt;&lt;P&gt;screen-active = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;P1B&amp;gt; is tne name of pushbutton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 05:59:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T05:59:03Z</dc:date>
    <item>
      <title>screen programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programs/m-p/3769097#M906952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi....Friends.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Please understand my requirement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam having two screens....1000 and 2000...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1000 is first screen contains two pushbuttons(P1A)(P1B)...etc&lt;/P&gt;&lt;P&gt;2000 is second screen which contains one pushbutton(P2) and one tablecontrol....etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so now if i click FIRST push button(P1A) in 1000 screen it has to come to 2000 screen with all the designing parts of 2000 screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i click SECOND pushbutton(P1B) in 1000 screen it has to come to 2000 screen with out one pushbutton(P2) of 2000 screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here 2000 screen is to be modify itself without creation of third screen....because here no need of that pushbutton(P2) when i come through second pushbutton(P1B) of the first screen....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to come across this situation....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 04:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programs/m-p/3769097#M906952</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-04-28T04:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: screen programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programs/m-p/3769098#M906953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;                  When you click FIRST push button(P1A) in 1000 screen just call  2000 screen  using call screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nad when you click SECOND pushbutton(P1B) in 1000 screen call 2000 screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if screen-group1 = 'G1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        screen-active = 0.&lt;/P&gt;&lt;P&gt;        screen-input = 0.&lt;/P&gt;&lt;P&gt;        screen-output = 0.&lt;/P&gt;&lt;P&gt;        screen-invisible = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        modify screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you need to assign pushbutton(P2)  to screen-group G1 in the attribute window on the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewrd if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 04:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programs/m-p/3769098#M906953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T04:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: screen programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programs/m-p/3769099#M906954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if 'P1B' is the function code of push button P1B then in PBO of 2000 screen write like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ok_code eq 'P1B'.&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = &amp;lt;P1B&amp;gt;.&lt;/P&gt;&lt;P&gt;screen-active = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;P1B&amp;gt; is tne name of pushbutton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 05:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programs/m-p/3769099#M906954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T05:59:03Z</dc:date>
    </item>
  </channel>
</rss>

