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

SAP script form

Former Member
0 Likes
736

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

\\scd\user\signature\

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 

6 REPLIES 6
Read only

anishoommen
Explorer
0 Likes
693

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

Read only

Former Member
0 Likes
693

this is nothing but application server path. check with t code AL11 (same directory path as you mentioned) or OAER.

Rgds

Read only

arindam_m
Active Contributor
0 Likes
693

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

Read only

Former Member
0 Likes
693

Hi Sahid,

Before uploading convert the image into BMP format &  then upload it using SE78...

Regards,

Farid.

Read only

Former Member
0 Likes
693

Hi,

  1. Convert the image into BMP format.
  2. Upload the image in se78.

Regards,

Riju Thomas

Read only

Former Member
0 Likes
693

Hi,

to solve this issue you can do this:

  1. convert image in BMP format
  2. use transaction SE78 to upload image into SAP
  3. use into SapScript this statement

         /: BITMAP 'ZIMAGE' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 300

Best Regards

Ivan