cancel
Showing results for 
Search instead for 
Did you mean: 

Upload a JPEG file LOGO

Former Member
0 Kudos

Hi..

Pls letme know . the process of uploading a JPEG file LOGO... in SAP SCRIPT ...?????

Pls give me the complete procedure.....

thnks...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

there is a complete processor on this link:

[http://www.sap-img.com/ts001.htm]

if this is not sufficent there is anpther link:

[http://www.thespot4sap.com/Articles/SAPscript_including_graphical_images.asp]

if u wanna more important one ::

[sapscriptcode.blogspot.com/2007/05/how-to-upload-graphics-image-to-your.html ]

thanks and if useful please reward points.

paruchuri_nagesh
Active Contributor
0 Kudos

Hi

use transaction code SE78

Regards

Nagesh.Paruchuri

Former Member
0 Kudos

hi mohammed,

steps to upload a jpeg logo.

1.first save the file as BMP(ex.on ur desktop)

resise or edit the picture how u want after saving it to desktop

and save once again.

2.open the bmp file in imaging(goto->programs->

accessories->imaging)and make it zoom as 100%

and save as *.tiff

3.open se38(editor screen) and execute program RSTXLDMC

4.give ur tiff file path name

5.select bcol(for colour images)

6.text id will be ZHEX_MACRO-*

7.inplace of * write ur own logo name(ex:zcompanylogo)

8.execute the program

9.now go to se78(sapscripts graphics management)

10.open the node graphics(general graphics)->bmp(grid screens)

11.double click on BMP(a small window opens right side)

12.now highlight graphics and click on 'import button' on applicatio toolbar

here give the file name.( .tif )

name:what ever name u want

description:what u want

13.in print attributes tab,

check the box as reserves height automatically.then press enter

now ur image will be saved in R/3.

revert for queries because this method is what i do.

please don't forget to give points if useful.