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

How to upload logo in SAPSCRIPT

Former Member
0 Likes
1,431

hello,

how to upload logo in sap script

thanks

ashok

one more issue in sap script

i just need to display a signature window at the last of main window

i mean to say if script page having two pages.

so signature window would call on second page not in first page?

thanks

ashok

hello,

how to upload logo in sap script

thanks

ashok

one more issue in sap script

i just need to display a signature window at the last of main window

i mean to say if script page having two pages.

so signature window would call on second page not in first page?

thanks

ashok

2 REPLIES 2
Read only

TuncayKaraca
Active Contributor
0 Likes
630

@ashokvarma1

Use transaction SE78 to upload logo/pictures to SAP, then use BITMAP command in SAPscript form.

For the second question check: http://www.itcserver.com/blog/2010/04/21/if-current-page-last-page-sapscript/

Read only

Former Member
0 Likes
630

These are the steps to be followed for uploading graphics in R/3 system 

1.   First save the file as BMP 
2.   Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and 
      make it Zoom as 100% and save as *.TIFF 
3.   Open SE38 and execute program RSTXLDMC
4.   Give your TIFF file path name 
5.   Select Bcol (for Color) 
6.   TEXT ID will be ZHEX-MACRO-*. 
7.   Inplace of * write your own logo name 
8.   Execute the program 
9.   Now Goto SE71 create your  
10. Create logo window 
11. Goto text element of logo window