<?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: Calling method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390935#M1545422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fm &lt;STRONG&gt;SYSTEM_CALLSTACK&lt;/STRONG&gt; might help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Oct 2010 12:22:00 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-10-14T12:22:00Z</dc:date>
    <item>
      <title>Calling method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390930#M1545417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick question: When I am in a method that has been called by another method, how can I find the name of the first method that called to second one ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 17:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390930#M1545417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-13T17:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calling method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390931#M1545418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a break point at last level. and in the debugging screen check ABAP stack to know the call sequence.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 19:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390931#M1545418</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2010-10-13T19:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calling method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390932#M1545419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Naveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, I would like to know how to find the calling method in a runtime environment, not in debug mode.&lt;/P&gt;&lt;P&gt;My program needs to execute some actions depending on the method initiated the call.&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;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 19:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390932#M1545419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-13T19:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calling method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390933#M1545420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the fm SYSTEM_CALLSTACK to get the names. I'm not sure if you will get all the method names or just the current one.&lt;/P&gt;&lt;P&gt;You can also store the first method name to compare the value in the second one.&lt;/P&gt;&lt;P&gt;For your reference:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6306798"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 19:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390933#M1545420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-13T19:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calling method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390934#M1545421</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 to use SUPER keyword.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 11:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390934#M1545421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T11:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calling method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390935#M1545422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fm &lt;STRONG&gt;SYSTEM_CALLSTACK&lt;/STRONG&gt; might help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 12:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-method/m-p/7390935#M1545422</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-10-14T12:22:00Z</dc:date>
    </item>
  </channel>
</rss>

