<?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: Find which report invoke my module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502898#M1065398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check TSTC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2008 04:26:51 GMT</pubDate>
    <dc:creator>Lakshmant1</dc:creator>
    <dc:date>2008-09-24T04:26:51Z</dc:date>
    <item>
      <title>Find which report invoke my module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502897#M1065397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;    I have a problem of finding which report calling my module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have one module pool program and 5 reports. In all 5 reports i use &lt;/P&gt;&lt;P&gt;call transaction to fill up the screen values of that module pool program.&lt;/P&gt;&lt;P&gt;   Now i have to change screen output depending upon the each report.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;So i have to find out which report call my module pool program&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Is there any possiblity to find out??? my client will not allow to use&lt;/P&gt;&lt;P&gt;SAP memory or ABAP memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 04:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502897#M1065397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T04:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find which report invoke my module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502898#M1065398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check TSTC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 04:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502898#M1065398</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2008-09-24T04:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Find which report invoke my module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502899#M1065399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Pls check the SY-CPROG value in the debugging, if you are not getting the right value.&lt;/P&gt;&lt;P&gt;Than you can you use memory ID's.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 04:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502899#M1065399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T04:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Find which report invoke my module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502900#M1065400</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;Check this system field. This is for procedures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sy-cprog -&lt;/STRONG&gt; In procedures called externally, the name of the calling program, Otherwise the name of the current program. If a procedure called externally calls another external procedure, sy-cprog contains the name of the framework program, and is not set to the name of the framework program of the subsequent calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 04:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502900#M1065400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T04:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Find which report invoke my module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502901#M1065401</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;   i tried sy-cprog is giving my module pool program name in debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   my question is "&lt;STRONG&gt;HOW TO FIND THE CALLING PROGRAM NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IN CALLED PROGRAM"&lt;/STRONG&gt; ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 04:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502901#M1065401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T04:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Find which report invoke my module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502902#M1065402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally I found with some negotiations with my client and used the following code I fixed up,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: para TYPE tpara-paramid VALUE 'RID', &lt;/P&gt;&lt;P&gt;      prog TYPE sy-repid. &lt;/P&gt;&lt;P&gt;GET PARAMETER ID para FIELD prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this code I found the name of the code which program using my module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 03:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-which-report-invoke-my-module-pool-program/m-p/4502902#M1065402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T03:56:11Z</dc:date>
    </item>
  </channel>
</rss>

