<?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: Help com RFC - parameter Xstring in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915990#M1963552</link>
    <description>&lt;P&gt;I would check the possibility of encoding and decoding using ABAP class &lt;A href="https://sapintegrationhub.com/abap/base64/base64-encoding-and-decoding-in-sap-abap/" target="_blank"&gt;CL_HTTP_UTILITY&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2019 15:05:55 GMT</pubDate>
    <dc:creator>isuru_fernando24</dc:creator>
    <dc:date>2019-06-18T15:05:55Z</dc:date>
    <item>
      <title>Help com RFC - parameter Xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915987#M1963549</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1693852-erros-xstring.png"&gt;erros-xstring.png&lt;/A&gt;Good Morning.&lt;/P&gt;
  &lt;P&gt; I am creating an RFC and managed an Enterprise Service (SOAP) &lt;/P&gt;
  &lt;P&gt;The RFC should receive a parameter of type Xstring. This parameter will convert to binary (SCMS_XSTRING_TO_BINARY). &lt;/P&gt;
  &lt;P&gt;However when testing, the error of the attached image is occurring. &lt;/P&gt;
  &lt;P&gt;How can I pass an Xtring value as a parameter?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 12:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915987#M1963549</guid>
      <dc:creator>carlos_valentini3</dc:creator>
      <dc:date>2019-06-18T12:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help com RFC - parameter Xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915988#M1963550</link>
      <description>&lt;P&gt;Everything we can tell you is in the error message.&lt;/P&gt;&lt;P&gt;Somewhere in your program you are probably trying to decode Base64 string and it fails.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 12:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915988#M1963550</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2019-06-18T12:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help com RFC - parameter Xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915989#M1963551</link>
      <description>&lt;P&gt;The first bytes "89504E47..." in your log, correspond to the bytes of a PNG file, but they are not encoded in base64. If you define a parameter of type XString, and you create a Web service around, then SAP framework expects a Base64 string and decodes it into an Xstring. Solution: call your web service with your PNG encoded into Base64. Another solution, maybe, is to map to a different type in your service definition (tab "Types").&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 13:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915989#M1963551</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-06-18T13:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help com RFC - parameter Xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915990#M1963552</link>
      <description>&lt;P&gt;I would check the possibility of encoding and decoding using ABAP class &lt;A href="https://sapintegrationhub.com/abap/base64/base64-encoding-and-decoding-in-sap-abap/" target="_blank"&gt;CL_HTTP_UTILITY&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 15:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915990#M1963552</guid>
      <dc:creator>isuru_fernando24</dc:creator>
      <dc:date>2019-06-18T15:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help com RFC - parameter Xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915991#M1963553</link>
      <description>&lt;P&gt;I would check the possibility of encoding and decoding to base64 using &lt;A href="https://sapintegrationhub.com/abap/base64/base64-encoding-and-decoding-in-sap-abap/" target="_blank"&gt;CL_HTTP_UTILITY&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 15:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915991#M1963553</guid>
      <dc:creator>isuru_fernando24</dc:creator>
      <dc:date>2019-06-18T15:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help com RFC - parameter Xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915992#M1963554</link>
      <description>&lt;P&gt;As suggested by Sandra Rossi
I am passing as string and inside the RFC again converting to xstring, the error has been solved.
Thank you all.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 15:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-com-rfc-parameter-xstring/m-p/11915992#M1963554</guid>
      <dc:creator>carlos_valentini3</dc:creator>
      <dc:date>2019-06-18T15:38:51Z</dc:date>
    </item>
  </channel>
</rss>

