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 in REUSE_ALV_COMMENTARY_WRITE

Former Member
0 Kudos

Hi all,

i use REUSE_ALV_COMMENTARY_WRITE with Logo

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

I_LOGO = 'ENJOYSAP_LOGO'

IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.

it works good. I have inserted my logo via OAER.

Now i want to insert a new logo not in ENJOYSAP_LOGO.

How can i insert a new logo not in ENJOYSAP_LOGO but

in ZTEST (for Example). Have i insert a new Object-ID in

OAER and how can i do it?

thanks for help.

Regards, Dieter

2 REPLIES 2

Former Member
0 Kudos

You will have to create a new object for the new logo.

Use transaction OAOR , class name PICTURES , class type OT

Former Member
0 Kudos

Check this thread