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
393

dear gurus

plz suggest me how can i color my screens in module poll

also how can i use pictures in screens .

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
355

SAP dynpros will always look like SAP dynpros when viewed via the SAPGui. If, for some reason, you want a technicolor solution then you need to be looking into something that delivers HTML (or something more complex) so you can control these things... so an HTML control within the dynpro (there is an sample or two in the ABAP Controls Examples), or a web front-end (BSP, ITS, custom iView etc etc).

But since all standard SAP R/3 is delivered via the SAPGui, why would you want something that looks different...??

Jonathan

Read only

Former Member
0 Likes
355

Hi

There is no provision to color the fields/data in module pool

to keep the pictures/logos on screen see the tcode SMW0

see

Put your picture in the database with the transaction SMW0

"Binary data" options, e.g. in ".GIF" format.

Put a record with the picture name in the key "START_IMAGE" of

the table SSM_CUST in the View maintenance transaction SM30.

- You can adjust the picture to the window size automatically or

center it in the right-hand side of the initial screen

("RESIZE_IMAGE" "YES" or "NO" in the table SSM_CUST).

- You can deactivate the picture globally so that noone sees it

with "HIDE_START_IMAGE" "YES" in the table SSM_CUST.

Refer the links -

See following link:

http://www.sap-img.com/basis/changing-the-sapgui-logo-on-the-right-hand-side.htm

See the link

http://www.sap-img.com/bc052.htm

Regards

anji