<?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: problem in subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-subscreen/m-p/6736169#M1457860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what variable you have there (in main screen) as your subscreen number and where is its definition? Is it a global one?&lt;/P&gt;&lt;P&gt;If so you should be able to address it directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Mar 2010 07:53:58 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2010-03-05T07:53:58Z</dc:date>
    <item>
      <title>problem in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-subscreen/m-p/6736166#M1457857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all i have a problem with in  the subscreen.&lt;/P&gt;&lt;P&gt;i have a button in the sub screen when i press the buttun or press enter &lt;/P&gt;&lt;P&gt;it should be in the same subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i write leave to screen, or set screen its not accepting .&lt;/P&gt;&lt;P&gt;how can i call my same subscreen for the particular user command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 17:47:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-subscreen/m-p/6736166#M1457857</guid>
      <dc:creator>former_member217546</dc:creator>
      <dc:date>2010-03-04T17:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-subscreen/m-p/6736167#M1457858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't &lt;EM&gt;leave to&lt;/EM&gt; subscreen neither you &lt;EM&gt;set&lt;/EM&gt; subscreen. All you do is to provide appropriate number of subscreen which should be displayed in &lt;EM&gt;subscreen area&lt;/EM&gt; of main dynpro. In below example it is &lt;STRONG&gt;dyn_no&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
"in main screen
PROCESS BEFORE OUTPUT.
  CALL SUBSCREEN: area1 INCLUDING sy-repid dyn_no.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
"in subscreen 
PROCESS AFTER INPUT.
   MODULE user_command.

MODULE user_command INPUT.
  if sy-ucomm = "your user command here
     dyn_no = '100'. "here just set correct subscreen number, so in PBO of main screen it will process this one
  endif.
ENDMODULE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 18:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-subscreen/m-p/6736167#M1457858</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-03-04T18:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-subscreen/m-p/6736168#M1457859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thank u for ur reply .. its an enhancement so when i try to change dyn_no of main screen its says that variable does not exist,&lt;/P&gt;&lt;P&gt;so i can not change that from my subscreen pai.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sudheer b on Mar 5, 2010 7:00 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 06:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-subscreen/m-p/6736168#M1457859</guid>
      <dc:creator>former_member217546</dc:creator>
      <dc:date>2010-03-05T06:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem in subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-subscreen/m-p/6736169#M1457860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what variable you have there (in main screen) as your subscreen number and where is its definition? Is it a global one?&lt;/P&gt;&lt;P&gt;If so you should be able to address it directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 07:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-subscreen/m-p/6736169#M1457860</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-03-05T07:53:58Z</dc:date>
    </item>
  </channel>
</rss>

