<?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 find called programs for all zprograms? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174650#M998047</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; Not sure whether it suits your requirement, you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Execute  RS_ABAP_SOURCE_SCAN  in SE38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  On Selection screen, give the program name you want to search , and  in &lt;STRONG&gt;Search String for&lt;/STRONG&gt;  , &lt;/P&gt;&lt;P&gt; give the values &lt;/P&gt;&lt;P&gt;     SUBMIT &lt;/P&gt;&lt;P&gt;     CALL TRANSACTION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2008 16:50:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-22T16:50:54Z</dc:date>
    <item>
      <title>How to find called programs for all zprograms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174645#M998042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello dear colleagues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need kind of a report tree that answer the following question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wich transactions and external programs are called from every Ztransaction?, considering that such called program/transactions also call others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides i need to know about authority check related to each call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a standard report or useful code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion is appreciated.&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, 22 Jul 2008 14:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174645#M998042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T14:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called programs for all zprograms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174646#M998043</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;Pass the transaction name in TCODE field to get Program name PGMNA  to which it is associated with .... in TSTC table via SE16 tcode ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 14:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174646#M998043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T14:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called programs for all zprograms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174647#M998044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lidya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below thread, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=14358915&amp;amp;messageID=5386905" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=14358915&amp;amp;messageID=5386905&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kindly Reward Points If You Found The Reply Helpfull&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 14:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174647#M998044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T14:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called programs for all zprograms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174648#M998045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but..&lt;/P&gt;&lt;P&gt;I need to know not just the main program called, but also, the other programs or transactions such first transaction/program calls.&lt;/P&gt;&lt;P&gt;I can´t find it on tstc table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 15:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174648#M998045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T15:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called programs for all zprograms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174649#M998046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, i've found out that table TCDCOUPLES, mantained by SE37 give me a match between "calling transaction code" &amp;amp; "called transaction code". That is for all standard transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, for Z* (zprograms) it needs to be mantained. My system has never had mantaintenance. So ... is there a code, (or other way) to search within each Zprogram to find wich transactions/programs are called?&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;Edited by: Lidya Cota on Jul 22, 2008 6:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 16:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174649#M998046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T16:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called programs for all zprograms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174650#M998047</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; Not sure whether it suits your requirement, you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Execute  RS_ABAP_SOURCE_SCAN  in SE38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  On Selection screen, give the program name you want to search , and  in &lt;STRONG&gt;Search String for&lt;/STRONG&gt;  , &lt;/P&gt;&lt;P&gt; give the values &lt;/P&gt;&lt;P&gt;     SUBMIT &lt;/P&gt;&lt;P&gt;     CALL TRANSACTION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 16:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174650#M998047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T16:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called programs for all zprograms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174651#M998048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your transactions are parameter based have a look in TSTCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter should contain  &lt;STRONG&gt;D_SREPOVARI-REPORT=Z&lt;/STRONG&gt; in the string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jules&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 13:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174651#M998048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T13:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called programs for all zprograms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174652#M998049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lydia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve this by using transaction EWK1. This will run a string search within programs source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to search for SUBMIT and CALL TRANSACTION statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&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;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 17:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-programs-for-all-zprograms/m-p/4174652#M998049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T17:06:51Z</dc:date>
    </item>
  </channel>
</rss>

