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 issue

Former Member
0 Likes
1,799

GUY'S

I NEED TO PRINT customer signature on script,

pls tell me entire process to do that

17 REPLIES 17
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,607

Well, first thing is to capture the signature as an image file, upload this image file to SAP via SE78, then you can include it in your sapscript window.

In the window, click Insert, then Graphics.

Regards,

RIch Heilman

Read only

0 Likes
1,607

Hi Rich

that was to brief ,well i have got customer scanned

signature,i am not that versed in sap script,

if you elabrote that more ,it will be fine

Read only

Former Member
0 Likes
1,607

Scan a copy of the customer's signature as an image.

UPloads the image into sap through se78 transaction.

Include the graphic in the sap script(se71) in the text element section

Insert0>Graphic.

Select your graphic.

Regards,

Ravi

Read only

rahulkavuri
Active Contributor
0 Likes
1,607

Convert the image into TIFF format... use RSTXLDMC to upload the image

Go to Se71 and include the image from the text elements. go to Page-windows.

Press the text elements button and the include the logo which has been saved as a text using insert->text-standard. get your logo

Read only

Former Member
0 Likes
1,607

Hi sanju,

scan the signature and upload it to sap using se78..

n u can use it in ur window.

regards,

keerthi.

Read only

0 Likes
1,607

HI all

well guy's ,i don't have customer scanned signature

in any image format,he gave me one pdf file ,where

at the end his signature is there with some content

,how to get that particular signature and upload

using se78

Read only

0 Likes
1,607

I assume that you have a .bmp file with your custom signature. If so, we are ready to upload. Go to transation SE78. Click the import button, enter the path, the name of the "Z" image in SAP, and a description, select black/white. Click green check. You file is now being uploaded. You can preview it by next clicking on the print preview button. You can now include this image in your sapscript by using the menu option inside your window, insert, graphics. You will need to give the name of the "Z" image that you create in SE78. That's it.

Regards,

Rich Heilman

Read only

0 Likes
1,607

You can capture the image in the PDF and copy it to MS Paint. THis is delivered functionality of Adobe.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,607

Hi sanju,

check this link.

it will provide u a step by step process to upload a image.

http://www.howforge.com/step-by-step-upload-bitmap-images-to-sap

award points if helpful.

regards,

keerthi.

Message was edited by: keerthi kiran varanasi

Read only

rahulkavuri
Active Contributor
0 Likes
1,607

hi

Capture the image in ADOBE READER and then use MS_PAINT to convert into TIFF format... from there u can carry on with the procedure which i have explained..

<b>Award points if found helpful</b>

Read only

0 Likes
1,607

GUY'S

thanks a lot,i am able to upload customer signature,

but actual problem start now,is it possible to position

tiff or bitmap image on screen,like if i insert

these tiff or bitmap ,it will get inserted on screen,

but you can't position them on screen

Read only

0 Likes
1,607

Create a window specifying the position of the signature.. and then insert the image of the signature!

Read only

Former Member
0 Likes
1,607

Hii Sanju

you can solve your problem by positioning your window corresponding to the signature and loading the signature image in that window..

you can position your image using smartforms

Following are the steps of inserting graphics in Smartforms -

1. On any of the node under the Pages and Windows in smartforms, rightclick and select the option Create -> Graphics.

2. On the General Attribute tab of Graphics, in the Name input box, press F4. Select the imagae you want to display. Also give the object - Graphics & ID - BMAP.

Select the radio buttons depending on the color of the image. Resolution of the image can also be set on the same tab at the bottom.

3. On the Output Options tab, the position of the image

with some reference as selected by you will be planned.

4. On the Output conditions tab, some formula can be maintained if the display of the image is conditional.

hope this helps .Reward points for the helpful .

Regards

Naresh

Read only

0 Likes
1,607

create a new window for inserting the signature image n place this window anywhere u want in the page..

also, u can even position ur images in a window by using

XPOS '1' cm YPOS '1' cm after the command of the image..

Read only

0 Likes
1,607

Guy's

i like your response for these issue,i have another

problem related to customer signature that i uploaded

in sap,even i reduce the size of my window,signature

will come too big .i tried reducing window ,where these

signature is located ,but no use

Read only

0 Likes
1,607

u need to reduce the size of the signature before uploading it into SAP...by using microsoft Paint or Word.. reduce it to appropriate size n then upload it to use it in ur Form...

Read only

rahulkavuri
Active Contributor
0 Likes
1,607

If u try to reduce the size of the image using Ms-paint u will loose the quality of the image, so use Microsoft

Photo-editor or any opther std tools like Photoshop

Please award points for all helpful answers