Application Development and Automation 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: 
Read only

logo on module pool screen

Former Member
0 Likes
658

hi gurus,

I have to upload new logo on module pool screen.

already a logo exists for the screen ,just i have to change that one.

RSDEMO_CUSTOM_CONTROL using this pgm they uploaded that logo.

first i loaded in oaer and also in se78.do i need to give any specific attributes (in oaer)to upload on module pool screen or at which positions i need to do the chages to see my logo on screen.

thanks in advance.

padmaja.

3 REPLIES 3
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
626

Hi,

You need to have containers, and you need to use classes:-


DATA : DG_DYNDOC_ID TYPE REF TO CL_DD_DOCUMENT.

Using this method you can set background picture.


  CALL METHOD DG_DYNDOC_ID->SET_DOCUMENT_BACKGROUND
    EXPORTING
      PICTURE_ID = DL_BACKGROUND_ID.

Or you can refer:-

Hope this helps you.

Regards,

Tarun

Edited by: Tarun Gambhir on Mar 12, 2009 9:38 AM

Read only

Former Member
0 Likes
626

hi,

thanks for reply already other guy did everything to display logo on screen.now i want to replace with another picture for that what i need to do changes.

thanks in advance,

padmaja

Read only

Former Member
0 Likes
626

Hi Padmaja,

Kindly go through this link below to replace the current image with another,

Hope it helps

Regrds

Mansi