‎2008 Jan 14 1:43 PM
Hi,
please tell me how to print
Singnature in the main window after the actual data
now i am having 5 pages in my form i need to display this signature in last page only .how?
‎2008 Jan 14 1:51 PM
Hi,
Upload the image of the signature using SE78.
In your smartform create a graphic node as the last node in your main window, after whatever tables you have and anything else.
Regards,
Nick
‎2008 Jan 14 1:51 PM
Hi,
Upload the image of the signature using SE78.
In your smartform create a graphic node as the last node in your main window, after whatever tables you have and anything else.
Regards,
Nick
‎2008 Jan 14 1:57 PM
‎2008 Jan 14 2:00 PM
Sorry, should have noticed the title.
You'll need to use the INCLUDE command in SAPscript, but I'm not sure how you can ensure it only appears on the last page without changing the print program.
Regards,
Nick
‎2008 Jan 14 2:07 PM
Hi,
Make the scan copy of signature.
And follow the below process
Save it as an Image and print like a logo in the scripts
To create a logo in SAP printouts just do the following
1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.
2. Run program RSTXLDMC and enter the following parameters
Enter file name C:\COMPLOGO.TIF
UOM CM
Line width for text 132
Text name ZHEX-MACRO-COMPLOGO
Text ID ST
Text language = E
Number of Tiff gray levels (2,4,9) 2
3. Then Create a new window 'COMP' with attributes;
Window COMP description Company Logo
Left margin 7.00 CH window width 10.00 CH
Upper margin LN window height 8.00 LN
Finally in the text element, mention
/: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.
Please note that if object name is not indicated as 'ZHEX... the logo may not be printed!
You will not be able to see the logo in a test print. The same will be printed in actual printout.
Regards,
Satish