‎2009 Feb 09 7:01 AM
hi all,
i am very new to module pool. my req need a logo to be put in the first screen??
how to put logo in the module pool??
please help me
‎2009 Feb 09 7:04 AM
Hi:
First need to upload the logo into SAP Server and would be insterted into the screen while designing the screen by SE51, other details can be seen as
[Module Pool|http://www.thespot4sap.com/Articles/SAP_Design_Dynpro.asp]
Regards
Shashi
‎2009 Feb 09 7:09 AM
‎2009 Feb 09 7:09 AM
‎2009 Feb 09 7:11 AM
‎2009 Feb 09 7:20 AM
Hi ,
Go to Screen ' s layout then utilities ---> upload .
This is the path to upload Logo.
Regards
Pinaki
‎2009 Feb 09 9:42 AM
‎2009 Feb 10 4:28 PM
Hi,
In Module Pool you need to use Custom Control to Put Logo on the screen. Search in SDN and I'm sure you'll get it.
Meanwhile i'll also try to find out if any examples are available.
Thanks,
Prashanth
‎2009 Feb 10 4:30 PM
Great check this Program sap_picture_demo in se38. This will provide your purpose.
Thanks,
Prashanth
‎2009 Feb 10 4:36 PM
Hi,
Yes it can be done, 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.
Hope this helps you.
Regards,
Tarun
‎2009 Apr 01 5:42 AM