<?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: Calling Screen in nested Module Pool Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476122#M1744219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using this in the PBO and PAI of the main program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;BR /&gt;&amp;nbsp; ...&lt;BR /&gt;&amp;nbsp; CALL SUBSCREEN: &amp;lt;area&lt;SUB&gt;1&lt;/SUB&gt;&amp;gt; INCLUDING [&amp;lt;prog &lt;SUB&gt;1&lt;/SUB&gt;&amp;gt;] &amp;lt;dynp &lt;SUB&gt;1&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; &amp;lt;area&lt;SUB&gt;2&lt;/SUB&gt;&amp;gt; INCLUDING [&amp;lt;prog &lt;SUB&gt;2&lt;/SUB&gt;&amp;gt;] &amp;lt;dynp &lt;SUB&gt;2&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; &amp;lt;area&lt;SUB&gt;3&lt;/SUB&gt;&amp;gt; INCLUDING [&amp;lt;prog &lt;SUB&gt;3&lt;/SUB&gt;&amp;gt;] &amp;lt;dynp &lt;SUB&gt;3&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; ...&lt;BR /&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;BR /&gt;&amp;nbsp; ...&lt;BR /&gt;&amp;nbsp; CALL SUBSCREEN: &amp;lt;area&lt;SUB&gt;1&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; &amp;lt;area&lt;SUB&gt;2&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; &amp;lt;area&lt;SUB&gt;3&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; ...&lt;BR /&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 May 2013 08:16:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-05-09T08:16:14Z</dc:date>
    <item>
      <title>Calling Screen in nested Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476119#M1744216</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Suppose i have two Module Pool Program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Program1 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen 100&amp;nbsp; - Normal Screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Program2 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen 100&amp;nbsp; - Subscreen screen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen 101&amp;nbsp; - Model Dialog Box &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen 102&amp;nbsp; - Normal Screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Using&amp;nbsp; T-Code &lt;STRONG&gt;ZTCODE&amp;nbsp; , Program1 &lt;/STRONG&gt;screen 100 is executed . Screen 100 Contain Tab strip functionality where i am calling&amp;nbsp; &lt;STRONG&gt;Program2 &lt;/STRONG&gt;subscreen 100. Now &lt;STRONG&gt;Program2 &lt;/STRONG&gt;subscreen 100 contain a button by which i like to call "Dialog box &lt;STRONG&gt;Program2 &lt;/STRONG&gt; screen 101" or "Normal Screen &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Program2 &lt;/STRONG&gt; screen 102" . But here it throws an error &lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp; The system attempted to use dynpro 0101 in program "&lt;STRONG&gt;Program1&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&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;&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; This dynpro does not exist."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; It is working fine if i am calling &lt;STRONG&gt;Program2 &lt;/STRONG&gt;Directly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jibin Joy&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 07:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476119#M1744216</guid>
      <dc:creator>jibin_joy</dc:creator>
      <dc:date>2013-05-09T07:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen in nested Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476120#M1744217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a separate transaction of program2 and call the transaction in program1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need shared data you can create that using function group and call the function for sending and receiveing data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 07:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476120#M1744217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T07:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen in nested Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476121#M1744218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks For reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.&amp;nbsp; Program1 Contain Tab strip so within one tab i like to call Program2 using subscreen .&lt;/P&gt;&lt;P&gt;But if i have separate transaction of program2 and call the transaction in program1 it will replace the whole screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.&amp;nbsp; This Functionality work well in function group but i cannt change the program2 to function group right now this is our last choice&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i know y this error is raised .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jibin Joy&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 07:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476121#M1744218</guid>
      <dc:creator>jibin_joy</dc:creator>
      <dc:date>2013-05-09T07:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen in nested Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476122#M1744219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using this in the PBO and PAI of the main program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;BR /&gt;&amp;nbsp; ...&lt;BR /&gt;&amp;nbsp; CALL SUBSCREEN: &amp;lt;area&lt;SUB&gt;1&lt;/SUB&gt;&amp;gt; INCLUDING [&amp;lt;prog &lt;SUB&gt;1&lt;/SUB&gt;&amp;gt;] &amp;lt;dynp &lt;SUB&gt;1&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; &amp;lt;area&lt;SUB&gt;2&lt;/SUB&gt;&amp;gt; INCLUDING [&amp;lt;prog &lt;SUB&gt;2&lt;/SUB&gt;&amp;gt;] &amp;lt;dynp &lt;SUB&gt;2&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; &amp;lt;area&lt;SUB&gt;3&lt;/SUB&gt;&amp;gt; INCLUDING [&amp;lt;prog &lt;SUB&gt;3&lt;/SUB&gt;&amp;gt;] &amp;lt;dynp &lt;SUB&gt;3&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; ...&lt;BR /&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;BR /&gt;&amp;nbsp; ...&lt;BR /&gt;&amp;nbsp; CALL SUBSCREEN: &amp;lt;area&lt;SUB&gt;1&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; &amp;lt;area&lt;SUB&gt;2&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; &amp;lt;area&lt;SUB&gt;3&lt;/SUB&gt;&amp;gt;, &lt;BR /&gt;&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;&amp;nbsp; ...&lt;BR /&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 08:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476122#M1744219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T08:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen in nested Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476123#M1744220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Susmitha ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks For response &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am able to call &lt;STRONG&gt;Program2&lt;/STRONG&gt; From &lt;STRONG&gt;Program1 &lt;/STRONG&gt;using call subscreen statement . The problem comes when i am trying to call any other screen within &lt;STRONG&gt;Program2 .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jibin Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 08:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476123#M1744220</guid>
      <dc:creator>jibin_joy</dc:creator>
      <dc:date>2013-05-09T08:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen in nested Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476124#M1744221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a function module, and write the call screen in that function module. &lt;/P&gt;&lt;P&gt;Then call this function module to display the other screens. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the entire program2 into an include pgm. Eg INC_PGM2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then insert the include statement include INC_PGM2 in both the programs. (You may need to give unique screen numbers though)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 09:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476124#M1744221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T09:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen in nested Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476125#M1744222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Susmitha ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; For Option 1 :&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp; i cannt change the program2 to function group right now this is our last choice&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; For Option 2 :&lt;/P&gt;&lt;P&gt;&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; I dont think so it is possible in my scenario. It is going to be used in&amp;nbsp; lot of place .&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i know y this error is raised .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jibin Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 09:14:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476125#M1744222</guid>
      <dc:creator>jibin_joy</dc:creator>
      <dc:date>2013-05-09T09:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen in nested Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476126#M1744223</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;Here is the explaination to the error with reference from SAP HELP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement &lt;SPAN class="qtext"&gt;CALL SCREEN&lt;/SPAN&gt; accesses the dynpros of the relevant&lt;A class="grey" href="https://community.sap.com/" title="Glossary Entry"&gt;main program&lt;/A&gt; of the current&lt;A class="grey" href="https://community.sap.com/" title="Glossary Entry"&gt;program group&lt;/A&gt; and these use the global data and dialog modules of the main program. Except when calling a dynpro in an externally called subroutine, the main program usually is the current program. If the specified dynpro does not exist in the main program of the program group, an untreatable exception occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_702/en/abapcall_screen.htm"&gt;http://help.sap.com/abapdocu_702/en/abapcall_screen.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 09:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476126#M1744223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T09:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen in nested Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476127#M1744224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks For Putting Effort on this ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "If the specified subscreen dynpro is not defined in the current ABAP program, the specified program is loaded into internal mode, whereby &lt;A class="blue"&gt;&lt;SPAN class="qtext"&gt;LOAD-OF-PROGRAM&lt;/SPAN&gt;&lt;/A&gt; is triggerred. If this is a &lt;A class="grey" title="Glossary Entry"&gt;function group,&lt;/A&gt; a new &lt;A class="grey" title="Glossary Entry"&gt;additional program group&lt;/A&gt; is formed. In the case of &lt;A class="grey" title="Glossary Entry"&gt; executable programs&lt;/A&gt; and &lt;A class="grey" title="Glossary Entry"&gt; module pools,&lt;/A&gt; the program is loaded into the &lt;A class="grey" title="Glossary Entry"&gt;program group&lt;/A&gt; of the current program. &lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_702/en/dynpcall.htm" title="http://help.sap.com/abapdocu_702/en/dynpcall.htm"&gt;http://help.sap.com/abapdocu_702/en/dynpcall.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; So based on my observation it should find the dynpro in current Program Group since &lt;STRONG&gt;Program2&lt;/STRONG&gt; will also be added once subscreen is called for that the program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Ref &lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/abapdocu_70/en/ABENINTERNAL_SESSION.htm" title="http://help.sap.com/abapdocu_70/en/ABENINTERNAL_SESSION.htm"&gt;http://help.sap.com/abapdocu_70/en/ABENINTERNAL_SESSION.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jibin Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 09:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476127#M1744224</guid>
      <dc:creator>jibin_joy</dc:creator>
      <dc:date>2013-05-09T09:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen in nested Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476128#M1744225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jibin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer to your question is in the link provided by you....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; background-color: #ffffef;"&gt;Only the &lt;/SPAN&gt;&lt;A href="http://help.sap.com/abapdocu_70/en/ABENDYNPRO_GLOSRY.htm" style="font-family: 'Times New Roman'; background-color: #ffffef; color: #505050;"&gt;dynpros&lt;/A&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; background-color: #ffffef;"&gt; of the main program of a program group can be called using &lt;/SPAN&gt;&lt;A href="http://help.sap.com/abapdocu_70/en/ABAPCALL_SCREEN.htm" style="font-family: 'Times New Roman'; background-color: #ffffef;"&gt;&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;CALL SCREEN&lt;/STRONG&gt;&lt;/A&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; background-color: #ffffef;"&gt;. After an internal session is loaded, these are the dynpros of the main program of the main program group. The main programs (function groups) of additional program groups can also call their own dynpros.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; background-color: #ffffef;"&gt;The SUB-Screen call though the program will be loaded... but all call screen statements will correspond only to your main loaded program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; background-color: #ffffef;"&gt;I hope this helps.....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 11:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476128#M1744225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T11:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen in nested Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476129#M1744226</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;&amp;nbsp; Thanks ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I got confused previously.....&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;Jibin Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 12:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-in-nested-module-pool-program/m-p/9476129#M1744226</guid>
      <dc:creator>jibin_joy</dc:creator>
      <dc:date>2013-05-09T12:10:32Z</dc:date>
    </item>
  </channel>
</rss>

