<?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 passing values from function module to screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713501#M1107120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a function module , and i have called a scrren from that function module using "call screen".&lt;/P&gt;&lt;P&gt;now i need to pass the values from that function module to the screen ....can u jst help me out....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sravani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2008 04:16:34 GMT</pubDate>
    <dc:creator>sravanibellana</dc:creator>
    <dc:date>2008-11-06T04:16:34Z</dc:date>
    <item>
      <title>passing values from function module to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713501#M1107120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a function module , and i have called a scrren from that function module using "call screen".&lt;/P&gt;&lt;P&gt;now i need to pass the values from that function module to the screen ....can u jst help me out....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sravani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 04:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713501#M1107120</guid>
      <dc:creator>sravanibellana</dc:creator>
      <dc:date>2008-11-06T04:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: passing values from function module to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713502#M1107121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravani,&lt;/P&gt;&lt;P&gt;If you want to access the value of the FM to the screen .&lt;/P&gt;&lt;P&gt;Then need to declare the Variable or internal table in Top Include of the Function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then you call the screen from your FM&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL SCREEN 999.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;now if you look at the flow logiic inside the flow logic you double click onthe module which you have created. and now access teh variable which you have declared on the Top Include.&lt;/P&gt;&lt;P&gt;It will be accessible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 04:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713502#M1107121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T04:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: passing values from function module to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713503#M1107122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i need to pass one import parameter also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 04:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713503#M1107122</guid>
      <dc:creator>sravanibellana</dc:creator>
      <dc:date>2008-11-06T04:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: passing values from function module to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713504#M1107123</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;According to you r requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create the FM and give the input values to the FM after giving the input values to the FM just use CALL SCREEN 100 then fill the values to the screen proceed you r requirements in PAI and PBO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 04:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713504#M1107123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T04:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: passing values from function module to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713505#M1107124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call function 'SCREEN_SEQUENCE_CONTROL'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 04:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713505#M1107124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T04:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: passing values from function module to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713506#M1107125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes chidanand is right , make an structure in TOP include and &lt;/P&gt;&lt;P&gt;call that in the screen painter(from button DICT/PROGRAM Fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u got.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 04:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-from-function-module-to-screen/m-p/4713506#M1107125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T04:27:14Z</dc:date>
    </item>
  </channel>
</rss>

