<?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: help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054040#M89905</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;This means ,RFC Function Modules can be call or access from outside of the R/3 system. Whether it be another R/3 system, a legasy system or what ever. RFC Function modules are just like any other function module except that it can be called remotely. BAPIs are just RFC enabled function modules that perform some business logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   There are different kind of RFCs like Parallel RFC, Transactional RFC(tRFC), Queued RFC(qRFC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Asynchronous RFC with Load Balancing (Parallel RFC)&lt;/P&gt;&lt;P&gt;You can use this RFC type to program parallel RFC calls. The resources are checked and assigned as far as the set quotas allow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The required ABAP language element is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IN BACKGROUND TASK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This ABAP command flags the function module func for asynchronous processing. The module is not executed immediately. The data transferred with EXPORTING or TABLES is placed in a database table.  A COMMIT WORK then triggers the function module.  There are various cases:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        The data is updated. In this case the function module is executed within the update following the V1 phase, usually even on a different server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        The data is not updated. In this case the function module is executed in the same work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. qRfc can be inbound qRfc or Outbound qRFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afsal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Oct 2005 05:22:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-12T05:22:09Z</dc:date>
    <item>
      <title>help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054038#M89903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone guide for remote function calls..the exact use of keeping task command..and recive results command..help will be highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2005 21:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054038#M89903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-11T21:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054039#M89904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/22/042578488911d189490000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/22/042578488911d189490000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 03:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054039#M89904</guid>
      <dc:creator>Bema</dc:creator>
      <dc:date>2005-10-12T03:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054040#M89905</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;This means ,RFC Function Modules can be call or access from outside of the R/3 system. Whether it be another R/3 system, a legasy system or what ever. RFC Function modules are just like any other function module except that it can be called remotely. BAPIs are just RFC enabled function modules that perform some business logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   There are different kind of RFCs like Parallel RFC, Transactional RFC(tRFC), Queued RFC(qRFC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Asynchronous RFC with Load Balancing (Parallel RFC)&lt;/P&gt;&lt;P&gt;You can use this RFC type to program parallel RFC calls. The resources are checked and assigned as far as the set quotas allow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The required ABAP language element is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IN BACKGROUND TASK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This ABAP command flags the function module func for asynchronous processing. The module is not executed immediately. The data transferred with EXPORTING or TABLES is placed in a database table.  A COMMIT WORK then triggers the function module.  There are various cases:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        The data is updated. In this case the function module is executed within the update following the V1 phase, usually even on a different server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        The data is not updated. In this case the function module is executed in the same work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. qRfc can be inbound qRfc or Outbound qRFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afsal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 05:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054040#M89905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-12T05:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054041#M89906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for ur help..i need to recive results by importing a type ref to a class....how do i do that. as it dsoesnt allow a type ref to since its rfc..could anyone help urgently&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 17:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054041#M89906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-12T17:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054042#M89907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What rfc function module are you referring to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 17:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054042#M89907</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-12T17:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054043#M89908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am referrifn to a class method which gets the data in  tabukar format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 17:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054043#M89908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-12T17:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054044#M89909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see your problem here as the system will not allow you to pass a "TYPE REF TO" if the function module is set as RFC enabled.  Maybe if you give me some background of your requirment,  we could find a different way of doing it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 17:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054044#M89909</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-12T17:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054045#M89910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u r rt it is rfc enabled..my requirement is to get a table fromt e fucntion which is derived by a mehod of a class....it gives an illegal reference when called thro a prgm..could u help us.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 17:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054045#M89910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-12T17:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054046#M89911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a custom RFC function module?  If not, what is the name of the function module.   What class/method is being used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 17:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054046#M89911</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-12T17:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054047#M89912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CL_RSR_DATA_SET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 19:13:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054047#M89912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-12T19:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054048#M89913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This class does not exist in my system.  My version are you on.  Can answer my previous questions as well as give some overview of what you need to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 19:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054048#M89913</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-12T19:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054049#M89914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see why you would need to pass the reference to R_DATASET back outside of the function module.  Get the data out of the object and put it in a internal table then send the internal table back out of the function module via a TABLES parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 19:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054049#M89914</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-12T19:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054050#M89915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a quick program that I just did that calls an RFC and brings a table back.  This works great in my system.  The tables parameter EPSDO is a typed like a structure in the ABAP dictionary.   This is what you will need to do.  Create a structure for your ITAB and the use it in the TABLES parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0002.

data: iepsdo type table of zepsdo with header line.
data: session(1) type c.
parameters: p_vbeln type vbak-vbeln.

call function 'Z_EP_GET_SDDOC_OVERVIEW' starting new task 'TEST'
       performing return_info on end of task
  exporting
       vbeln            = p_vbeln
  exceptions
         communication_failure = 1
         system_failure        = 2
         resource_failure      = 3.

wait until session = 'X'.

check sy-subrc = 0.

*---------------------------------------------------------------------*
*       FORM RETURN_INFO                                              *
*---------------------------------------------------------------------*
form return_info using taskname.

  receive results from function 'Z_EP_GET_SDDOC_OVERVIEW'
   tables epsdo = iepsdo
    exceptions
      communication_failure = 1
      system_failure        = 2.

  session = 'X'.

endform.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 20:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/1054050#M89915</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-12T20:38:44Z</dc:date>
    </item>
  </channel>
</rss>

