<?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: Include Binary in Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-binary-in-smartform/m-p/11704758#M1947051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do that you need to convert that to BDS which is recognized by Smartforms (Search for BDS and Image, you would find some hints).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, you can generate the Adobe form designed using Adobe Livecycle designer (Tcode - SFP) . In Adobe form, you can include the image from local system or from a URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 15:17:46 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2016-04-12T15:17:46Z</dc:date>
    <item>
      <title>Include Binary in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-binary-in-smartform/m-p/11704757#M1947050</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 the following requirement:&lt;/P&gt;&lt;P&gt;In SAPUI5 screen/view the user can put his signature.&lt;/P&gt;&lt;P&gt;I want to include that signature in a smartform in the SAP backend. How can i achieve this?&lt;/P&gt;&lt;P&gt;How can i include base64/xstring in smartform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-binary-in-smartform/m-p/11704757#M1947050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-12T14:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Include Binary in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-binary-in-smartform/m-p/11704758#M1947051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do that you need to convert that to BDS which is recognized by Smartforms (Search for BDS and Image, you would find some hints).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, you can generate the Adobe form designed using Adobe Livecycle designer (Tcode - SFP) . In Adobe form, you can include the image from local system or from a URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 15:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-binary-in-smartform/m-p/11704758#M1947051</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2016-04-12T15:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Include Binary in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-binary-in-smartform/m-p/11704759#M1947052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to include the binary data at the runtime, so not from the repository&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-binary-in-smartform/m-p/11704759#M1947052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-12T16:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Include Binary in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-binary-in-smartform/m-p/11704760#M1947053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, just think about it - what node type could you possibly use in the Smartform for that? Obviously we can only pick from the text node or graphics node. Text node can have either some static text or a text variable, it clearly has no functionality to interpret and present any binary content. Now in the graphics mode do you see any option for "runtime binary string"? I doubt that. So doesn't this pretty much answer the question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as dynamically including a bitmap in the Smartform - Google "smartform bitmap dynamic" finds this document as the first hit: &lt;A __default_attr="56055" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="Employee Photo - Bitmap Automation (for Dynamic Employee Photos in Smartforms)" href="https://community.sap.com/" modifiedtitle="true" title="Employee Photo - Bitmap Automation (for Dynamic Employee Photos in Smartforms)"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 21:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-binary-in-smartform/m-p/11704760#M1947053</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-04-12T21:05:26Z</dc:date>
    </item>
  </channel>
</rss>

