<?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 Dialog Programming : Subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-subscreen/m-p/9309902#M1727169</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 am facing a problem while calling a subscreen from Main Screen. When the process flows into the subscreen the PBO of the subdcreen is called correctly but the SCREEN elements are still of the MAIN screen. I am not able to get the SCREEN details like SCREEN-NAME etc of the subscreen. &lt;/P&gt;&lt;P&gt;Can someone help me out on how to use this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2013 09:34:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-15T09:34:10Z</dc:date>
    <item>
      <title>Dialog Programming : Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-subscreen/m-p/9309902#M1727169</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 am facing a problem while calling a subscreen from Main Screen. When the process flows into the subscreen the PBO of the subdcreen is called correctly but the SCREEN elements are still of the MAIN screen. I am not able to get the SCREEN details like SCREEN-NAME etc of the subscreen. &lt;/P&gt;&lt;P&gt;Can someone help me out on how to use this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 09:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-subscreen/m-p/9309902#M1727169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-15T09:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-subscreen/m-p/9309903#M1727170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you have the main screen as 100 and subscreen as 200,&amp;nbsp; try with below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create the subscreen area&amp;nbsp; SUB1&amp;nbsp; on the main screen 100, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now&amp;nbsp; in the PBO of 100 write code as Below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call subscreen SUB1 including SY-REPID&amp;nbsp; '200'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in PAI of screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call subscreen SUB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt; zafar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 09:50:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-subscreen/m-p/9309903#M1727170</guid>
      <dc:creator>former_member182379</dc:creator>
      <dc:date>2013-02-15T09:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-subscreen/m-p/9309904#M1727171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Zafar, I have done that, now in the PBO of subscreen 200 I don't have the SCREEN elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I need to disable few of my fields on SUBSCREEN 200 say the field is ZZ_BATCH but I am unable to do it because I don't get the SCREEN-NAME = ZZ_BATCH in the PBO of my SUBSCREEN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 10:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-subscreen/m-p/9309904#M1727171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-15T10:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-subscreen/m-p/9309905#M1727172</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;Check if the whole program is actived properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tooshar Bendale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 10:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-subscreen/m-p/9309905#M1727172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-15T10:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Programming : Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-subscreen/m-p/9309906#M1727173</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;If you have subscreen as 200, then at the PBO of subscreen 200,&lt;/P&gt;&lt;P&gt;call the module containing code of disabling elements of subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do that in the module like&lt;SPAN style="font-size: 10pt;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Module&amp;nbsp; STATUS_0200&amp;nbsp; OUTPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*----------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;status_0200 OUTPUT.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;SCREEN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;screen-group1 = &lt;SPAN class="L0S33"&gt;'GR2'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-input = &lt;SPAN class="L0S32"&gt;1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ELSE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-input = &lt;SPAN class="L0S32"&gt;1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;SCREEN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; ENDMODULE.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31" style="font-size: 10pt;"&gt;" STATUS_0200&amp;nbsp; OUTPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 15:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-subscreen/m-p/9309906#M1727173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-18T15:09:33Z</dc:date>
    </item>
  </channel>
</rss>

