<?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 Subscreen from different program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418201#M201001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreedhar,&lt;/P&gt;&lt;P&gt;   I worked on one of the problem like that.&lt;/P&gt;&lt;P&gt;what i actually did to transfer the data from calling program to the called program is to use SET/GET parameters.&lt;/P&gt;&lt;P&gt;since i had just one parameter to pass.&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;calling program:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA REPID like sy-repid VALUE 'RSPFPAR'. 
SET PARAMETER ID 'RID' FIELD REPID.
call subscreen &amp;lt;subscreen&amp;gt; including &amp;lt;progname&amp;gt; 
                                     &amp;lt;scrname&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;called program:&lt;/P&gt;&lt;P&gt;since only the PBO of the subscreen will be called so i write the GET parameter code here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : REPID LIKE SY-REPID. 
GET PARAMETER ID 'RID' FIELD REPID.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and finally use the parameter for use in the subscreen called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinshuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jun 2006 11:40:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-27T11:40:54Z</dc:date>
    <item>
      <title>Calling Subscreen from different program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418197#M200997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when we call subscreen from different program, how do we transfer the data from other program.  Hope it is possible with Function group.  Please explain with example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 11:25:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418197#M200997</guid>
      <dc:creator>former_member377374</dc:creator>
      <dc:date>2006-06-27T11:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Subscreen from different program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418198#M200998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Sreedhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN &amp;lt;AREA&amp;gt; INCLUDING &amp;lt;PROGRAM NAME&amp;gt; &amp;lt;SCREEN NO&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call subscreen SC1 including 'ZReport' '200'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 11:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418198#M200998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T11:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Subscreen from different program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418199#M200999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. I am aware of the syntax,However, I am module program ABC and I am calling a subscreen 100 of Module program XYZ. Then how the data of XYZ program visible to ABC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 11:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418199#M200999</guid>
      <dc:creator>former_member377374</dc:creator>
      <dc:date>2006-06-27T11:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Subscreen from different program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418200#M201000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare your data in TOP include of the function module group and this will be availabe to called program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or share a include program between these two programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR use &lt;/P&gt;&lt;P&gt;'EXPORT', 'IMPORT' to get data in different programs.&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;&lt;/P&gt;&lt;P&gt;Wasim Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 11:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418200#M201000</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-06-27T11:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Subscreen from different program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418201#M201001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreedhar,&lt;/P&gt;&lt;P&gt;   I worked on one of the problem like that.&lt;/P&gt;&lt;P&gt;what i actually did to transfer the data from calling program to the called program is to use SET/GET parameters.&lt;/P&gt;&lt;P&gt;since i had just one parameter to pass.&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;calling program:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA REPID like sy-repid VALUE 'RSPFPAR'. 
SET PARAMETER ID 'RID' FIELD REPID.
call subscreen &amp;lt;subscreen&amp;gt; including &amp;lt;progname&amp;gt; 
                                     &amp;lt;scrname&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;called program:&lt;/P&gt;&lt;P&gt;since only the PBO of the subscreen will be called so i write the GET parameter code here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : REPID LIKE SY-REPID. 
GET PARAMETER ID 'RID' FIELD REPID.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and finally use the parameter for use in the subscreen called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinshuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 11:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418201#M201001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T11:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Subscreen from different program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418202#M201002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use the function group, I should have both programs with in the same function group. However, customer is NOT willing to use same Function group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 11:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418202#M201002</guid>
      <dc:creator>former_member377374</dc:creator>
      <dc:date>2006-06-27T11:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Subscreen from different program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418203#M201003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using SET &amp;amp; GET parameters, I can't pass more data like&lt;/P&gt;&lt;P&gt;internal tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 11:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-from-different-program/m-p/1418203#M201003</guid>
      <dc:creator>former_member377374</dc:creator>
      <dc:date>2006-06-27T11:44:35Z</dc:date>
    </item>
  </channel>
</rss>

