<?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: FUNCTION MODULE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3232029#M770989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;SX_OBJECT_CONVERT_RAW_TXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 11:05:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-04T11:05:15Z</dc:date>
    <item>
      <title>FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3232028#M770988</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 need to convert RAW data Into ITF format(sap script text format).Please tell  me if there any function module which converts RAW(RTF) data to ITF format with code.I mean what are the parameters need to pass to th function module.I tried with CONVERT_RTF_TO_ITF bot its not converting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 10:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3232028#M770988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T10:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3232029#M770989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;SX_OBJECT_CONVERT_RAW_TXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 11:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3232029#M770989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T11:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3232030#M770990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text Conversion RFT to ITF (SAPscript Format)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RTF text (Rich Text Format) in table X_DATATAB of size in bytes X_SIZE is converted into the internal SAPscript text format ITF in result table ITF_LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the print formats (parameters concerned are SSHEET, WITH_TAB, and WITH_TAB_E) refer to the parameter documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the HEADER field you must specify the language (HEADER-TDSPRAS); HEADER-TDSTYLE and HEADER-TDFORM are relevant only if a print format conversion ( WITH_TAB = 'X') is concerned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HEADER:&lt;/P&gt;&lt;P&gt;Text Header of Result Text (Part)&lt;/P&gt;&lt;P&gt;The text header contains information which describes a text module, for example short text, user who created the text, user who last changed it, etc. The structure of the header is defined in table THEAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSHEET:&lt;/P&gt;&lt;P&gt;Print format; only effective for print format conversion&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;Name of a style sheet (&lt;STRONG&gt;.dfv) or document template (&lt;/STRONG&gt;.dot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make a format conversion take effect, enter the symbolic name here, for which in transaction "Format Conversion" (SE74) a conversion was maintained using the relevant SAPscript style or form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, you must set the WITH_TAB paramenter to 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITH_TAB:&lt;/P&gt;&lt;P&gt;Print format conversion; 'X' = yes or ' ' = no&lt;/P&gt;&lt;P&gt;Possible entries are 'X' (Yes) or ' ' (No).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If WITH_TAB = 'X' is set, and the parameter SSHEET is also maintained, a conversion of paragraph and character formats is performed. The source and target format can be a SAPscript style, a SAPscript layout set, or an MS Word document template. Transaction SE74 (format conversion) should be used to specify the assignment between the respective paragraph and character markers and/or Word styles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X_DATATAB:&lt;/P&gt;&lt;P&gt;Foreign Text Table (Binary)&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;Source Table for TABLETYPE = 'BIN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Shakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 11:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3232030#M770990</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2008-01-04T11:07:15Z</dc:date>
    </item>
  </channel>
</rss>

