<?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 with Subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274549#M1387197</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;in the PAI of first screen call the subscreen first before the User Command statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call subscreen sub. -- then&lt;/P&gt;&lt;P&gt;module user_command_100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in debug what is sequence of screens followed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2009 10:53:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-20T10:53:20Z</dc:date>
    <item>
      <title>Problem with Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274546#M1387194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem with the subscreens. My senario is as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main screen is 0100. On this screen i have defind one subscreen area  and in this subscreen area i have called another screen 0110. On this 0110 , there are 3 another subscreen areas where I have called screens 0200 ,0300 and 0400 respectively . Now I am facing problem as follows :&lt;/P&gt;&lt;P&gt;1. When I enter any value on screen 0200 and Hit Enter , that value goes off. Same with the case of 0300 and 0400&lt;/P&gt;&lt;P&gt;2 . I want to pass the data on screen 0200 , to the corresponding fields on screen 0300. How to do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 10:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274546#M1387194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T10:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274547#M1387195</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;In &lt;STRONG&gt;Top Include&lt;/STRONG&gt; declare a variable and same variable is given for the input fields on all the screen where you want the automatic data transfer needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the First screen you need to use &lt;STRONG&gt;CALL SUBSCREEN SUB INCLUDE SY-REPID SY-DYNNR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also in the First Subscreen where you are calling further subscreens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this serves your purpose.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 10:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274547#M1387195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274548#M1387196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear  Ramchander ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have done the same thing as mentioned by you. But still when i enter any data on the subscreen 0200 and hit Enter system goes to the PAI of 0100 which is my parent screen. Actually it should go to the PAI of 0200.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 10:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274548#M1387196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T10:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274549#M1387197</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;in the PAI of first screen call the subscreen first before the User Command statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call subscreen sub. -- then&lt;/P&gt;&lt;P&gt;module user_command_100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in debug what is sequence of screens followed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 10:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274549#M1387197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T10:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274550#M1387198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is happening becuase of inconsitencey in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always remember once you press enter it trigger PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just debug it and See what your program is doing ..You will know the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nabheet Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 10:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274550#M1387198</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2009-10-20T10:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274551#M1387199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rama. You are the Gem.&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 11:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274551#M1387199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T11:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274552#M1387200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New Problem with Subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nikhil Joshi on Oct 21, 2009 3:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 09:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274552#M1387200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T09:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274553#M1387201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now there is no Problem on subscreen 0100. Data is retained even after any event on it.&lt;/P&gt;&lt;P&gt;But when I enter any value on subscreen 0200 or 0300 , that data is lost when I hit Enter on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 09:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274553#M1387201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T09:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274554#M1387202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Same procedure need to be followed. Check the Screen Field name and Variable name in Top include must be same.&lt;/P&gt;&lt;P&gt;2) Check what is happening in PBO of respective Screen before they are displayed&lt;/P&gt;&lt;P&gt;3) Are you using any Clear Statements&lt;/P&gt;&lt;P&gt;4) Change the Order or Calling the &lt;STRONG&gt;CALL SUBSCREEN&lt;/STRONG&gt; both in PBO and PAI (if Required only)&lt;/P&gt;&lt;P&gt;5) Are you passing any other values to these variables through program ( by select query or any other move statements or assigning with &lt;STRONG&gt;=&lt;/STRONG&gt; symbol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check all these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the beginning ---&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you enter a value to the field --&amp;gt; enter &lt;STRONG&gt;/H&lt;/STRONG&gt; and follow the process where this is getting cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whether in the PAI of main screen or PBO of Main Screen or while calling other sub screens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will serve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 11:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-subscreen/m-p/6274554#M1387202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T11:25:46Z</dc:date>
    </item>
  </channel>
</rss>

