<?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 sap script from report program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765498#M1775774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check in database table TNAPR, give print pgm name and get form name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try NACE tcode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2013 09:30:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-23T09:30:10Z</dc:date>
    <item>
      <title>Find sap script from report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765497#M1775773</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 have a Report program. There is a subroutine with tables parameter of structure ''itcsy''.&amp;nbsp; ITCSY structure is used in sap scripts. I want to know the name of the sap script which is calling this subroutine. The where used list does not show where this report program is called from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 07:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765497#M1775773</guid>
      <dc:creator>kethanuppalapati</dc:creator>
      <dc:date>2013-09-23T07:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Find sap script from report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765498#M1775774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check in database table TNAPR, give print pgm name and get form name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try NACE tcode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765498#M1775774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-23T09:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Find sap script from report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765499#M1775775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many ways to find out: below are the few&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. &lt;/STRONG&gt;You can find the Script name from the table TNAPR or TTXFP.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Navigation: Go to SE11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; give&amp;nbsp;&amp;nbsp; TNAPR display - Contents - give program name and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. T&lt;/STRONG&gt;ransaction SE38 open the program &lt;STRONG&gt;RSNAST00&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Find for the subroutine &lt;STRONG&gt;TNAPR_LESEN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set a break point at that subroutine and leave. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When printing the data from a transaction to a script or form (Like VA01 or VL02N), debugger is started when the processing reaches the subroutine in RSNAST00. There double click on the field &lt;STRONG&gt;TNAPR-FONAM&lt;/STRONG&gt;. continue step-by-step execution. The field will display the name of the script or form that is currently being used. (&lt;A _jive_internal="true" href="https://answers.sap.com/thread/774625"&gt;http://scn.sap.com/thread/774625&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765499#M1775775</guid>
      <dc:creator>hemanth_kumar21</dc:creator>
      <dc:date>2013-09-23T09:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Find sap script from report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765500#M1775776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many ways to find out: below are the few&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. &lt;/STRONG&gt;You can find the Script name from the table TNAPR or TTXFP.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Navigation: Go to SE11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; give&amp;nbsp;&amp;nbsp; TNAPR display - Contents - give program name and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. T&lt;/STRONG&gt;ransaction SE38 open the program &lt;STRONG&gt;RSNAST00&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Find for the subroutine &lt;STRONG&gt;TNAPR_LESEN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set a break point at that subroutine and leave. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When printing the data from a transaction to a script or form (Like VA01 or VL02N), debugger is started when the processing reaches the subroutine in RSNAST00. There double click on the field &lt;STRONG&gt;TNAPR-FONAM&lt;/STRONG&gt;. continue step-by-step execution. The field will display the name of the script or form that is currently being used. (&lt;A _jive_internal="true" href="https://answers.sap.com/thread/774625"&gt;http://scn.sap.com/thread/774625&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765500#M1775776</guid>
      <dc:creator>hemanth_kumar21</dc:creator>
      <dc:date>2013-09-23T09:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Find sap script from report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765501#M1775777</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;Did you try below steps&lt;/P&gt;&lt;P&gt;1)Go to transaction NACE, select appropriate application type and output type, you could see print program and sapscript assigned in under processing routines.&lt;/P&gt;&lt;P&gt;2) SE11- TNAPR table, give the print program name, you will get the script name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know whether you were able to get the script name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Abirami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:47:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765501#M1775777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-23T09:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Find sap script from report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765502#M1775778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use table tnapr&lt;/P&gt;&lt;P&gt; TNAPR-is sap-script program table &lt;/P&gt;&lt;P&gt; or&lt;/P&gt;&lt;P&gt;&amp;nbsp; you know the output type of the report then you can get the script/form name attached with the report throught he tcode NACE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765502#M1775778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-23T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Find sap script from report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765503#M1775779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kethan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Goto SE11-&amp;gt;TNAPR table -&amp;gt;give program name -&amp;gt; Execute.&lt;/P&gt;&lt;P&gt;After that u can cross check in se71-&amp;gt;give form name-&amp;gt;click on display-&amp;gt;goto Form-&amp;gt;Check-&amp;gt;texts&lt;/P&gt;&lt;P&gt;here we will get form name and program name.pls find the below screen shot.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/284146" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;OmChandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 10:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765503#M1775779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-23T10:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find sap script from report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765504#M1775780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hemanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for the reply. The report program i have is not a driver program. It has all subroutines which are called in SAP Scripts. How to find the script name now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 10:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765504#M1775780</guid>
      <dc:creator>kethanuppalapati</dc:creator>
      <dc:date>2013-09-23T10:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find sap script from report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765505#M1775781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before executing your report, activate debugger and put break point at function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give these two function modules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. START_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. OPEN_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the script name in either of these FM passed in export parameter FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 10:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765505#M1775781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-23T10:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Find sap script from report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765506#M1775782</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;1. Check the View VN_TNAPR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; And also check the table/join conditions in same view.&lt;/P&gt;&lt;P&gt;2. NACE&amp;nbsp;&amp;nbsp; ( Application and output type you should know)&lt;/P&gt;&lt;P&gt;2. TNAPR ( just pass your report in PGNAM = your report , RONAM-subroutine )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 14:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-sap-script-from-report-program/m-p/9765506#M1775782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-23T14:59:32Z</dc:date>
    </item>
  </channel>
</rss>

