<?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 What is the basic Functionality for a print-program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-basic-functionality-for-a-print-program/m-p/2270481#M493138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m doing SAP-Script for quie a time now, but now for the first time i got the task to build a Sap-Script Form and a corresponding print-programm.&lt;/P&gt;&lt;P&gt;I did the customizing part, created a message, and implemented that message in a bill in SAP-System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What means if i save that offer, or want a print preview i SHOULD get a Spool or an output.&lt;/P&gt;&lt;P&gt;Actually i get nothing, so hence i forgot something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call function 'OPEN_FORM'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas? Any Hints how to build a Form from nothing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2007 09:49:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-21T09:49:04Z</dc:date>
    <item>
      <title>What is the basic Functionality for a print-program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-basic-functionality-for-a-print-program/m-p/2270481#M493138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m doing SAP-Script for quie a time now, but now for the first time i got the task to build a Sap-Script Form and a corresponding print-programm.&lt;/P&gt;&lt;P&gt;I did the customizing part, created a message, and implemented that message in a bill in SAP-System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What means if i save that offer, or want a print preview i SHOULD get a Spool or an output.&lt;/P&gt;&lt;P&gt;Actually i get nothing, so hence i forgot something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call function 'OPEN_FORM'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas? Any Hints how to build a Form from nothing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-basic-functionality-for-a-print-program/m-p/2270481#M493138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T09:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is the basic Functionality for a print-program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-basic-functionality-for-a-print-program/m-p/2270482#M493139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;any ideas? Any Hints how to build a Form from nothing? &lt;/P&gt;&lt;P&gt;Copy the SAP standard program to a new z-one and start to modify it based on your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-basic-functionality-for-a-print-program/m-p/2270482#M493139</guid>
      <dc:creator>Peter_Inotai</dc:creator>
      <dc:date>2007-05-21T09:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is the basic Functionality for a print-program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-basic-functionality-for-a-print-program/m-p/2270483#M493140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Write an executable program like any other report program&lt;/P&gt;&lt;P&gt;in that call the fun module&lt;/P&gt;&lt;P&gt;OPEN_FORM and in that give the form Name as parameter.&lt;/P&gt;&lt;P&gt;and fetch the related data for printing from all the databse tables into internal tables .&lt;/P&gt;&lt;P&gt;loop that internal table and in that loop call the fun modules WRITE_FORM&lt;/P&gt;&lt;P&gt; endloop. and  finally call the fun module CLOSE_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to SE71 and develop ascript with the name you have mentioned in OPEN_FORM.&lt;/P&gt;&lt;P&gt;Create Pgaes, Paragraph formats, charcter formats,&lt;/P&gt;&lt;P&gt;windows, Page windows, text elements etc and write the data in the text elements.&lt;/P&gt;&lt;P&gt;when you execute the program, it will call the script and print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see&lt;/P&gt;&lt;P&gt;SAPScripts help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf" target="test_blank"&gt;http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf" target="test_blank"&gt;http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf" target="test_blank"&gt;http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf" target="test_blank"&gt;http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf" target="test_blank"&gt;http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm" target="test_blank"&gt;http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-basic-functionality-for-a-print-program/m-p/2270483#M493140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T09:57:09Z</dc:date>
    </item>
  </channel>
</rss>

