<?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 BASE64 format for image in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/base64-format-for-image/m-p/10649405#M1866207</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;&lt;/P&gt;&lt;P&gt;I have to input BASE64 format of an image in field B64DATA of function&amp;nbsp; SSFC_BASE64_DECODE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this format is long and doesnt fit into the field.&lt;/P&gt;&lt;P&gt;How can i do this? or if there is any other FM by which i can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Akriti &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_emote jive_macro" src="https://community.sap.com/1078/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Nov 2014 06:50:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-09T06:50:46Z</dc:date>
    <item>
      <title>BASE64 format for image</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base64-format-for-image/m-p/10649405#M1866207</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;&lt;/P&gt;&lt;P&gt;I have to input BASE64 format of an image in field B64DATA of function&amp;nbsp; SSFC_BASE64_DECODE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this format is long and doesnt fit into the field.&lt;/P&gt;&lt;P&gt;How can i do this? or if there is any other FM by which i can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Akriti &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_emote jive_macro" src="https://community.sap.com/1078/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2014 06:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base64-format-for-image/m-p/10649405#M1866207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-09T06:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: BASE64 format for image</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base64-format-for-image/m-p/10649406#M1866208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the function has input parameter B64DATA of type string and output parameter BINDATA of xstring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both parameters are string parameters and string parameters are of unlimited length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At which point the format doesn't fit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2014 16:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base64-format-for-image/m-p/10649406#M1866208</guid>
      <dc:creator>JackGraus</dc:creator>
      <dc:date>2014-11-09T16:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: BASE64 format for image</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base64-format-for-image/m-p/10649407#M1866209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try to fill the field with image tyoe binary data by executing the function directly in se37. It doesnt took the whole data,&lt;/P&gt;&lt;P&gt;Here i am not able to fill the whole data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2014 17:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base64-format-for-image/m-p/10649407#M1866209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-09T17:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: BASE64 format for image</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base64-format-for-image/m-p/10649408#M1866210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is the function module test tool in SE37 the problem ? In the user interface the length seems to be limited to 200 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in a real ABAP there is no length limitation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still want to call the function from SE37 test tool then you can you the debugger. In the debugger a STRING variable data can be replaced with unlimited length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this function module the BASE 64 data is copied in to STRING variable B64COPY en you can change the content in the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Nov 2014 13:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base64-format-for-image/m-p/10649408#M1866210</guid>
      <dc:creator>JackGraus</dc:creator>
      <dc:date>2014-11-16T13:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: BASE64 format for image</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base64-format-for-image/m-p/10649409#M1866211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok..&lt;/P&gt;&lt;P&gt;Thanks for the help Jack &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1078/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 10:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base64-format-for-image/m-p/10649409#M1866211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-17T10:58:52Z</dc:date>
    </item>
  </channel>
</rss>

