<?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: How to pass variable value into module pool scren from a report program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-variable-value-into-module-pool-scren-from-a-report-program/m-p/8461232#M1650394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once check the variable name in the report program and sceen field name are same or not before call screen statement.&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;Haritha Teegala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Dec 2011 05:59:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-27T05:59:40Z</dc:date>
    <item>
      <title>How to pass variable value into module pool scren from a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-variable-value-into-module-pool-scren-from-a-report-program/m-p/8461230#M1650392</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 report program with selection screen parameters. when the inputs are filled and executed it generates the purchase evaluation sequence number. i have created a screen and passed that number to display on it with print option and back option buttons as required. but variable alone is not getting passed from the program to module pool screen. buttons are working fine. value alone is not coming. can anyone please help me.&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;sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 05:27:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-variable-value-into-module-pool-scren-from-a-report-program/m-p/8461230#M1650392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T05:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass variable value into module pool scren from a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-variable-value-into-module-pool-scren-from-a-report-program/m-p/8461231#M1650393</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;you need to declare that variable param at Global.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report xyz....

data: g_no type ekko-ebeln.


start-of-selection...

g_no = '12345'.

call screen 0100.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 05:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-variable-value-into-module-pool-scren-from-a-report-program/m-p/8461231#M1650393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T05:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass variable value into module pool scren from a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-variable-value-into-module-pool-scren-from-a-report-program/m-p/8461232#M1650394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once check the variable name in the report program and sceen field name are same or not before call screen statement.&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;Haritha Teegala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 05:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-variable-value-into-module-pool-scren-from-a-report-program/m-p/8461232#M1650394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T05:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass variable value into module pool scren from a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-variable-value-into-module-pool-scren-from-a-report-program/m-p/8461233#M1650395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If both report and screen are created in one program make your field as global one or else if they are in different program use concept of parameters ids&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 08:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-variable-value-into-module-pool-scren-from-a-report-program/m-p/8461233#M1650395</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2011-12-27T08:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass variable value into module pool scren from a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-variable-value-into-module-pool-scren-from-a-report-program/m-p/8461234#M1650396</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;   Thank you. I got the answer after assigning the variable with the name as it is in program (in screen layout get from program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 09:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-variable-value-into-module-pool-scren-from-a-report-program/m-p/8461234#M1650396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T09:32:02Z</dc:date>
    </item>
  </channel>
</rss>

