cancel
Showing results for 
Search instead for 
Did you mean: 

script logo

Former Member
0 Kudos

i want to insert a new logo in the old script, i have logo in tiff. format only. when iam trying to change the logo into bitmap the some strokes in the logo are missing. so, i have only one option i.e to put the logo in only tiff. format. now when iam tryin to pull the tiff format logo into stored documents from se71 iam getting error called 'erreneous tiff format'.

please tell me how tackle the problem.

thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The tiff image u r loading should be the latest version. Try to convert ur image to latest tiff format using some other tools and then upload the image.

Hope this ll resolve ur issue.

Regards,

Prabhu

Former Member
0 Kudos

hello prabhu,

Thanks for your answer. but, i still couldnt get it resolved. i have been trying to upload the image in tiff format thru se78 but it still shows

'TIFF file: Erroneous TIF format'

__and tiff version is latest_._

iam also trying from 'RSTXLDMC' thru se38 and executed the prog. and gave the path location of the tiff file inthe name and BCOL for type and then executed it, but it shows some

error called " tiff fomat error: no baseline tiff 6.0 file ".

just to acknowledge you, iam working on SAP version ecc 6.0,

please help me

Former Member
0 Kudos

Hi Varsha,

FYI, I too had the same problem while loading the image in tiff format. I converted the image to latest Tiff format by using some image conversion tool, then it was loaded perfectly. I am pretty sure that the problem is with image not in the SAP.

Dont convert the image just by giving 'save as' 'Tiff' format in MS Paint.

SAP recognizes only this type of images - 'baseline TIFF 6.0 FULLCOLOR file'

Hope this ll resolve.

Regards,

Prabhu

Former Member
0 Kudos

Hi,

Use RSTXLDMC to upload logos in Scripts

Reward if useful

Regards,

Swetha.

Former Member
0 Kudos

Hi,

STEPS:

1. Open SE38 and execute program RSTXLDMC

2. Given TIFF file path name

3. Bcol (for Color)

4. ZHEX-MACRO-IMAGE1 (for TEXT ID).

5. Execute the program .

By using RSTXLDMC standard program:

/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE EN

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 (ZCOMPANYLOGO)

8. Execute the program

9. Now Goto SE71 create your ZFORM

10. Create logo window

11. Goto text element of logo window

By using SE78 :

Use transaction SE78 to import graphics to SAP.

In the form painter, you can either include directly to the

form using menu Edit->Graphic->Create or using the INCLUDE

statement in a window.

To use an INCLUDE statement, goto into the window script

editor and use menu Include->Graphic. The include can look

like this for a bitmap:

/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON

Or use report RSTXLDMC

You run the report RSTXLDMC, give your logo(Saved as .tif

file) in the parameter and run the report.

Then Go to Se71 and include the image from the text

elements. For this you go to the Page windows. Press the

text elements button and the include the logo(Which actually

has been saved as a TEXT) using Insert->Text-STandard.

CHoose your LOGO.

Regards,

SHIVA(reward if helpful).