<?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 RFC . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2373041#M525893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The requirement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created YRFC(RFC enabled Function module) from there i have to call  a report program passing value to select-options (that i am doing it by using Submit statements &amp;amp; it's doing fine) Now the Problem is i want to export the values(final values from report program) again to the funtion module. kindly help me out if anyone knows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jun 2007 06:29:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-09T06:29:22Z</dc:date>
    <item>
      <title>RFC .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2373041#M525893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The requirement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created YRFC(RFC enabled Function module) from there i have to call  a report program passing value to select-options (that i am doing it by using Submit statements &amp;amp; it's doing fine) Now the Problem is i want to export the values(final values from report program) again to the funtion module. kindly help me out if anyone knows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 06:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2373041#M525893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T06:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: RFC .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2373042#M525894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;RFC (Remote Function Call) is similar to the general SAP fun module: except that in the attributes you click the radio button: RFC enabled;&lt;/P&gt;&lt;P&gt;and you will be passing an Import parameter DESTINATION to it.&lt;/P&gt;&lt;P&gt;Other code and usage will be similar to any fun module;&lt;/P&gt;&lt;P&gt;Have a look at any fun module in SE37 to understand better about the different components of Fun modules;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 06:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2373042#M525894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T06:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: RFC .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2373043#M525895</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;in the report programme&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you will do is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export the data into an id&lt;/P&gt;&lt;P&gt;and import the same data in the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        EXPORT tab_DISCOUNT TO MEMORY ID 'CP_DISCOUNT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now import&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IMPORT tab_DISCOUNT FROM MEMORY ID 'CP_DISCOUNT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkatsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 06:34:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2373043#M525895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T06:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: RFC .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2373044#M525896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tks Venkatesh for u'r  help, it' working good,Once again Tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 07:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2373044#M525896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T07:12:29Z</dc:date>
    </item>
  </channel>
</rss>

