<?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 Form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-form/m-p/853501#M46682</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;There are different ways of doing it. It all depends on how flexible you want to be about a solution. &lt;/P&gt;&lt;P&gt;1. You can create a standard text (transaction SO10) and in your sapscript insert the INCLUDE statement with the name of your text.&lt;/P&gt;&lt;P&gt;2. Or if your document supports texts at the header level then you can create a new text type and have a user to type it in. In your sapscript you will need to insert the INCLUDE statement as well. You can even set a default text for this new text type to get it from the standard text (created in 1.)&lt;/P&gt;&lt;P&gt;In both cases you will need to create a new Element in MAIN window of your sapscript:&lt;/P&gt;&lt;P&gt;/E SPECIAL_INSTRUCTIONS&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;MY_NAME&amp;amp; OBJECT ... etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and call this element from within the print program after the items have been processed. There must be a kind of loop in the program to go through all the items. Insert your WRITE_FORM FM after that loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wojtek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2005 16:33:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-22T16:33:55Z</dc:date>
    <item>
      <title>SAP Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-form/m-p/853498#M46679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to display a paragraph (only text) in the main window after the line items are written . How do i do this ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2005 23:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-form/m-p/853498#M46679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-09T23:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-form/m-p/853499#M46680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what output type are we talking about here? ALV? list processing? SAPScript/SmartForms? your statement is too vague to help us help you with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ryan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 00:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-form/m-p/853499#M46680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-10T00:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-form/m-p/853500#M46681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry i forgot to mention the output is SAP Script. In the MAIN Window i need to write a para on Special Instructions. I do not want to just type the entire para in the editor , can we create a standard for the same ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 05:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-form/m-p/853500#M46681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-10T05:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-form/m-p/853501#M46682</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;There are different ways of doing it. It all depends on how flexible you want to be about a solution. &lt;/P&gt;&lt;P&gt;1. You can create a standard text (transaction SO10) and in your sapscript insert the INCLUDE statement with the name of your text.&lt;/P&gt;&lt;P&gt;2. Or if your document supports texts at the header level then you can create a new text type and have a user to type it in. In your sapscript you will need to insert the INCLUDE statement as well. You can even set a default text for this new text type to get it from the standard text (created in 1.)&lt;/P&gt;&lt;P&gt;In both cases you will need to create a new Element in MAIN window of your sapscript:&lt;/P&gt;&lt;P&gt;/E SPECIAL_INSTRUCTIONS&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;MY_NAME&amp;amp; OBJECT ... etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and call this element from within the print program after the items have been processed. There must be a kind of loop in the program to go through all the items. Insert your WRITE_FORM FM after that loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wojtek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2005 16:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-form/m-p/853501#M46682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-22T16:33:55Z</dc:date>
    </item>
  </channel>
</rss>

