<?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: Accessing variable across User Exit (i.e. across function pools) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-variable-across-user-exit-i-e-across-function-pools/m-p/916937#M58337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Siegfried Szameitat. Using GET &amp;amp; SET Parameter I was able to do it. I have awarded you the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji Viswanath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jan 2005 13:24:45 GMT</pubDate>
    <dc:creator>balaji_viswanath</dc:creator>
    <dc:date>2005-01-24T13:24:45Z</dc:date>
    <item>
      <title>Accessing variable across User Exit (i.e. across function pools)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-variable-across-user-exit-i-e-across-function-pools/m-p/916934#M58334</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 writen a user exit for MB31 transaction. Which uses following function modules...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT_SAPLIPW1_001&lt;/P&gt;&lt;P&gt;EXIT_SAPLIPW1_004&lt;/P&gt;&lt;P&gt;EXIT_SAPLIE01_005&lt;/P&gt;&lt;P&gt;EXIT_SAPMM07M_001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First three functions belongs to XQSM function group and last function fuction belong to XMBC function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two top includes, ZXQSMTOP for first 3 and&lt;/P&gt;&lt;P&gt;ZXMBCTOP for the last one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to access the variables declared in ZXMBCTOP in the first 3 functions... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I am using EXIT_SAPMM07M_001 only to get the posting date.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji Viswanath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2005 06:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-variable-across-user-exit-i-e-across-function-pools/m-p/916934#M58334</guid>
      <dc:creator>balaji_viswanath</dc:creator>
      <dc:date>2005-01-18T06:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing variable across User Exit (i.e. across function pools)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-variable-across-user-exit-i-e-across-function-pools/m-p/916935#M58335</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 several ways to achieve this.&lt;/P&gt;&lt;P&gt;a) export the variables to a parameter using set/get parameter&lt;/P&gt;&lt;P&gt;b) export the variables to a memory using export/import to/from memory&lt;/P&gt;&lt;P&gt;c) create your own fm and pass the values to the fm, post it to the global memory of your fm and in the other exits, get from the global memory of your fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2005 06:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-variable-across-user-exit-i-e-across-function-pools/m-p/916935#M58335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-18T06:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing variable across User Exit (i.e. across function pools)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-variable-across-user-exit-i-e-across-function-pools/m-p/916936#M58336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry accidentally entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srinivas Adavi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2005 22:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-variable-across-user-exit-i-e-across-function-pools/m-p/916936#M58336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-18T22:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing variable across User Exit (i.e. across function pools)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-variable-across-user-exit-i-e-across-function-pools/m-p/916937#M58337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Siegfried Szameitat. Using GET &amp;amp; SET Parameter I was able to do it. I have awarded you the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji Viswanath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2005 13:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-variable-across-user-exit-i-e-across-function-pools/m-p/916937#M58337</guid>
      <dc:creator>balaji_viswanath</dc:creator>
      <dc:date>2005-01-24T13:24:45Z</dc:date>
    </item>
  </channel>
</rss>

