<?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 Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558886#M1858097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to scan all custom Reports, BAPI's, IDOCS,Workflows,Transactions e.t.c and find what are the following used in them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Function Modules ( Call Function)&lt;/P&gt;&lt;P&gt;2) Transactions&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( Call Transactions)&lt;/P&gt;&lt;P&gt;3) Methods&lt;/P&gt;&lt;P&gt;4) Workflows&lt;/P&gt;&lt;P&gt;5) BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking to use SCAN ABAP PROGRAM for that, please suggest how to make use of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this scenario, i should find all the above list if available, There is no concept like finding a string in a program as with RPR_ABAP_SOURCE_SCAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Sep 2014 05:36:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-09-02T05:36:08Z</dc:date>
    <item>
      <title>Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558886#M1858097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to scan all custom Reports, BAPI's, IDOCS,Workflows,Transactions e.t.c and find what are the following used in them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Function Modules ( Call Function)&lt;/P&gt;&lt;P&gt;2) Transactions&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( Call Transactions)&lt;/P&gt;&lt;P&gt;3) Methods&lt;/P&gt;&lt;P&gt;4) Workflows&lt;/P&gt;&lt;P&gt;5) BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking to use SCAN ABAP PROGRAM for that, please suggest how to make use of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this scenario, i should find all the above list if available, There is no concept like finding a string in a program as with RPR_ABAP_SOURCE_SCAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 05:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558886#M1858097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-02T05:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558887#M1858098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open the package in SE80 , where your custom programs are saved. You will find the list of function module, transactions etc used for the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can try the report AFX_CODE_SCANNER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Abhinab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 05:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558887#M1858098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-02T05:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558888#M1858099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement will put all the ABAP keywords and literal as well as objects names in the statement into a internal table. Just see the internal table content and you will know which field to compare for the literal you are searching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 06:21:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558888#M1858099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-02T06:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558889#M1858100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I need to find the &lt;STRONG&gt;names&lt;/STRONG&gt; of Function Modules, Transactions ( Call Transactions tcode&amp;nbsp; ex: MM01),&lt;/P&gt;&lt;P&gt;Methods, whatever are used in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 06:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558889#M1858100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-02T06:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558890#M1858101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this report- RPR_ABAP_SOURCE_SCAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the name of program used in MM01: SAPLMGMM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and do as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/531617" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;vidyasagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 06:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558890#M1858101</guid>
      <dc:creator>former_member212124</dc:creator>
      <dc:date>2014-09-02T06:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558891#M1858102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your question history you seem to building a really interesting tool there, which was maybe invented already by someone.&lt;/P&gt;&lt;P&gt;Can you disclose more about what your overall project is about, and what your deadline is?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 07:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558891#M1858102</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2014-09-02T07:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558892#M1858103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;what i need to do is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Get all the custom objects in the system (i.e Reports, Transactions, Bapis, Class Methods , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Smartforms ,&amp;nbsp; e.t.c ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Now , for each custom object for (ex: Report) i need to find what are the standard and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; custom Function Modules , Transactions , Methods , Workflows e.t.c used in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) &lt;STRONG&gt;&lt;STRONG&gt;If they &lt;/STRONG&gt;are Standard ones&lt;/STRONG&gt; ( ex: Standard transaction MM01 or FM - Reuse_alv_grid_display &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function Modules) i need to get the package of it and get it's component by using table - TDEVC, so &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; that i can find which module it is.., wheather SD / MM / FI ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) &lt;STRONG&gt;&lt;STRONG&gt;If they&lt;/STRONG&gt; are Custom ones&lt;/STRONG&gt; ( Ex; Custom FM / Transactions / Methods ) i need to read entire&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; program behind them and find further standard / custom in them&amp;nbsp; ,,, finally to get it's component&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SD/MM/FI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Finally i need to conclude that the custom object comes under which module SD/MM/FI .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 07:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558892#M1858103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-02T07:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558893#M1858104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like overall less work to manually go through the Z-packages and assign a proper application component, but technically not so interesting, of course...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you actually seem to require is a nested environment analysis, as in SE38 -&amp;gt; Utilities -&amp;gt; Environment analysis. You should have a look at function module REPOSITORY_ENVIRONMENT_ALL.&lt;/P&gt;&lt;P&gt;Not sure about the workflows, though...this does not seem to be a standard "where-used" link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Nested" means that you start with object A which might use objects B and C (level 1), object B uses D and E (level 2), C uses D as well (level 2), D uses F (level 3), and so on...beware, this can explode quite quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 12:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558893#M1858104</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2014-09-05T12:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558894#M1858105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used&amp;nbsp; REPOSITORY_ENVIRONMENT_ALL&amp;nbsp; for a single program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's taking much time to execute , and i got error&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP paging overflow when storing data in the ABAP/4 memory.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 13:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558894#M1858105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T13:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558895#M1858106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used it too, without such problems, but only to list all customer objects (software component HOME), if you scan for SAP objects as well, then it will explode already on level 2 or 3.&lt;/P&gt;&lt;P&gt;Make sure you set parameter DEEP, default is "0" which probably led to your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 13:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558895#M1858106</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2014-09-05T13:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558896#M1858107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And one has to avoid infinite loop during recursion. The explosion can be contained by using &lt;A href="http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm" title="http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm"&gt;Dijkstra's algorithm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I had tried to use this algorithm to find out answer to &lt;A href="http://en.wikipedia.org/wiki/Sokoban" title="http://en.wikipedia.org/wiki/Sokoban"&gt;Sokoban&lt;/A&gt; but soon ran out of patience. &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/994/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 13:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558896#M1858107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T13:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558897#M1858108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I set the parameter DEEP to '0'.&amp;nbsp; The error remains same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 13:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558897#M1858108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T13:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558898#M1858109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, not 0, set to 1 or maybe 2 and see what happens. "0" means no limit &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/994/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 14:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558898#M1858109</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2014-09-05T14:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558899#M1858110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just like blank select-options mean select all &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/994/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 14:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scan-abap-program-to-identify-functionmodules-transactions-methods/m-p/10558899#M1858110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T14:47:10Z</dc:date>
    </item>
  </channel>
</rss>

