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

Script issue

Former Member
0 Likes
653

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
636

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

4 REPLIES 4
Read only

Former Member
0 Likes
637

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

Read only

0 Likes
636

i want to display in script.

i want as a text in my form

Read only

0 Likes
636

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

Read only

Former Member
0 Likes
636

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