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: 

Company Logo in module pool

Former Member
0 Kudos

Hi All

Please advice whether logo/.jpeg file can be display in module pool screen. I want to display logo as screen background.

Thanks

Ravindra Suvarna

6 REPLIES 6

Former Member
0 Kudos

i dont think u can chnage the background image

0 Kudos

hi Ravindra,

I don't think that is possible to change the backgrond image in ModulePool Programming.

Regards,

Santosh

0 Kudos

Thanks for your reply.

Is it possible to display image as output field/text in module pool

Regards

Ravindra Suvarna

former_member188685
Active Contributor
0 Kudos

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.

regards

vijay

0 Kudos

Thanks Vijay,

Can u sugguest any sample program.

Regards

Ravindra Suvarna

Former Member
0 Kudos

Hi,

check the below link.

http://www.sapgenie.com/abap/controls/picture.htm

Award points if helpful.

regards,

keerthi.