<?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: Response-&amp;gt;GET_CDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998587#M1494934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On further investigation, we found that when the data is downloaded in STRING format from &lt;/P&gt;&lt;P&gt;  CALL METHOD CLIENT-&amp;gt;Response-&amp;gt;GET_CDATA&lt;/P&gt;&lt;P&gt;    RECEIVING&lt;/P&gt;&lt;P&gt;      DATA = MessageHTML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the back slashes are replaced by forward slashes at the MessageHTM(STRING)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has any one encountered this at UNICODE systems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jun 2010 14:37:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-02T14:37:18Z</dc:date>
    <item>
      <title>Response-&gt;GET_CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998585#M1494932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your thoughts on ECC 6 UNICODE system.&lt;/P&gt;&lt;P&gt;We have an WEBSERVICE running fine at 4.7 which downloads data in STRING format from..&lt;/P&gt;&lt;P&gt;client type ref to if_http_client&amp;gt;&amp;gt;Response-&amp;gt;GET_CDATA, converts the STRING INTO TABLE and uses GUI_DOWNLOAD to download the data in .DOC format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the same things gives JUNK at ECC 6 UNICODE system.&lt;/P&gt;&lt;P&gt;Do we need to convert data into XSTRING at UNICODE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 06:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998585#M1494932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T06:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Response-&gt;GET_CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998586#M1494933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 08:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998586#M1494933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T08:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Response-&gt;GET_CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998587#M1494934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On further investigation, we found that when the data is downloaded in STRING format from &lt;/P&gt;&lt;P&gt;  CALL METHOD CLIENT-&amp;gt;Response-&amp;gt;GET_CDATA&lt;/P&gt;&lt;P&gt;    RECEIVING&lt;/P&gt;&lt;P&gt;      DATA = MessageHTML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the back slashes are replaced by forward slashes at the MessageHTM(STRING)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has any one encountered this at UNICODE systems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 14:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998587#M1494934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Response-&gt;GET_CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998588#M1494935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anderson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also has faced this sort of scenario.&lt;/P&gt;&lt;P&gt;I made all the integers types to char types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this wil be the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you declare STRING as of type CHAR and &lt;/P&gt;&lt;P&gt;also internal table fields as CHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Md Ziauddin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 15:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998588#M1494935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T15:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Response-&gt;GET_CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998589#M1494936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Md Ziauddin for your time.&lt;/P&gt;&lt;P&gt;There are no Integer types, the only one variable that gets data from BSP is of STRING type.&lt;/P&gt;&lt;P&gt;What is done ....&lt;/P&gt;&lt;P&gt;First...&lt;/P&gt;&lt;P&gt;Data retreival &lt;/P&gt;&lt;P&gt;  CALL METHOD CLIENT-&amp;gt;Response-&amp;gt;GET_CDATA&lt;/P&gt;&lt;P&gt;    RECEIVING&lt;/P&gt;&lt;P&gt;      DATA = MessageHTML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second....&lt;/P&gt;&lt;P&gt;Convert String to table &lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERT_STRING_TO_TABLE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      I_STRING         = MessageHTML&lt;/P&gt;&lt;P&gt;      I_TABLINE_LENGTH = 1000&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      ET_TABLE         = it_DOCUMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third...&lt;/P&gt;&lt;P&gt;download it_DOCUMENT data in .DOC file from GUI_DOWNLOAD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 16:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998589#M1494936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T16:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Response-&gt;GET_CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998590#M1494937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried converting to CHAR but that didnt worked.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 06:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/response-gt-get-cdata/m-p/6998590#M1494937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-03T06:37:09Z</dc:date>
    </item>
  </channel>
</rss>

