‎2006 May 22 5:05 PM
GUY'S
I NEED TO PRINT customer signature on script,
pls tell me entire process to do that
‎2006 May 22 5:07 PM
‎2006 May 22 5:11 PM
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
‎2006 May 22 5:09 PM
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
‎2006 May 22 5:10 PM
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
‎2006 May 22 5:11 PM
Hi sanju,
scan the signature and upload it to sap using se78..
n u can use it in ur window.
regards,
keerthi.
‎2006 May 22 5:20 PM
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
‎2006 May 22 5:21 PM
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
‎2006 May 22 5:22 PM
‎2006 May 22 5:18 PM
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
‎2006 May 22 5:28 PM
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>
‎2006 May 23 9:37 AM
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
‎2006 May 23 9:42 AM
Create a window specifying the position of the signature.. and then insert the image of the signature!
‎2006 May 23 9:44 AM
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
‎2006 May 23 10:02 AM
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..
‎2006 May 23 2:11 PM
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
‎2006 May 23 4:49 PM
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...
‎2006 May 23 4:52 PM
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