<?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: How to get RFC Stack in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938402#M1965347</link>
    <description>&lt;P&gt;What is a "RFC stack"?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2019 14:11:52 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-04-22T14:11:52Z</dc:date>
    <item>
      <title>How to get RFC Stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938397#M1965342</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I want to get RFC stack in my RFC FM, to check from where it is being called. Is it possible? If yes, how?&lt;/P&gt;
  &lt;P&gt;Regards-&lt;/P&gt;
  &lt;P&gt;Chirag Keswani&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 09:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938397#M1965342</guid>
      <dc:creator>former_member206642</dc:creator>
      <dc:date>2019-04-22T09:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get RFC Stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938398#M1965343</link>
      <description>&lt;P&gt;Call FM RFC_SYSTEM_INFO from your FM, with destination 'BACK'.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 09:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938398#M1965343</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-04-22T09:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get RFC Stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938399#M1965344</link>
      <description>&lt;P&gt;Hi Matthew, thanks for a quick response. But the FM you mentioned just provides the system info, whereas I want the whole RFC object stack.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 09:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938399#M1965344</guid>
      <dc:creator>former_member206642</dc:creator>
      <dc:date>2019-04-22T09:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get RFC Stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938400#M1965345</link>
      <description>&lt;P&gt;Hi Chirag,&lt;/P&gt;&lt;P&gt;Not sure if this would solve your requirement, but you can call the function module 'SYSTEM_CALLSTACK' to get that information. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  data lt_call_stack type abap_callstack.
  data lt_sys_callst type sys_callst.

  call function 'SYSTEM_CALLSTACK'
    exporting
      max_level    = 100
    importing
      callstack    = lt_call_stack
      et_callstack = lt_sys_callst.

  if sy-subrc = 0.
    "Do somehting
  endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rafael&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 12:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938400#M1965345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-04-22T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get RFC Stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938401#M1965346</link>
      <description>&lt;P&gt;Hi Rafael, thanks for your suggestions. I tried that, but it only gives the current system stack. It doesn't provide info of the RFC stack.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 13:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938401#M1965346</guid>
      <dc:creator>former_member206642</dc:creator>
      <dc:date>2019-04-22T13:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get RFC Stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938402#M1965347</link>
      <description>&lt;P&gt;What is a "RFC stack"?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 14:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938402#M1965347</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-04-22T14:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get RFC Stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938403#M1965348</link>
      <description>&lt;P&gt;Normally, we have an ABAP stack for any program. If we have a RFC FM called in that program, I want the Stack details of the caller program, in the remotely called FM.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 15:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938403#M1965348</guid>
      <dc:creator>former_member206642</dc:creator>
      <dc:date>2019-04-22T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get RFC Stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938404#M1965349</link>
      <description>&lt;P&gt;So write an RFC enabled FM that returns the stack, and call that.&lt;/P&gt;&lt;P&gt;Why do you want the stack anyway? What conceivable use will it be?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 20:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-rfc-stack/m-p/11938404#M1965349</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-04-22T20:13:15Z</dc:date>
    </item>
  </channel>
</rss>

