<?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 do SAP SCRIPT work? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-sap-script-work/m-p/1032344#M84185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arul,&lt;/P&gt;&lt;P&gt;  table TNAPR links output type with program name and form name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you choose an output type , the system calls the routine from table TNAPR.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform (TNAPR-RONAM) in program (TNAPR-PGNAM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at this point, the routine can call FM OPEN_FORM passing the name of the form (TNAPR-FONAM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check in customizing.&lt;/P&gt;&lt;P&gt;Regards, Manuel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS:please remember to reward points and close thread when the question is answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Manuel Bassani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2005 09:25:48 GMT</pubDate>
    <dc:creator>manuel_bassani</dc:creator>
    <dc:date>2005-10-27T09:25:48Z</dc:date>
    <item>
      <title>How do SAP SCRIPT work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-sap-script-work/m-p/1032343#M84184</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;   I have a doubbt on how the SAP SCRIPT is woorking. &lt;/P&gt;&lt;P&gt;I call a particular Output type from a standard transaction.&lt;/P&gt;&lt;P&gt;For example &lt;/P&gt;&lt;P&gt; Output type : ALTR. &lt;/P&gt;&lt;P&gt; Program     : RV56TD00.&lt;/P&gt;&lt;P&gt; Form        : HIPMENT_DOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How these are related and how the program flow is when an output type is called from the SAP standard transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 09:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-sap-script-work/m-p/1032343#M84184</guid>
      <dc:creator>aaruljothi</dc:creator>
      <dc:date>2005-10-27T09:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do SAP SCRIPT work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-sap-script-work/m-p/1032344#M84185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arul,&lt;/P&gt;&lt;P&gt;  table TNAPR links output type with program name and form name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you choose an output type , the system calls the routine from table TNAPR.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform (TNAPR-RONAM) in program (TNAPR-PGNAM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at this point, the routine can call FM OPEN_FORM passing the name of the form (TNAPR-FONAM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check in customizing.&lt;/P&gt;&lt;P&gt;Regards, Manuel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS:please remember to reward points and close thread when the question is answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Manuel Bassani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 09:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-sap-script-work/m-p/1032344#M84185</guid>
      <dc:creator>manuel_bassani</dc:creator>
      <dc:date>2005-10-27T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do SAP SCRIPT work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-sap-script-work/m-p/1032345#M84186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the standard transaction when you call the output type, system will call report program 'RSNAST00' and in that from the table TNAPR it will pick the Form, Program and Subroutine name based on output type and it will call that program subroutine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that program subroutine, it will have code to handle the Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can test this by putting a break point in the Report 'RSNAST00' at line 811(around this place).Here you need to remember is if you select 'send immediatly' in the message control then it will not stop at the break point. If you want to stop at break point then you have select 'Send Own transaction' and you have to come out of that transaction and select from initial screen of transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 04:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-sap-script-work/m-p/1032345#M84186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-02T04:32:18Z</dc:date>
    </item>
  </channel>
</rss>

