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

Display external image file

Former Member
0 Likes
436

Dear all,

I need to create a smartform and it has a signature which will only be displayed when the user plug in the disc/USB.

How can I do so?

Thanks & regards,

Steven

the only way I see is to put a key file on the USB drive

then you check if the key file is present at the given path, if it is then you display the signature

but the signature image should be present on SAP server, if you want to upload the signature image dynamically from external file then you will have to import the file into a text element

this can be done by calling routine IMPORT_BITMAP in program STXBITMAPS

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
396

the only way I see is to put a key file on the USB drive

then you check if the key file is present at the given path, if it is then you display the signature

but the signature image should be present on SAP server, if you want to upload the signature image dynamically from external file then you will have to import the file into a text element

this can be done by calling routine IMPORT_BITMAP in program STXBITMAPS