<?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: sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1779396#M336027</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;Sapscript is not a driver program, its a layout. Here you create the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a driver program for each Sapscript. The driver program gets the data to be displayed calls the sapscript &amp;amp; passes the data to Sapscript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Dec 2006 09:29:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-16T09:29:12Z</dc:date>
    <item>
      <title>sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1779395#M336026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why do we call sapscript as a driver program.&lt;/P&gt;&lt;P&gt;what means by driver program.&lt;/P&gt;&lt;P&gt;plz give me one exact answer..&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 09:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1779395#M336026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T09:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1779396#M336027</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;Sapscript is not a driver program, its a layout. Here you create the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a driver program for each Sapscript. The driver program gets the data to be displayed calls the sapscript &amp;amp; passes the data to Sapscript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 09:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1779396#M336027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T09:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1779397#M336028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sapscript is used to produce a preprintable output.&lt;/P&gt;&lt;P&gt;Sapscript cant be run independently ,&lt;/P&gt;&lt;P&gt;So We need a driver program to run the sapscript.&lt;/P&gt;&lt;P&gt;So sapscript is different ,driver program is different.&lt;/P&gt;&lt;P&gt;As the program(driver prog) is invoking another object(sapscript) ,it is called driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One driver should have Open form ,Write form,Close from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In driver program Open form will invoke the script ,&lt;/P&gt;&lt;P&gt;Write Form is used to display the contents of the field ,This will be written within loop.&lt;/P&gt;&lt;P&gt;Close form is used to close the form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 09:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1779397#M336028</guid>
      <dc:creator>former_member842213</dc:creator>
      <dc:date>2006-12-16T09:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1779398#M336029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script is a layout where we can design using the required fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values for the fields defined in the screipt should be passed from a report ( called driver program ). These program calls corresponding layout with passed values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Script and the driver program are associated but not the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 10:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1779398#M336029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T10:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1779399#M336030</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;  Sapscript is only a layout where you will design the screens, you cannot run a script directly, so in order to run the script there should be some program, that program is called as driver program. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   Why it is called as driver program is, as it is the only source to run the script and display the output may be it is called as driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 10:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1779399#M336030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T10:20:23Z</dc:date>
    </item>
  </channel>
</rss>

