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

module pool

Former Member
0 Likes
998

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

10 REPLIES 10
Read only

Former Member
0 Likes
971

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

Read only

Former Member
0 Likes
971

Hi,

check this link..

[;

Read only

Former Member
0 Likes
971

Hi

Check out the following links:

Hope this helps

Regards,

Jayanthi.K

Read only

Former Member
0 Likes
971

Hi,

Check the link https://www.sdn.sap.com/irj/scn/forums

Regards,

Sachin

Read only

Former Member
0 Likes
971

Hi ,

Go to Screen ' s layout then utilities ---> upload .

This is the path to upload Logo.

Regards

Pinaki

Read only

Former Member
0 Likes
971

This message was moderated.

Read only

Former Member
0 Likes
971

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

Read only

Former Member
0 Likes
971

Great check this Program sap_picture_demo in se38. This will provide your purpose.

Thanks,

Prashanth

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
971

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

Read only

Former Member
0 Likes
971

Hi all,

solved.thanks