<?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: Passing data between diffrent programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-diffrent-programs/m-p/1335047#M170208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;instead of &amp;lt;b&amp;gt;submit&amp;lt;/b&amp;gt; u can make the print program as an include program in the module pool program itself and call the open_form , insert_form , close_form fms in a module as per ur requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2006 09:14:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-18T09:14:15Z</dc:date>
    <item>
      <title>Passing data between diffrent programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-diffrent-programs/m-p/1335046#M170207</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 one module Pool screen initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after some days end users wanted one button&amp;lt;b&amp;gt;[PRINT]&amp;lt;/b&amp;gt; on Application tool Bar of that Module Pool screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which i have done - If i hit on that button it should take me to &amp;lt;b&amp;gt;SAP Scipt output&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which i have done by Using &amp;lt;b&amp;gt;SUBMIT&amp;lt;/b&amp;gt; program calling Print program and inturn displaying SAP SCRIPT Layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN the &amp;lt;b&amp;gt;SAP Script output&amp;lt;/b&amp;gt; i need to display almost same data that we will have in Module Pool Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Before using SUBMIT statement i have exported all the required data and IMPORTED the same data in SUBMITTED Program[Print Program]. And used the same to print SAP Script output.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the best approach for this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will it effect Performence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way by which we can pass the data to Print Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which could be better performence wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any give sujjestions in this regard.&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;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 08:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-diffrent-programs/m-p/1335046#M170207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T08:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data between diffrent programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-diffrent-programs/m-p/1335047#M170208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;instead of &amp;lt;b&amp;gt;submit&amp;lt;/b&amp;gt; u can make the print program as an include program in the module pool program itself and call the open_form , insert_form , close_form fms in a module as per ur requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 09:14:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-diffrent-programs/m-p/1335047#M170208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T09:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data between diffrent programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-diffrent-programs/m-p/1335048#M170209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way would be to --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Declare a selection screen parameter in your print program with option NO-DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Therefore this selection parameter will not get displayed in your print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now in sumbit you can pass the value of quantity to this parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i dont see anything wrong in using IMPORT/EXPORT option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 09:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-diffrent-programs/m-p/1335048#M170209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T09:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data between diffrent programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-diffrent-programs/m-p/1335049#M170210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in the case when "print',u can directly use the function modules open_form, write_form &amp;amp; close_ form to get the script output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if helpful.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 09:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-diffrent-programs/m-p/1335049#M170210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T09:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data between diffrent programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-diffrent-programs/m-p/1335050#M170211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is this the best approach for this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I would personally say  no.&lt;/P&gt;&lt;P&gt; We should write the code of displaying&lt;/P&gt;&lt;P&gt; the layout, in the module pool itself.&lt;/P&gt;&lt;P&gt;  (This may be done using a include and&lt;/P&gt;&lt;P&gt;   using some subroutine/FORM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Will it effect Performence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Is there any other way by which we can pass the data to Print Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This is the best way.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;4. Which could be better performence wise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Whatever way you use,&lt;/P&gt;&lt;P&gt;  there won't be any effect on performance.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 10:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-diffrent-programs/m-p/1335050#M170211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T10:24:02Z</dc:date>
    </item>
  </channel>
</rss>

