<?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: OTF Specification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/otf-specification/m-p/1448083#M212405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use ITF format instead of OTF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See FM &amp;lt;b&amp;gt;CONVERT_ITF_TO_HTML&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jun 2006 15:39:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-15T15:39:29Z</dc:date>
    <item>
      <title>OTF Specification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/otf-specification/m-p/1448082#M212404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to convert OTF to HTML.  We can not find a clean way to do this since our forms are written in SAPScript instead of Smart Forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we are embarking on our own conversion program.  The problem is that we can not seem to find a specification for the OTF format.  The closest we can find is the constants defined in the CONVERT_OTF function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone point me in the right direction for a documented specification?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 15:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/otf-specification/m-p/1448082#M212404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T15:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: OTF Specification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/otf-specification/m-p/1448083#M212405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use ITF format instead of OTF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See FM &amp;lt;b&amp;gt;CONVERT_ITF_TO_HTML&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 15:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/otf-specification/m-p/1448083#M212405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T15:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: OTF Specification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/otf-specification/m-p/1448084#M212406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The seems to put us in the right direction.  In general, we want to convert an Order Confirmation output to HTML.  Will CONVERT_ITF_TO_HTML maintain the layout of the page (footers, field location, etc?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a program that provides data to a layout set (SAP Script) and then issues the output as a spool request.  Can we take this SAPScript after the data has been added and convert it to HTML using this function?  We're a little worried about layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 15:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/otf-specification/m-p/1448084#M212406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T15:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: OTF Specification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/otf-specification/m-p/1448085#M212407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module CONVERT_ITF_TO_HTML converts a SAPscript text to HTML in order to allow it to be displayed using an HTML3.X browser (NetScape, MS Internet Explorer etc.) on the Internet. Both the text header (ABAP Dictionary structure THEAD) and the text lines (ABAP Dictionary structure TDLINES) must be entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a successful conversion CONVERT_ITF_TO_HTML provides you with a table with corresponding HTML text. SAPscript commands, include texts, as well as standard, system, and text symbols are dissolved during conversion as long as the dissolution requires no form preparation (composer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have SAPscript paragraph and character formats assigned to a particular HTML format when they are called by using a corresponding mapping table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The various parameters that control conversion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check ITF texts for correct syntax&lt;/P&gt;&lt;P&gt;Dissolve symbols, include texts, and control commands&lt;/P&gt;&lt;P&gt;Output control commands and text elements that could not be interpreted&lt;/P&gt;&lt;P&gt;Specify CALLBACK routines for link interpretation&lt;/P&gt;&lt;P&gt;Suppress HTML headers&lt;/P&gt;&lt;P&gt;Determine HTML backgrounds&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;An example of how CONVERT_ITF_TO_HTML is used can be found in report &amp;lt;b&amp;gt;RSTXHTML&amp;lt;/b&amp;gt;. This report can convert both standard and documentation texts (for example, text name ABAPSELECT, text object DOKU, or text ID SD) into HTML format.&lt;/P&gt;&lt;P&gt;Also just work around Program GLOS_DOWNLOAD_HTML and Function Groups STXK and STXN (SE37==&amp;gt; GOTO==&amp;gt; Function Groups==&amp;gt;Display)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Wishes,&lt;/P&gt;&lt;P&gt;TM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 05:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/otf-specification/m-p/1448085#M212407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T05:02:48Z</dc:date>
    </item>
  </channel>
</rss>

