<?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: ISSUE WITH CALL SUBSCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-subscreen/m-p/2524007#M571556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of g_screen give screen number that u have created in screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2007 06:21:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-21T06:21:42Z</dc:date>
    <item>
      <title>ISSUE WITH CALL SUBSCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-subscreen/m-p/2524004#M571553</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;I have created a subscreen 1020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 1020 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_belnr1 FOR bsis-belnr.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 1020.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And included this is in my screen using : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN AREA_001 INCLUDING 'ZVMCCSCREENS' g_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  MODULE USER_COMMAND_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN AREA_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in PAI of 100 i need the value s_belnr1 entered by user. How do I access it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudhir Atluru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 17:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-subscreen/m-p/2524004#M571553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T17:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: ISSUE WITH CALL SUBSCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-subscreen/m-p/2524005#M571554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Just create a gloabl variable, you can create the same in the program too. Once you create that just pass the value of s_belnr1 in PAI of 1020 screen. You can create a new module in PAI of 1020 in that you can pass the value to global variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    From global variable you can capture the data in to the screen 100. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Normally when you call PBO / PAI of the main program then automatically same events will be triggered for subscreens too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Please let me know if you need any further clarifications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Dj &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 22:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-subscreen/m-p/2524005#M571554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T22:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: ISSUE WITH CALL SUBSCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-subscreen/m-p/2524006#M571555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to me one of the best ways to deal these type of problems are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally when we need to share data from a subscreen in to the main screen, &lt;/P&gt;&lt;P&gt;1) Create a function group, &lt;/P&gt;&lt;P&gt;2) Embedd all the subscreens in that function group,&lt;/P&gt;&lt;P&gt;3) Use functional Modules to transfer data from the calling program to screen and vice versa, it is done through interface parameters of the functional module.&lt;/P&gt;&lt;P&gt;4) In the calling program u need to import the export parameters of the function modules in to global variables of the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this serves the purpose, sudhir.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have any furrther queries, feel free to contact,&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shashikanth Divakaruni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 06:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-subscreen/m-p/2524006#M571555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T06:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: ISSUE WITH CALL SUBSCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-subscreen/m-p/2524007#M571556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of g_screen give screen number that u have created in screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 06:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-subscreen/m-p/2524007#M571556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T06:21:42Z</dc:date>
    </item>
  </channel>
</rss>

