<?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 to SapScript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-sapscript/m-p/1152018#M117725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Click the link below for documentation on SAP Scripts, this will give an idea of how to write a script and print the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For form Maintenance&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Printing Forms&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2006 22:24:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-26T22:24:01Z</dc:date>
    <item>
      <title>How to SapScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-sapscript/m-p/1152014#M117721</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;If I have a report with an internal table with data, how do I use a sapScript form to print it?, I need to combine the results of my internal table with the text I have on the sapScript form. How can I do It?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 20:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-sapscript/m-p/1152014#M117721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T20:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to SapScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-sapscript/m-p/1152015#M117722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Instead of the Write statements,use Write_form in a window,inside the internal table loop.&lt;/P&gt;&lt;P&gt;do a Open_form &amp;amp; close_form above &amp;amp; below the loop &amp;amp; endloop.&lt;/P&gt;&lt;P&gt;I guess this is what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 20:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-sapscript/m-p/1152015#M117722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T20:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to SapScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-sapscript/m-p/1152016#M117723</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;As you have the data in ur internal tables your program stands as the driver program for your SAPScript So you can use "Open_form", "Write_form" and "Close_Form" to pass the data to SAPScript.&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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 20:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-sapscript/m-p/1152016#M117723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T20:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to SapScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-sapscript/m-p/1152017#M117724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Create a single window &amp;amp; call all the fields in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 20:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-sapscript/m-p/1152017#M117724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T20:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to SapScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-sapscript/m-p/1152018#M117725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Click the link below for documentation on SAP Scripts, this will give an idea of how to write a script and print the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For form Maintenance&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Printing Forms&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 22:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-sapscript/m-p/1152018#M117725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T22:24:01Z</dc:date>
    </item>
  </channel>
</rss>

