Application Development 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: 

SAP Script : Transport Issue : Logo not Printing: urgent Please

Former Member
0 Kudos

Dear All,

I have developed a SAP Script In developement cleint, When I tranported to Testing Client.

Logo is not Comming, Please Let me know Where I am doing mistake. Do I have to transport logo separetaly.If So how can I do that.

Please treat this as Urgent.

Thanks & Regards

Venkat.

Message was edited by: venkat Kumbham

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

hi,

yes, you need to transport it to Testing system also.

first of all is it in BMP format or TIF format.

if it is in TIF how are you uploading?

via SE78 or using program RSTXLDMC.

from SE78 you can transport it easily. after uploading the LOGO just select the LOGO and click on SHIFT+F6(CAR symbol). then do necessary things.

Regards

vijay

12 REPLIES 12

Former Member
0 Kudos

Hi Venkat,

You need to transport Logo to your test client system. Check once whether printer is capable to print logos.i.e Dotmatrixs wont support logos but where as Laser printers will print logos.

Thanks,

Vinay

former_member181966
Active Contributor
0 Kudos

FYI ...

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.

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

cost

former_member188685
Active Contributor
0 Kudos

hi,

yes, you need to transport it to Testing system also.

first of all is it in BMP format or TIF format.

if it is in TIF how are you uploading?

via SE78 or using program RSTXLDMC.

from SE78 you can transport it easily. after uploading the LOGO just select the LOGO and click on SHIFT+F6(CAR symbol). then do necessary things.

Regards

vijay

0 Kudos

Dear All,

Thanks for quick info, Now I have released the logo (Se78) and requested Basis to transport logo. But still I am having the same problem.

I am quite sure that, the printer is capable for printing the logo.

Please advice me further.

Regards

Venkat

Message was edited by: venkat Kumbham

0 Kudos

hi venkat,

from where are you printing. are you printing it from SE78. or From Form. using code. if so

if it color then use

INCLUDE ENJOY OBJECT GRAPHICS ID BCOL LANGUAGE EN

if it is Black and white use this

INCLUDE ENJOY OBJECT GRAPHICS ID BMON LANGUAGE EN

and see now..

Regards

vijay

0 Kudos

Hi Vijay,

Once gain thanks for quick info.

I am printing it from form. it was working absoltely fine on development. Now I Transported to testing problem arrived.

I have tranported the logo as well but still problem is there.

Anyway I did not understand your advice properly, Do you mean to say that I have to add a code :

INCLUDE ENJOY OBJECT GRAPHICS ID BMON LANGUAGE EN

Before my code :

BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 300.

My logo is Black and White, BMP format

Please advice me further. Thanking you.

Regards

Venkat

0 Kudos

Hi Venkat,

no i just gave an example. i am asking to change your code this way..(BCOL to BMON since it is Balck and white as you said).

BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE <b>BCOL</b> DPI 300.

BITMAP 'ZLOGO' OBJECT GRAPHICS ID BMAP TYPE <b>BMON</b> DPI 300.

Regards

vijay

0 Kudos

Hi Vijay,

I tried that but it is not working.

What could be other possible error.

Regards

Venkat

0 Kudos

hi venkat,

did you check the image now in test system, is it there or not.is that transported ?

Regards

vijay

0 Kudos

Hi Vijay,

I got it !!!!!! Thanks very much.

but I the position has been changed. I will go ahead and Change the position, But I wonder if this problem exist, If they transport to any other clients.

Anyway, Thanks for your support.

Regards

Venkat

0 Kudos

Hi Venkat,

So finally you are able to see the logo in print.

is your Problem solved or not.please let me know,

Regards

vijay

0 Kudos

Hi Vijay,

Thank you very much for your support, Problem is solved. I will award you points as a token of gratitude.

Regards

Venkat