<?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: Execute Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-script/m-p/4113283#M983447</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;u can test the form that u have created individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto utilities and select printing test.click on print preview.it will show u the layout that u have designed to ur script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jun 2008 12:37:55 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2008-06-29T12:37:55Z</dc:date>
    <item>
      <title>Execute Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-script/m-p/4113280#M983444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we execute the script individually? If yes How? Else what we need to do so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2008 05:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-script/m-p/4113280#M983444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-29T05:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-script/m-p/4113281#M983445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot execute script individually.. u need to write a print program to execute the script in se38 with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open_form&lt;/P&gt;&lt;P&gt;write_form&lt;/P&gt;&lt;P&gt;close_form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2008 06:06:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-script/m-p/4113281#M983445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-29T06:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-script/m-p/4113282#M983446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before giving answer to your point let me tell you one thing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPscript comprises these five components:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&lt;STRONG&gt;An &lt;U&gt;Editor&lt;/U&gt;&lt;/STRONG&gt; for entering and editing the lines of a text. The application transactions automatically call this editor if the user decides to maintain texts that concern an application object.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;&lt;U&gt;Styles&lt;/U&gt;* and forms for print layout. These are created independent of the individual texts using the corresponding maintenance transactions and are allocated to the texts later.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&lt;STRONG&gt;The &lt;U&gt;Composer&lt;/U&gt;&lt;/STRONG&gt; as central output module. Its task is to prepare a text for a certain output device by including the corresponding formatting information. This information comes from the style and form allocated to the text. The SAPscript composer is invisible on the outside.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&lt;STRONG&gt;A &lt;U&gt;Programming&lt;/U&gt;&lt;/STRONG&gt; interface that allows you to include SAPscript components into your own application programs and to control the output of forms from within the programs.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;several database tables for storing texts, styles and forms.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So by the components of SAPSCRIPT it leads to a conclusion that SAPSCRIPT is not independent like normal Program in SE38..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to execute SAPSCRIPT we need a Printer program(Driver Program) which contains few function modules like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN_FORM   ----&amp;gt; calls the form by specifying name of the form
WRITE_FORM  -----&amp;gt; used to write the contents of the form
CLOSE_FORM ------&amp;gt; closes the form.

And other two are used depend on usage... they are START_FORM and END_FORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through the library about SAPSCRIPT which will help you more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my information is clear and helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narin Nandivada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2008 08:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-script/m-p/4113282#M983446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-29T08:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-script/m-p/4113283#M983447</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;u can test the form that u have created individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto utilities and select printing test.click on print preview.it will show u the layout that u have designed to ur script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2008 12:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-script/m-p/4113283#M983447</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-29T12:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-script/m-p/4113284#M983448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You can definitely execute script individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating a script, in the script menu bar, goto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UTILITIES -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; PRINTING TEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now select the printer(LP01).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives the exact layout output that could be seen when run thru the program, but without any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the data to be displayed, then you call the script program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we have the following option also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UTILITIES --- PRINT LAYOUT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives the outline of our layout, i.e, it shows where our windows are placed on the  page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Any queries, get back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chandrasekhar Gandla on Jun 29, 2008 6:37 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2008 16:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-script/m-p/4113284#M983448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-29T16:37:31Z</dc:date>
    </item>
  </channel>
</rss>

