<?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: Dump when Concatenate in Ecc6 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-concatenate-in-ecc6/m-p/4166563#M996105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the Function SCMS_XSTRING_TO_BINARY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"convert PDF vom XSTRING to RAW255
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          buffer        = &amp;lt;l_fs&amp;gt;-pdf
        IMPORTING
          output_length = l_pdfsize
        TABLES
          binary_tab    = lt_objbin.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2008 19:01:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-22T19:01:05Z</dc:date>
    <item>
      <title>Dump when Concatenate in Ecc6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-concatenate-in-ecc6/m-p/4166561#M996103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;we are upgrading from 4.6 to ecc6&lt;/P&gt;&lt;P&gt;when we run a program we are getting dump"UC_OBJECTS_NOT_CHARLIKE '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use this function module for this issue  CHAR_HEX_CONVERSION ????&lt;/P&gt;&lt;P&gt;If so how can i use it for below coding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT pdfout INTO wa_pdfout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR str.&lt;/P&gt;&lt;P&gt;str+l1(134) = wa_pdfout.&lt;/P&gt;&lt;P&gt;len = 134 + L1.&lt;/P&gt;&lt;P&gt;L1 = 134 - STRLEN( wa_pdfout ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN str TO TYPE 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; CONCATENATE p_pdf_xstring (len) INTO p_pdf_xstring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; some one Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 12:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-concatenate-in-ecc6/m-p/4166561#M996103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T12:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when Concatenate in Ecc6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-concatenate-in-ecc6/m-p/4166562#M996104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide more details about the fields used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to convert to CHAR type you may have to use the FM - FLTP_CHAR_CONVERSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 17:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-concatenate-in-ecc6/m-p/4166562#M996104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T17:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when Concatenate in Ecc6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-concatenate-in-ecc6/m-p/4166563#M996105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the Function SCMS_XSTRING_TO_BINARY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"convert PDF vom XSTRING to RAW255
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          buffer        = &amp;lt;l_fs&amp;gt;-pdf
        IMPORTING
          output_length = l_pdfsize
        TABLES
          binary_tab    = lt_objbin.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 19:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-concatenate-in-ecc6/m-p/4166563#M996105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T19:01:05Z</dc:date>
    </item>
  </channel>
</rss>

