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: 

Inserting Logo on the screen (SE51)

Former Member
0 Kudos

Hi,

My client wants to display logo on every screen being developed. Could anyone let me know the method to insert a logo on a screen?

Thanks,

Raja

4 REPLIES 4

Former Member

0 Kudos

Please let me know if you need any further information in this regard.

I can send you the material on custom controls, i have with me to your email id.

Former Member
0 Kudos

See Program - DEMO_PICTURE_CONTROL

*************************

you may refer to this document to know all about pictures in SAP.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIIMAGE/BCCIIMAGE.pdf

****************************

Steps for uploading Logo :-:

1. Goto the transaction OAER

2. Enter the class name as 'PICTURES'

3. Enter the class type as 'OT'

4. Enter the object key as the name of the logo you wish to give

5. Execute

6. Then in the new screen select Standard doc. types in bottom window

Click on the Screen icon

Now, it will ask for the file path where you have to upload the logo

7. Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE

Here you go !!

&----


*

*& Form TOP_OF_PAGE

&----


  • text

----


FORM F_TOP_OF_PAGE.

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

IT_LIST_COMMENTARY = IT_LISTHEADER

i_logo = Logo name

  • I_END_OF_LIST_GRID =

.

ENDFORM. "TOP_OF_PAGE

Simha_
Employee
Employee
0 Kudos

Hi,

see the program demo <b>RSDEMO_CUSTOM_CONTROL</b>: here is loaded a picture.

Cheers,

Simha.