<?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: SAP Scripts... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148138#M453338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remeber you pass text element in loop in the program with write_form function module.&lt;/P&gt;&lt;P&gt;so we pass values in each interation and display them in the layout under that text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 18:07:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-04T18:07:47Z</dc:date>
    <item>
      <title>SAP Scripts...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148136#M453336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In smartforms we create a internal table and then using driver program we call that smartform and assign the smartform internal table to driver program internal table.&lt;/P&gt;&lt;P&gt;But in sapscripts we dont create an internal table and we just write program symbols as &amp;amp;itab_kunnr&amp;amp; and similar such symbols in text element. And then in driver program we create internal table as itab lik kna1 occurs 0 . And then we call open_form , write_form and Close_form and assign the elements to write_form under loop at itab and endloop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my Question is What actually happens in SAP Scripts? Does Sapscripts create internal tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148136#M453336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T18:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148137#M453337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you are simply writing out each line of the internal table one at a time to the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148137#M453337</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-04-04T18:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148138#M453338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remeber you pass text element in loop in the program with write_form function module.&lt;/P&gt;&lt;P&gt;so we pass values in each interation and display them in the layout under that text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148138#M453338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T18:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148139#M453339</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;The SAP script cannot create any internal tables .....&lt;/P&gt;&lt;P&gt;This is the additional feature of the smartforms... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sap script we will just pass the variable values...&lt;/P&gt;&lt;P&gt; IF we write a variable as w_value in script editor .. it prints it as w_value.. &lt;/P&gt;&lt;P&gt;but if we write it in between &amp;amp; &amp;amp; as &amp;amp;w_value&amp;amp; script replaces the text with the value in that field at runtime !!! So In side loop we actually pass these values to the script from the print program ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in case of Smartforms .. we use a function module that is generated when u activate the smartform .. for this function module we will pass the table data ... and in smartform we can loop around this table and we can print the data directly !!!! &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SMARTFORMS  are the advanced version of SAPSCRIPTS ..&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps u...&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148139#M453339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T18:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148140#M453340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No SAP script only knew of one record at a time, the internal table is in the driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NB: If you read the source of a smartforms generated FM, it will certainly remind you of your drivers program in sap script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148140#M453340</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-04-04T18:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148141#M453341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everytime you are passing a single line from the internal table to the script layout.&lt;/P&gt;&lt;P&gt;Hence when you want to write multiple lines from the internal table you loop the internal table and for every record you write it in the script layout using the FMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this explains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148141#M453341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T18:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148142#M453342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The driver program sends the necessary information through the FM write_form (using element) to the script and finally the SAPScript displays the information.&lt;/P&gt;&lt;P&gt;SAPScripts does not create any internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2148142#M453342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T18:12:19Z</dc:date>
    </item>
  </channel>
</rss>

