Application Development and Automation 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: 
Read only

LOGO not getting displayed in PDF file using SAP script

Former Member
0 Likes
2,178

Dear All,

I'm using below statements to print LOGO in PDF form but unable to do so:

SE78:

SE71:

SE38:

Intrestingly, I was ablr to get it printed previously, then it stopped appearing in output and I am still wondering what could be the reason behind.

Any suggestion/help would be highly appreciated.

Thanks in advance!

Regards,

Rishali

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,755

Thank-you all for your responses.

Able to get this issue by using the following command:

BITMAP LOGO_UB OBJECT GRAPHICS ID BMAP TYPE BMON DPI 100

So, take away from this is: image name is not be written with quotes. Rather, it is to be written like we write variable names in simple ABAP.

Regards,

Rishali

Thank-you all for your responses.

Able to get this issue by using the following command:

BITMAP LOGO_UB OBJECT GRAPHICS ID BMAP TYPE BMON DPI 100

So, take away from this is: image name is not be written with quotes. Rather, it is to be written like we write variable names in simple ABAP.

Regards,

Rishali

2 REPLIES 2
Read only

former_member208149
Participant
0 Likes
1,755

Are you sure this logo is part of your BODY and not HEADER?

Read only

Former Member
0 Likes
1,756

Thank-you all for your responses.

Able to get this issue by using the following command:

BITMAP LOGO_UB OBJECT GRAPHICS ID BMAP TYPE BMON DPI 100

So, take away from this is: image name is not be written with quotes. Rather, it is to be written like we write variable names in simple ABAP.

Regards,

Rishali