<?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: Convert OTF to xstring or rawstring? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596264#M1083638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Harsh. &lt;/P&gt;&lt;P&gt;The i need to convert PDF to Xstring is because i need to upload a PDF document using FM : &lt;/P&gt;&lt;P&gt;HRRCF_MDL_CAND_ATT_CREATE'&lt;/P&gt;&lt;P&gt;This Fm only takes Xsting as input. &lt;/P&gt;&lt;P&gt;This is a case in E Recruitement when i want to create attachments to candidate profiles through the system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 18:39:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T18:39:34Z</dc:date>
    <item>
      <title>Convert OTF to xstring or rawstring?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596260#M1083634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i convert an OTF format to xstring or rawstring. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 16:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596260#M1083634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T16:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Convert OTF to xstring or rawstring?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596261#M1083635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OTF is used for storing smartforms. It's an internal table with ITCOO structure (fields TDPRINTCOM 2 char + TDPRINTPAR 70 characters)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to copy internal table into xstring without transformation, first transform internal table into a string with "concatenate lines of itab into string in character mode respecting blanks". Then transform string into xstring using [Dirk Boller method |https://forums.sdn.sap.com/click.jspa?searchID=11347800&amp;amp;messageID=5020890]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe you want to transform OTF into PDF or other external format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 16:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596261#M1083635</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2008-10-17T16:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Convert OTF to xstring or rawstring?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596262#M1083636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right. Actually, i want to convert PDF to xstring format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 18:14:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596262#M1083636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T18:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert OTF to xstring or rawstring?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596263#M1083637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know one function module which converts PDF to RAW format which looks like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SX_OBJECT_CONVERT_OTF_RAW - Conversion From OTF to RAW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for OTF to PDF conversion we have here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SX_OBJECT_CONVERT_OTF_PDF - Conversion From OTF to PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_OTFSPOOLJOB_2_PDF -  converts a OTF spool to PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, Im still unable to understand your requirement, as I am not aware of any PDF to OTF or PDF to raw/x-string conversion function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you think these are not the appropriate ones then please update me on the correct ones so that I can also know about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 18:35:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596263#M1083637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T18:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Convert OTF to xstring or rawstring?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596264#M1083638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Harsh. &lt;/P&gt;&lt;P&gt;The i need to convert PDF to Xstring is because i need to upload a PDF document using FM : &lt;/P&gt;&lt;P&gt;HRRCF_MDL_CAND_ATT_CREATE'&lt;/P&gt;&lt;P&gt;This Fm only takes Xsting as input. &lt;/P&gt;&lt;P&gt;This is a case in E Recruitement when i want to create attachments to candidate profiles through the system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 18:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596264#M1083638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T18:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Convert OTF to xstring or rawstring?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596265#M1083639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have come across a quite old SCN thread which gives some gist of the requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out "Kshitij Devre's" answer for "PDF to X-string".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[SDN - Reference for PDF to Xstring conversion|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3461027"&gt;&lt;/A&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works out well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 19:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-otf-to-xstring-or-rawstring/m-p/4596265#M1083639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T19:08:34Z</dc:date>
    </item>
  </channel>
</rss>

