<?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 How to display all function modules,methods,includes in appliction componet in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-all-function-modules-methods-includes-in-appliction-componet/m-p/8488727#M1653064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on reports,i am going to develope a report,the output of the report should be when i pass the application component name,then&lt;/P&gt;&lt;P&gt;the application component should display only all function modules,methods,includes,eventhough my application component &lt;/P&gt;&lt;P&gt;contains dictionary objects,message classes,enhancements.,etc.it has to display only function modules,methods,includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could anybody please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message : Spec dumping not allowed, read forum rules before posting,  thread locked. &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Kumar on Jan 18, 2012 10:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2012 04:04:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-18T04:04:49Z</dc:date>
    <item>
      <title>How to display all function modules,methods,includes in appliction componet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-all-function-modules-methods-includes-in-appliction-componet/m-p/8488727#M1653064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on reports,i am going to develope a report,the output of the report should be when i pass the application component name,then&lt;/P&gt;&lt;P&gt;the application component should display only all function modules,methods,includes,eventhough my application component &lt;/P&gt;&lt;P&gt;contains dictionary objects,message classes,enhancements.,etc.it has to display only function modules,methods,includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could anybody please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message : Spec dumping not allowed, read forum rules before posting,  thread locked. &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Kumar on Jan 18, 2012 10:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 04:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-all-function-modules-methods-includes-in-appliction-componet/m-p/8488727#M1653064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-18T04:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to display all function modules,methods,includes in appliction componet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-all-function-modules-methods-includes-in-appliction-componet/m-p/8488728#M1653065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the call stack method to find all the fm, include, other programs has been called.&lt;/P&gt;&lt;P&gt;Just follow the code..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: i_callstack TYPE sys_callst,
        w_callstack TYPE sys_calls.
 
  CALL FUNCTION 'SYSTEM_CALLSTACK'
    IMPORTING
      et_callstack = i_callstack.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 04:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-all-function-modules-methods-includes-in-appliction-componet/m-p/8488728#M1653065</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2012-01-18T04:10:23Z</dc:date>
    </item>
  </channel>
</rss>

