<?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: Pass Values between two Function Modules RFC in Portal in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532799#M1656825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the execution is directly in r3, in development environment or quality, does the set / get parameter id. Export / Import memory id not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But if the FM are called from the portal, does not the set / get parameter id.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried changing the sentence as I indicated harishkumar.dy still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu: They're in different function groups, one is standard and the other not.&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;Edited by: Daynet1840 on Feb 15, 2012 3:08 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Daynet1840 on Feb 15, 2012 3:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2012 14:03:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-15T14:03:34Z</dc:date>
    <item>
      <title>Pass Values between two Function Modules RFC in Portal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532796#M1656822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to pass values ​​between 2 FM RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an implicit enhancement in HRMSS_RFC_EP_READ_GENERALDATA RFC function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERNR LIKE  PSKEY-PERNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ENHANCEMENT 1  Z_ESS_EXPORT_PERNR.    "active version

  EXPORT pernr to memory id 'PMK'.
  set parameter id 'PMK' field pernr.

ENDENHANCEMENT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand an RFC function module that has the code:&lt;/P&gt;&lt;P&gt;        pmk    LIKE PSKEY-PERNR,&lt;/P&gt;&lt;P&gt;        pmk_2  LIKE PSKEY-PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 
  get parameter id 'PMK' field pmk.
  IMPORT pmk_2 FROM MEMORY ID 'PMK'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the execution is done in development environment, the modules function at the level of R3, the "get parameter id" works only if the debbuger is classic, otherwise not work. The Import to memory id never works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the environment of quality, r3 do not work any of the 2 sentences. If run from portal (which is as it should be) does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks if anyone can help me get the problem. Both function modules are executed at the portal.&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;Edited by: Daynet1840 on Feb 15, 2012 2:02 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 01:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532796#M1656822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-15T01:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pass Values between two Function Modules RFC in Portal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532797#M1656823</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;Check in functional group and the fm also.Try to regenerate and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 03:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532797#M1656823</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-02-15T03:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pass Values between two Function Modules RFC in Portal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532798#M1656824</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;Try using the following statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In FM - "HRMSS_RFC_EP_READ_GENERALDATA" use :- EXPORT pernr FROM pernr TO MEMORY ID 'PMK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the other FM use :- IMPORT pernr TO pmk_2 FROM MEMORY ID 'PMK'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 06:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532798#M1656824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-15T06:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pass Values between two Function Modules RFC in Portal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532799#M1656825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the execution is directly in r3, in development environment or quality, does the set / get parameter id. Export / Import memory id not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But if the FM are called from the portal, does not the set / get parameter id.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried changing the sentence as I indicated harishkumar.dy still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu: They're in different function groups, one is standard and the other not.&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;Edited by: Daynet1840 on Feb 15, 2012 3:08 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Daynet1840 on Feb 15, 2012 3:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 14:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532799#M1656825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-15T14:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pass Values between two Function Modules RFC in Portal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532800#M1656826</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 don't think this is a suggested solution, but just thought of writing :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the first RFC FM, in the enhancement save the PERNR into a Z table.&lt;/P&gt;&lt;P&gt;2. Now from the second RFC FM, read the PERNR from the Z table and delete the entry from the table. This may make sure that there will be only one PERNR at a time. Otherwise we may also add some addtional columns for uniquely identifying the PERNR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 14:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532800#M1656826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-15T14:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pass Values between two Function Modules RFC in Portal</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532801#M1656827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would work through the modules function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'SWUP__WRITE_USER_PARAMETERS'&lt;/P&gt;&lt;P&gt;'SUSR_USER_PARAMETERS_GET'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 18:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-values-between-two-function-modules-rfc-in-portal/m-p/8532801#M1656827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-17T18:39:41Z</dc:date>
    </item>
  </channel>
</rss>

