<?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 data is passed to SAP Script Driver program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-data-is-passed-to-sap-script-driver-program/m-p/1953264#M392473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;c d link(pdf) FYI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAGTFBSMC/CAGTFBSMC.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAGTFBSMC/CAGTFBSMC.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2007 10:32:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-26T10:32:55Z</dc:date>
    <item>
      <title>How data is passed to SAP Script Driver program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-data-is-passed-to-sap-script-driver-program/m-p/1953262#M392471</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; In the Purchase order screen (ME23n) there is a Print Preview button, when i click on that button it is reaching the driver program that has been specified by transaction: NACE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Could anyone please explain me how data is transferred from the PO Screen to the driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your esteemed replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Goutham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 10:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-data-is-passed-to-sap-script-driver-program/m-p/1953262#M392471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T10:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: How data is passed to SAP Script Driver program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-data-is-passed-to-sap-script-driver-program/m-p/1953263#M392472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;   The standard program submits a standard report program RSNAST00 when print relevant actions are done. The program RSNAST00 dynamically calls  the Driver Program name and the Subroutine name from TNAPR table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 10:31:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-data-is-passed-to-sap-script-driver-program/m-p/1953263#M392472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T10:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: How data is passed to SAP Script Driver program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-data-is-passed-to-sap-script-driver-program/m-p/1953264#M392473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;c d link(pdf) FYI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAGTFBSMC/CAGTFBSMC.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAGTFBSMC/CAGTFBSMC.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 10:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-data-is-passed-to-sap-script-driver-program/m-p/1953264#M392473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T10:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: How data is passed to SAP Script Driver program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-data-is-passed-to-sap-script-driver-program/m-p/1953265#M392474</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;When you enter the data in ME23n , the data goes into corresponding table.&lt;/P&gt;&lt;P&gt;When you click print button the corresponding data is fetched from corresponding tables by driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 10:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-data-is-passed-to-sap-script-driver-program/m-p/1953265#M392474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T10:33:23Z</dc:date>
    </item>
  </channel>
</rss>

