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: 

LOGO not getting displayed in PDF file using SAP script

Former Member
0 Kudos

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

Former Member
0 Kudos

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

former_member208149
Participant
0 Kudos

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

Former Member
0 Kudos

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