<?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 a jetform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-jetform/m-p/5019336#M1167977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have  to create a jet form .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i dnt know nethng bout it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz guide me what does thes statements do .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;^GROUP&lt;/P&gt;&lt;P&gt;^FIELD&lt;/P&gt;&lt;P&gt;^JOB&lt;/P&gt;&lt;P&gt;^GLOBAL&lt;/P&gt;&lt;P&gt;^trayout &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz tel me from where i can get the tutorials for jet forms .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2009 08:51:54 GMT</pubDate>
    <dc:creator>former_member97974</dc:creator>
    <dc:date>2009-01-15T08:51:54Z</dc:date>
    <item>
      <title>what is a jetform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-jetform/m-p/5019336#M1167977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have  to create a jet form .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i dnt know nethng bout it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz guide me what does thes statements do .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;^GROUP&lt;/P&gt;&lt;P&gt;^FIELD&lt;/P&gt;&lt;P&gt;^JOB&lt;/P&gt;&lt;P&gt;^GLOBAL&lt;/P&gt;&lt;P&gt;^trayout &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz tel me from where i can get the tutorials for jet forms .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 08:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-jetform/m-p/5019336#M1167977</guid>
      <dc:creator>former_member97974</dc:creator>
      <dc:date>2009-01-15T08:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: what is a jetform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-jetform/m-p/5019337#M1167978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/jetform/jethome.htm" target="test_blank"&gt;http://www.sapdev.co.uk/jetform/jethome.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 08:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-jetform/m-p/5019337#M1167978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T08:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: what is a jetform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-jetform/m-p/5019338#M1167979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jetform is a 3rd party product to create Form outside SAP. Previously it was a product of Accelio Company but in April 2002, Adobe Systems acquired Accelio (formerly JetForm). So now it is called Adobe form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For information regarding the Adobe Output Pak for SAP (formerly known as JetForm Output Pak for SAP) see the Adobe web site: &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.adobe.com/products/server/outputpaksap/main.html" target="test_blank"&gt;http://www.adobe.com/products/server/outputpaksap/main.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.adobe.com/support/forums/main.html" target="test_blank"&gt;http://www.adobe.com/support/forums/main.html&lt;/A&gt; (-&amp;gt; Output Server or -&amp;gt; Output Designer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mainly Jetform uses sapscriptu2019s RDI (Raw data interface) interface to send the data from SAP to it (but now it supports Smart formu2019s XML (XSF) interface also, so I guess we can transfer data from smartform as well). From SAP the data comes out in the form of RDI, and the sapscripts have to be set to print to RDI. This is then sent to a specific server set on the sapscript, with details of the end printer. Jetform then processes this data into a more reasonable format, and then processes this against the Jetform. The result is then sent to the printer. But to create the FORM, Jetform requires modifying the BASE sapscript FORM to implement a proprietary format that is specific to a JetForm solution. This format is ASCII based and as it is in an ASCII format, an additional visual building tool is required within JetForms to rebuild a FORM layout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info. will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 08:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-jetform/m-p/5019338#M1167979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T08:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: what is a jetform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-jetform/m-p/5019339#M1167980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From SAP the data comes out in the form of RDI, the sapscripts have to be set to print to RDI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is then sent to a specific server set on the sapscript, with details of the end printer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jetform&lt;/STRONG&gt; then processes this data into a more reasonable format, and then processes this against the jetform. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is then sent to the printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard:&lt;/P&gt;&lt;P&gt;Alok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 09:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-jetform/m-p/5019339#M1167980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T09:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: what is a jetform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-jetform/m-p/5019340#M1167981</link>
      <description>&lt;P&gt;Nice explanation, Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 10:02:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-jetform/m-p/5019340#M1167981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-01-30T10:02:37Z</dc:date>
    </item>
  </channel>
</rss>

