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: 

Company Logo not coming in ALV Report

dhruv_shah3
Active Contributor
0 Kudos

Hi All,

I am creating an ALV Report, and in its header i want to display my company logo.

I have imported the logo through SE78.

But when i pass it in Reuse_alv_commentry_write function.

then it is not displaying it.....

Also when i pass default logo's of SAP then it is displaying...

So pls help me...

Regards,

Dhruv

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check whether ur company logo has been uploaded using transaction OAER or not.Go to tcode OAER.

If not then,

In Class name enter value 'PICTURES'.

In Class type enter value 'OT'.

In Object key enter value 'ZMMC_BIG_M'."name of ur company logo

At the left side upper window,a folder named PICTURES will get appeared.

Click on it & then select the tab CREATE at at the left side bottom window.

From the second folder,double click on SCREEN.

Document navigator will get opened,select ur company logo from the desktop.

Now u can use this logo in ur ALV program.

Regards

vasu

5 REPLIES 5

abdulazeez12
Active Contributor
0 Kudos

Use OAER Transaction :

navigation -> Goto OAER transaction

Class name - Pictures

class type - OT

Object key - Give any name ( Logo name ,this name you use in ALV top-of-page)

execute it -> second screen -> drag the standard doc types -> click on sceen -> give your logo file.

now you will get logo in ALV ..

Thanks

Former Member
0 Kudos

Check whether ur company logo has been uploaded using transaction OAER or not.Go to tcode OAER.

If not then,

In Class name enter value 'PICTURES'.

In Class type enter value 'OT'.

In Object key enter value 'ZMMC_BIG_M'."name of ur company logo

At the left side upper window,a folder named PICTURES will get appeared.

Click on it & then select the tab CREATE at at the left side bottom window.

From the second folder,double click on SCREEN.

Document navigator will get opened,select ur company logo from the desktop.

Now u can use this logo in ur ALV program.

Regards

vasu

0 Kudos

Thanks.

I have uploaded logo.

My logo name is Logo1.bmp

So in object key i have to write Logo1.bmp right

In alv report i am giving logo1, but it is not displayed.

0 Kudos

Thanks.

My alv report is now displaying the Logo.

Message was edited by:

Dhruv Shah

0 Kudos

Yes it worked for me also. Thanks alot 🙂