<?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 T-code/Program of another T-code/Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392825#M1405014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sy-tcode has the called new t-code only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calling program is a standard program where I don't find any user exit also. I cannot export anything from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;newly called program is a custom program. There only I want to take the invoking t-code/ program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: VENKAT RAMAN on Dec 9, 2009 3:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2009 09:59:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-09T09:59:43Z</dc:date>
    <item>
      <title>How to find called T-code/Program of another T-code/Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392821#M1405010</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;    Transaction 1 calls Transaction 2. I need to know, which transaction called transaction 2, being in transaction 2. How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e., Can I find the program which called the current program which is running??  Is there any function module to find out??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 09:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392821#M1405010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T09:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called T-code/Program of another T-code/Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392822#M1405011</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;&lt;/P&gt;&lt;P&gt;Check if the system field &lt;STRONG&gt;SY-CPROG&lt;/STRONG&gt; holds the program name of the called program of transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 09:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392822#M1405011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T09:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called T-code/Program of another T-code/Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392823#M1405012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sy-cprog is having newly called program. I need the program, which called the new program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 09:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392823#M1405012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T09:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called T-code/Program of another T-code/Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392824#M1405013</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;What about SY-TCODE? Does it hold the called or the calling transaction name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If both the programs are custom, then may be you can try to implement some innovative solution. But for std. codes i have some reservations &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 09:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392824#M1405013</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-12-09T09:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called T-code/Program of another T-code/Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392825#M1405014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sy-tcode has the called new t-code only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calling program is a standard program where I don't find any user exit also. I cannot export anything from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;newly called program is a custom program. There only I want to take the invoking t-code/ program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: VENKAT RAMAN on Dec 9, 2009 3:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 09:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392825#M1405014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T09:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called T-code/Program of another T-code/Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392826#M1405015</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;I dont get the picture clearly. Your custom code is calling a standard code, and you want to know which program is calling the standard code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to explain the req. more clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 10:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392826#M1405015</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-12-09T10:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to find called T-code/Program of another T-code/Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392827#M1405016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Standard program is calling custom program and I want to know the standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a menu item in help menu of sap screen. So, that Item will come, wherever you are( all SAP sessions ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to give help info based on the t-code in which my new menu item was clicked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I created a new menu item in standard pf-status, which will call my custom program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that pf-status I have set the function type as transaction code and it calls the custom transaction code as I require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in my custom transaction code's program, I need to check, from which standard transaction I clicked the new menu item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think now you will be able to catch my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: VENKAT RAMAN on Dec 9, 2009 3:41 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: VENKAT RAMAN on Dec 9, 2009 3:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 10:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-called-t-code-program-of-another-t-code-program/m-p/6392827#M1405016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T10:11:22Z</dc:date>
    </item>
  </channel>
</rss>

