‎2013 Aug 24 4:24 PM
Hello Experts,
I have a requirement to print signature image of a user on the sap script form from an URL path and that URL path does not exist in the SE78.
And also the signature image is not available in the tcode SE78.
I am not sure where this URL path exist, whether it is exist in SAP or out side sap. The URL Path is like below..
Could you please let us know what are the options are available in sap other than SE78 from where we can display graphics on SAPSCRIPT form ?
BR
MSI
‎2013 Aug 25 6:48 AM
Hi Iqbal,
You may want to save the image as a BMP image, and then upload it to SAP using the SE78 transaction. This is the best method to upload any Graphic to SAP SCRIPT. I am unaware of any other possibilities that exists.
You can adjust the resolution too in the SCRIPT, by usage of the keyword DPI <Number>.
Hope this helps.
You may want to go through the following link to get a better understanding of the process : http://scn.sap.com/thread/482729
Regards,
Anish Oommen
‎2013 Aug 25 7:02 AM
this is nothing but application server path. check with t code AL11 (same directory path as you mentioned) or OAER.
Rgds
‎2013 Aug 26 3:36 AM
Hi,
Looks like and application server path. Two approaches can be taken one would be to upload it into SE78 manually or do it via code. Or upload them as standard texts in SE10 and then call them.
Cheers,
Arindam
‎2013 Aug 26 5:32 AM
Hi Sahid,
Before uploading convert the image into BMP format & then upload it using SE78...
Regards,
Farid.
‎2013 Aug 27 7:17 AM
Hi,
Regards,
Riju Thomas
‎2013 Aug 27 9:05 AM
Hi,
to solve this issue you can do this:
/: BITMAP 'ZIMAGE' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 300
Best Regards
Ivan