<?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: Call Method using RFC - in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-using-rfc/m-p/7979257#M1604494</link>
    <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;as far as I know this is not possible using RFC in SAP standard. If you want to call a SAP class in .net or Java you can check &lt;A href="https://community.sap.com/www.posting-connector.de" target="test_blank"&gt;www.posting-connector.de&lt;/A&gt; or the link here &lt;A href="https://www.posting-connector.de/index_en.php"&gt;Posting Connector&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It supports also to call class methods using the RFC stack.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Alfred&lt;/P&gt;</description>
    <pubDate>Wed, 07 Apr 2021 07:21:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2021-04-07T07:21:26Z</dc:date>
    <item>
      <title>Call Method using RFC -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-using-rfc/m-p/7979253#M1604490</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;is it possible to call a method of a class from a remote system &lt;STRONG&gt;without&lt;/STRONG&gt; using a RFC enabled function module? &lt;/P&gt;&lt;P&gt;I mean without calling a class method instantiated in a function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 06:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-using-rfc/m-p/7979253#M1604490</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2011-05-31T06:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Call Method using RFC -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-using-rfc/m-p/7979254#M1604491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately no. This is one of the areas not covered by ABAP OO.&lt;/P&gt;&lt;P&gt;The list of missing features (as of 7.0 ehp 2) is outlined in "Official ABAP Programming Guidelines" book:&lt;/P&gt;&lt;P&gt;- remote method invocation as a replacement for rfc&lt;/P&gt;&lt;P&gt;- replacement for update FMs (CALL FUNCTIOn IN UPDATE TASK)&lt;/P&gt;&lt;P&gt;- replacement for call of subroutines during COMMIT WORK and ROLLBACK&lt;/P&gt;&lt;P&gt;- OO handling of classic screens&lt;/P&gt;&lt;P&gt;- dynamic generation of programs (GENERATE SUBROUTINE POOL)&lt;/P&gt;&lt;P&gt;- direct support of background processing (SUBMIT VIA JOB)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 13:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-using-rfc/m-p/7979254#M1604491</guid>
      <dc:creator>former_member182670</dc:creator>
      <dc:date>2011-05-31T13:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Call Method using RFC -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-using-rfc/m-p/7979255#M1604492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tomek, thanks for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means no changes in EhP 2 either. This is really annoying since SAP does encourage everyone to jump on the OO bandwagon but shows some lack of essential techniques, available in standard ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 07:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-using-rfc/m-p/7979255#M1604492</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2011-06-01T07:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Call Method using RFC -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-using-rfc/m-p/7979256#M1604493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;replacement for call of subroutines during COMMIT WORK and ROLLBACK&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible with registering an event handler for CL_SYSTEM_TRANSACTION_STATE=&amp;gt;TRANSACTION_FINISHED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 10:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-using-rfc/m-p/7979256#M1604493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-01T10:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Call Method using RFC -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-using-rfc/m-p/7979257#M1604494</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;as far as I know this is not possible using RFC in SAP standard. If you want to call a SAP class in .net or Java you can check &lt;A href="https://community.sap.com/www.posting-connector.de" target="test_blank"&gt;www.posting-connector.de&lt;/A&gt; or the link here &lt;A href="https://www.posting-connector.de/index_en.php"&gt;Posting Connector&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It supports also to call class methods using the RFC stack.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Alfred&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 07:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-using-rfc/m-p/7979257#M1604494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-04-07T07:21:26Z</dc:date>
    </item>
  </channel>
</rss>

