cancel
Showing results for 
Search instead for 
Did you mean: 

Logo for Script

Former Member
0 Kudos

Hello All,

Now that I have found the form, (thanks for helping on that) - further.

I have to find why a wrong logo is being printed on the form.

Where are the logo files stored?

There is a Logo Window which has this code :

IF &T001-BUKRS& = 'BDC'

INCLUDE ZHEX-MACRO-BEEB-300-BMON OBJECT TEXT ID ST

ELSE

INCLUDE ZHEX-MACRO-300BMON OBJECT TEXT ID ST

ENDIF

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vaishali,

Go to SO10 and then display ZHEX-MACRO-300BMON, you will be able to open the logo.

But you will not be able to see the Logo like a picture as it is in standard text format.

You need to execute the script if u want to see the actual picture in it.

Thanks,

Nagendra

Former Member
0 Kudos

Thanks for the answer, if yiu go to SO10 ->Environment -> Administration -> Graphic, you will be able to see the logo - just found out.

Former Member
0 Kudos

Hi,

Thanks I didn't know this option from SO10.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

For Scripts Logos can be on desktop or anywhere on your SAP system, we convert them to .tiff files.

for smartforms check the Transaction SE78 for

Graphics .

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.

Reward points for useful Answers

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Former Member
0 Kudos

Anji,

The logos are already loaded. Where I can find where they are stored?

Former Member
0 Kudos

Hi

Logos and LONG TEXTS are stored with a ID,OBJECT and NAME in STXH and other tables

We have to fetch them in different ways

Texts we fetch using READ_TEXT fun module

check the following tables ofr smartform graphics

STXFOBJT

STXFTXT

STXFTXTA

STXFTXTV

Reward points for useful Answers

Regards

Anji