Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Include Binary in Smartform

Former Member
0 Likes
1,786

Hi Experts,

I have the following requirement:

In SAPUI5 screen/view the user can put his signature.

I want to include that signature in a smartform in the SAP backend. How can i achieve this?

How can i include base64/xstring in smartform?

Thanks in advance,

Moo

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
1,238

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).

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.

Regards,
Naimesh Patel

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
1,239

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).

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.

Regards,
Naimesh Patel

Read only

0 Likes
1,238

I want to include the binary data at the runtime, so not from the repository

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,238

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?

As far as dynamically including a bitmap in the Smartform - Google "smartform bitmap dynamic" finds this document as the first hit: