‎2009 Mar 12 4:06 AM
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.
‎2009 Mar 12 4:08 AM
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
‎2009 Mar 12 4:11 AM
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
‎2009 Mar 12 4:31 AM