<?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 Calling program in sap script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-in-sap-script/m-p/10631780#M1864539</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;If inside SAP script , say Z1 report is called using perform, how can we find out script name if only we have details Z1.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2014 12:30:49 GMT</pubDate>
    <dc:creator>former_member321825</dc:creator>
    <dc:date>2014-10-03T12:30:49Z</dc:date>
    <item>
      <title>Calling program in sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-in-sap-script/m-p/10631780#M1864539</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;If inside SAP script , say Z1 report is called using perform, how can we find out script name if only we have details Z1.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 12:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-in-sap-script/m-p/10631780#M1864539</guid>
      <dc:creator>former_member321825</dc:creator>
      <dc:date>2014-10-03T12:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calling program in sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-in-sap-script/m-p/10631781#M1864540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot find out the&amp;nbsp; script name which is calling the z report. however if you know when or how your script is triggered you can execute by putting a breakpoint at FM open_form or just activate debugging for the script and see the script name when it stops. but if you dont have the details of script I would say its not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, can you check the TR for the program Z1, may be the script is also in the same TR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kartik Tarla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 12:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-in-sap-script/m-p/10631781#M1864540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-03T12:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calling program in sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-in-sap-script/m-p/10631782#M1864541</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;Yes I believe you need to check manually all your Z-sapscript by SE71&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 12:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-in-sap-script/m-p/10631782#M1864541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-03T12:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calling program in sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-in-sap-script/m-p/10631783#M1864542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if i am wrong,, " you have a program name Z1 (which has a script subroutine inside), now you want to know in which Script this particular Program (Z1) is used ' . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arulmani &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 12:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-in-sap-script/m-p/10631783#M1864542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-03T12:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calling program in sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-in-sap-script/m-p/10631784#M1864543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 13:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-in-sap-script/m-p/10631784#M1864543</guid>
      <dc:creator>former_member321825</dc:creator>
      <dc:date>2014-10-03T13:12:58Z</dc:date>
    </item>
  </channel>
</rss>

