<?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: Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3134054#M744633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the pages of a form you determine the page layout and the sequence of pages with different structures.The page layout includes the page format (for example, DIN A4, Letter, DIN A5 landscape) and the position of the windows on a page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form attributes &amp;#150; Contains administrative info of the form.&lt;/P&gt;&lt;P&gt;1)General attributes like created by, creation date, creation time.&lt;/P&gt;&lt;P&gt;2)Output options a) Style&lt;/P&gt;&lt;P&gt;b)Page format&lt;/P&gt;&lt;P&gt;c)Output formats(Standard/XSF/XSF+HTML).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form attributes &amp;#150; Contains administrative info of the form. Also defines the page &lt;/P&gt;&lt;P&gt;format (DIN A4, Letter, DIN A5 )and output format like&lt;/P&gt;&lt;P&gt;Standard Output: during form processing, the output data is generated in OTF format.&lt;/P&gt;&lt;P&gt;XSF Output: during form processing, the output data is generated in XSF format. XSF is an XML-based language that is determined in the SAP Smart Forms DTD. (for the definition refer to BSP page /bc/bsp/sap/smart_forms/smart_forms_xsf.dtd)&lt;/P&gt;&lt;P&gt;XSF Output + HTML:during form processing, the output data is generated in XSF format as well as any HTML data which the application can send to the browser for display. &lt;/P&gt;&lt;P&gt;Form interface &amp;#150; Through Form Interface application (print) program can interact &lt;/P&gt;&lt;P&gt;with smartform and vice a versa. It has Import, Export, Tables and Exceptions&lt;/P&gt;&lt;P&gt;tab which define the set of data passed from a program to a smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global Definitions &amp;#150; All the variables that are global across the smartform are declared here. Here we have five tabe viz Global Data, Types, Initialization,Field Symbols and Form Routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use tcode SPAD. Here u defene ur custom page size(widh, height).&lt;/P&gt;&lt;P&gt;Take new form name. assign to SAPWIN &amp;amp; declare top of page, end of page. at line selection. activate it.&lt;/P&gt;&lt;P&gt;Then u can use it in your smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kindly Reward Points If You Find The Reply Helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2007 10:09:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-20T10:09:55Z</dc:date>
    <item>
      <title>Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3134053#M744632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;i want to reduce the page size in SMARTFORMS,&lt;/P&gt;&lt;P&gt;can u tell me,how to reduce the pagesize.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 10:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3134053#M744632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T10:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3134054#M744633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the pages of a form you determine the page layout and the sequence of pages with different structures.The page layout includes the page format (for example, DIN A4, Letter, DIN A5 landscape) and the position of the windows on a page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form attributes &amp;#150; Contains administrative info of the form.&lt;/P&gt;&lt;P&gt;1)General attributes like created by, creation date, creation time.&lt;/P&gt;&lt;P&gt;2)Output options a) Style&lt;/P&gt;&lt;P&gt;b)Page format&lt;/P&gt;&lt;P&gt;c)Output formats(Standard/XSF/XSF+HTML).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form attributes &amp;#150; Contains administrative info of the form. Also defines the page &lt;/P&gt;&lt;P&gt;format (DIN A4, Letter, DIN A5 )and output format like&lt;/P&gt;&lt;P&gt;Standard Output: during form processing, the output data is generated in OTF format.&lt;/P&gt;&lt;P&gt;XSF Output: during form processing, the output data is generated in XSF format. XSF is an XML-based language that is determined in the SAP Smart Forms DTD. (for the definition refer to BSP page /bc/bsp/sap/smart_forms/smart_forms_xsf.dtd)&lt;/P&gt;&lt;P&gt;XSF Output + HTML:during form processing, the output data is generated in XSF format as well as any HTML data which the application can send to the browser for display. &lt;/P&gt;&lt;P&gt;Form interface &amp;#150; Through Form Interface application (print) program can interact &lt;/P&gt;&lt;P&gt;with smartform and vice a versa. It has Import, Export, Tables and Exceptions&lt;/P&gt;&lt;P&gt;tab which define the set of data passed from a program to a smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global Definitions &amp;#150; All the variables that are global across the smartform are declared here. Here we have five tabe viz Global Data, Types, Initialization,Field Symbols and Form Routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use tcode SPAD. Here u defene ur custom page size(widh, height).&lt;/P&gt;&lt;P&gt;Take new form name. assign to SAPWIN &amp;amp; declare top of page, end of page. at line selection. activate it.&lt;/P&gt;&lt;P&gt;Then u can use it in your smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kindly Reward Points If You Find The Reply Helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 10:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3134054#M744633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T10:09:55Z</dc:date>
    </item>
  </channel>
</rss>

