<?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 value from one program to another in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603548#M867919</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;Use the export statemnt using a 3 digit memory id to pass value to another program.  The receiving program should use the import statemnt with this memory id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2008 06:36:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-20T06:36:31Z</dc:date>
    <item>
      <title>passing value from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603545#M867916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to pass one value from one program to the standard selection screen .But there is no paramter id .how can i pass the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Magesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 06:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603545#M867916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T06:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: passing value from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603546#M867917</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;There are 3 options through which u can pass the value from 1 prog to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Methods:&lt;/P&gt;&lt;P&gt;1. SET / GET parameter.&lt;/P&gt;&lt;P&gt;2. Submit program via selection screen.&lt;/P&gt;&lt;P&gt;3. Import / Export command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in ur case u can use Submit program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 06:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603546#M867917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T06:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: passing value from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603547#M867918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;create the parameter ID in the program in which u want ot fetch the value.&lt;/P&gt;&lt;P&gt;Get parameter ID into w_int.&lt;/P&gt;&lt;P&gt;write the statement  in the program in which u want to retrieve the value.&lt;/P&gt;&lt;P&gt;and then assign the variable to the selection screen element in the initialization event.&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;p_para = w_int.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 06:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603547#M867918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T06:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: passing value from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603548#M867919</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;Use the export statemnt using a 3 digit memory id to pass value to another program.  The receiving program should use the import statemnt with this memory id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 06:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603548#M867919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T06:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: passing value from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603549#M867920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the help for these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- EXPORT obj1 ... objn TO DATA BUFFER f. &lt;/P&gt;&lt;P&gt;- EXPORT obj1 ... objn TO MEMORY. &lt;/P&gt;&lt;P&gt;- EXPORT (itab) TO ... . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- IMPORT obj1 ... objn FROM DATA BUFFER f. &lt;/P&gt;&lt;P&gt;- IMPORT obj1 ... objn FROM MEMORY. &lt;/P&gt;&lt;P&gt;- IMPORT (itab) FROM ... . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important thing is that these work correct in same session only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;awrd points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 06:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603549#M867920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T06:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: passing value from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603550#M867921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the exact requiremnt? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it has to be a default value always&lt;/P&gt;&lt;P&gt;use function module exit in your program.&lt;/P&gt;&lt;P&gt;call the include, inside the FM hardcode the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if it has to be only for a specific condition.&lt;/P&gt;&lt;P&gt;validate using the condtion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 06:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603550#M867921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T06:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: passing value from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603551#M867922</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;If you dont have PID then use BDC for the same using the T code and pass the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 06:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603551#M867922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T06:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: passing value from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603552#M867923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If there is no parameter id, u can pass values using USING keyword via subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out,.&lt;/P&gt;&lt;P&gt;In pgm1, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM read_data&lt;/P&gt;&lt;P&gt;    IN PROGRAM pgm2 USING &amp;lt;structure/itab&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that you have values in the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 06:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-value-from-one-program-to-another/m-p/3603552#M867923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T06:41:55Z</dc:date>
    </item>
  </channel>
</rss>

