cancel
Showing results for 
Search instead for 
Did you mean: 

logo missing in lsit display

Former Member
0 Kudos

hi

i have attatche a z script which gets triggered through ME9L

It has the logo of the company in the header

the logo is not getting printed in list display format .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi shah,

List display doest contain the logo.

Answers (3)

Answers (3)

Former Member
0 Kudos

To print logo use following steps:-

1. Built a logo. This file can be a bit map or windows meta file.

2. Convert the LOGO to a TIFF (extension TIF) format.

3. Use program RSTXLDMC to convert TIF file to standard text.

4. Print this statement text via script INCLUDE command.

e.g

😕 INCLUDE ZHEX-IBMLOGO-PCL OBJECT TEXT ID ST.

Thanks,

Mandar

Former Member
0 Kudos

Hi,

first u upload the logo throug se78 or RSTXLDMC depends on logo ,plz check the logo is upload r not ,and assign the logo on the paticular window .

active and check.

Regards,

Madhu

Former Member
0 Kudos

hi

Use RSTXLDMC to convert the logo to standard text in SapScript

Refer note 3355 in OSS for a complete explanation. The SAPscript objects that should be transported must be written in a transport request.

The entries are as follows:

R3TR FORM NAME (NAME = Name of the layout set)

R3TR STYL NAME (NAME = Name of the style)

R3TR TEXT OBJECT,NAME,ID,L

(OBJECT = Text object, NAME = Text name, ID = Text ID, L = Text language)

If you want to transport a number of texts, you can use report RSTXTRAN to insert the individual text keys into a correction. The transport request must be entered and released via the transport system.

regards

Prashant