ALV + LOGO

Question:
I want to change the logo bussines with an ALV function. Actually I can put the EnjoySap_logo. By the OAOR (Business Document Navigator) PICTURES. I´ve created a new screen inside the ENJOYSAP_LOGO ID object, but the ALV doesn´t take the new screen and I just can see the SAP logo.
Does anybody knows how to create a new ID object in PICTURES ?
Thanks.
Answer:
You must use the transaction SMW0 to upload your new picture as a MIME object.
In your program, you must point this new object. You can see demo program SAP_PICTURE_DEMO.
I that does not answer you question, can you explain more : are you sure, you include a picture directly in your ALVGrid and not in an HTML or a picture frame ? What is you code to include this picture ? How did you upload this picture to the SAP mime tables ?
Dany
Answer:
The best way would be to create a new Object ID in the Business Document Navigator (OAOR). To create a new object id, from the main page, enter "pictures" for class name, "OT" for class type and enter your own object id in the object key field such as "test" and execute. Now you can create a new logo, choose create a new screen and select the mime object you want. In the ALV function, you can now use the "test" as the new logo such as in the example below:
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
I_LOGO = 'TEST'
Hope this helps.

More Articles:

Dataset?
How to read "User profile"?
HOW CAN I GIVE A ENTER COMMAND TO POP-UP?
short dump when including a pooled table in subquery?
display in seperate list?
Time Conversion?