<?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: function modules and BAPIs for a transactio code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-and-bapis-for-a-transactio-code/m-p/5475258#M1253769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anjaneyulu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
open the t-code --&amp;gt; and go to menu system-&amp;gt;status--&amp;gt;select the program and open the program--&amp;gt;

selct the tree structure----in the left side the includes screen and function module everthing will show..

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
open the t-code --&amp;gt; and go to menu system-&amp;gt;status--&amp;gt;select the program and open the program--&amp;gt;
go to attributes and select the Package..

next----
go to se80--&amp;gt; enter the package --&amp;gt; and dispalay it shows the list of Program , include transaction function modules and bapi's under the pakage

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2009 14:16:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-15T14:16:05Z</dc:date>
    <item>
      <title>function modules and BAPIs for a transactio code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-and-bapis-for-a-transactio-code/m-p/5475254#M1253765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can find  the List of function modules and BAPIs being used for a particular transaction code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example: I would like to find List function modules and BAPIs being used for the Transaction code&lt;/P&gt;&lt;P&gt;"FBRA"(Reset cleared items)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any sort of help on this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Punjaala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 14:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-and-bapis-for-a-transactio-code/m-p/5475254#M1253765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T14:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: function modules and BAPIs for a transactio code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-and-bapis-for-a-transactio-code/m-p/5475255#M1253766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Package assigned to that transaction code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 14:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-and-bapis-for-a-transactio-code/m-p/5475255#M1253766</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2009-04-15T14:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: function modules and BAPIs for a transactio code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-and-bapis-for-a-transactio-code/m-p/5475256#M1253767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Go to the main program of the transaction,(System-Status) do a find on call function. It would return the list of all function mods and Bapi's called in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: lakshmi priya on Apr 15, 2009 4:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 14:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-and-bapis-for-a-transactio-code/m-p/5475256#M1253767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T14:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: function modules and BAPIs for a transactio code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-and-bapis-for-a-transactio-code/m-p/5475257#M1253768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Get the Tcode's Program Name from : &lt;STRONG&gt;TSTC&lt;/STRONG&gt; Table&lt;/P&gt;&lt;P&gt;2)  Get the Function Modules and Bapis use in the Program from &lt;STRONG&gt;CROSS&lt;/STRONG&gt; Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 14:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-and-bapis-for-a-transactio-code/m-p/5475257#M1253768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T14:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: function modules and BAPIs for a transactio code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-and-bapis-for-a-transactio-code/m-p/5475258#M1253769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anjaneyulu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
open the t-code --&amp;gt; and go to menu system-&amp;gt;status--&amp;gt;select the program and open the program--&amp;gt;

selct the tree structure----in the left side the includes screen and function module everthing will show..

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
open the t-code --&amp;gt; and go to menu system-&amp;gt;status--&amp;gt;select the program and open the program--&amp;gt;
go to attributes and select the Package..

next----
go to se80--&amp;gt; enter the package --&amp;gt; and dispalay it shows the list of Program , include transaction function modules and bapi's under the pakage

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 14:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-and-bapis-for-a-transactio-code/m-p/5475258#M1253769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T14:16:05Z</dc:date>
    </item>
  </channel>
</rss>

