<?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 Pass parameter between programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameter-between-programs/m-p/4783072#M1120431</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 need to pass one parameter between 3 programs :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the actual flow of my parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPF110V -&amp;gt; RFFOBE_I -&amp;gt; which include ZRFFORI99B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get param   &amp;lt;- RFFOBE_I &amp;lt;- set param&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with statments&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SET PARAMETER ID 'ZDBL' FIELD p_doublon.
GET parameter ID 'ZDBL' FIELD p_doublons.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But unfortunatly it doesn't work &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;  (value of my param = 0)&lt;/P&gt;&lt;P&gt;I can run the include program in debug because it is run in background...&lt;/P&gt;&lt;P&gt;I can't use a Ztable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea to pass value between this flow ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2008 12:15:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-19T12:15:10Z</dc:date>
    <item>
      <title>Pass parameter between programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameter-between-programs/m-p/4783072#M1120431</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 need to pass one parameter between 3 programs :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the actual flow of my parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPF110V -&amp;gt; RFFOBE_I -&amp;gt; which include ZRFFORI99B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get param   &amp;lt;- RFFOBE_I &amp;lt;- set param&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with statments&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SET PARAMETER ID 'ZDBL' FIELD p_doublon.
GET parameter ID 'ZDBL' FIELD p_doublons.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But unfortunatly it doesn't work &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;  (value of my param = 0)&lt;/P&gt;&lt;P&gt;I can run the include program in debug because it is run in background...&lt;/P&gt;&lt;P&gt;I can't use a Ztable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea to pass value between this flow ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 12:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameter-between-programs/m-p/4783072#M1120431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameter between programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameter-between-programs/m-p/4783073#M1120432</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; Please try IMPORT &amp;amp; EXPORT statement to pass the vaules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This might help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 12:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameter-between-programs/m-p/4783073#M1120432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameter between programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameter-between-programs/m-p/4783074#M1120433</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;Pass the parameters using Export and Retrieve the values using IMPORT&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EXPORT cb_zterm
              cb_kdate
              cb_inco1
              cb_verkf
              cb_telf1
              i_final
              i_final_1 TO DATABASE indx(me) ID v_key.
*
       SUBMIT z0021_a TO SAP-SPOOL
                            SPOOL PARAMETERS v_params
                            WITHOUT SPOOL DYNPRO
                            VIA JOB v_jobname
                            NUMBER v_jobcount
                            AND RETURN.
 IMPORT cb_zterm cb_kdate cb_inco1 cb_verkf cb_telf1 i_final i_final_1
    FROM DATABASE indx(me) ID v_key.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 12:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameter-between-programs/m-p/4783074#M1120433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameter between programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameter-between-programs/m-p/4783075#M1120434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get / Set parameter will work only if parameter is maintained for that particular user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System --&amp;gt; User Profile --&amp;gt; Own data --&amp;gt; Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to speficy your Parameter id at above location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 12:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameter-between-programs/m-p/4783075#M1120434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameter between programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameter-between-programs/m-p/4783076#M1120435</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;The value which you want to pass between the programs can be stored in the SAP memory space by using the IMPORT and EXPORT to MEMORY ID statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT &amp;lt;internal table/variable&amp;gt; to MEMORY-ID 'MY MEMORY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above statement will keep the value in SAP memory by creating a memory named as 'MY MEMORY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT &amp;lt;internal table/variable&amp;gt; from MEMORY-ID 'MY MEMORY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above statement will get the value from SAP memory space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while using the above statement please consider that all the three programs should be run in the same session because the Memory that you are using will automatically be cleaned up by the Garbage collector as the session ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;text removed - don't ask for points&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Nov 19, 2008 7:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 12:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameter-between-programs/m-p/4783076#M1120435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:50:25Z</dc:date>
    </item>
  </channel>
</rss>

