<?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: knowing which transaction the program has been called in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637879#M284274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;sy-cprog&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; field it gives the calling pgm name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anurag Bankley&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2006 14:11:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-20T14:11:57Z</dc:date>
    <item>
      <title>knowing which transaction the program has been called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637875#M284270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a module pool which could be called from some other program. Is there any system variable that helps in knowing the transaction where it is started from???&lt;/P&gt;&lt;P&gt;The sy-repid and sy-tcode only helps in knowing the current transaction, but i want to know where it started from or where it is called from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637875#M284270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: knowing which transaction the program has been called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637876#M284271</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;&amp;lt;b&amp;gt;SY-CPROG&amp;lt;/b&amp;gt;  - ABAP program, caller in external procedures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637876#M284271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: knowing which transaction the program has been called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637877#M284272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check sy-CPROG ABAP program, caller in external procedures.&lt;/P&gt;&lt;P&gt;If it doesn't work, then use set parameter and get parameter statement to mimic the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:11:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637877#M284272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: knowing which transaction the program has been called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637878#M284273</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;U should transfer the name of calling program in ABAP MEMORY by IMPORT/EXPORT PARAMETERS stataments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637878#M284273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: knowing which transaction the program has been called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637879#M284274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;sy-cprog&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; field it gives the calling pgm name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anurag Bankley&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637879#M284274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: knowing which transaction the program has been called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637880#M284275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try out like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the program(your Module pool program ) display/change screen,&lt;/P&gt;&lt;P&gt;choose WHERE USED LIST button and select PROGRAMS on the coming screen-&amp;gt; here you will get the list of programs using this module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 15:22:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637880#M284275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T15:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: knowing which transaction the program has been called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637881#M284276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    use sy-tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 15:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637881#M284276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T15:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: knowing which transaction the program has been called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637882#M284277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     use import export parameters to know &lt;/P&gt;&lt;P&gt;     histrory of transaction calls&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;      export  to memory id 'ZTCODE' field sy-tcode&lt;/P&gt;&lt;P&gt;      import  from memory id 'ZTCODE' field sy-tcode&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 16:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/knowing-which-transaction-the-program-has-been-called/m-p/1637882#M284277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T16:01:17Z</dc:date>
    </item>
  </channel>
</rss>

