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

SAP Script

Former Member
0 Likes
816

Hi Friends,

I have a doubt in Sap script how to change the background color of a window.

Please help me...

Thanks & Regards

Gayathri S

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
785

Hi

I think u can use the BOX statement and use the INTENSITY parameter.

Regards

Winnie

5 REPLIES 5
Read only

Former Member
0 Likes
785

Hi Gayatri,

For this requirement you will have to insert a picture of that colour in that particular window for which you need to change the colour.

Hope this serves your purpose.

Regards,

Amit.

Read only

Former Member
0 Likes
785

I think u cannot have clours in scripts,,but u can get that through smartforms..

Read only

Former Member
0 Likes
786

Hi

I think u can use the BOX statement and use the INTENSITY parameter.

Regards

Winnie

Read only

Former Member
0 Likes
785

Hi Gayathri,

One of the disadvantages of Sap scripts over Smartforms is that we cannot have colors in Scripts. The only color you can have is shades of gray by the intensify option. But you cannot have any color other than this. If you want a colorful form, its better to go with smartforms.

Regards,

Swapna.

Read only

Former Member
0 Likes
785

Hi Gayathri,

You cannot set background colour in scripts,which is one of the drawback with scripts, but in smartforms it is possible.

In SmartForms,

-->Create smartstyle Firstly i.e., Tcode : smartstyles.

In smartstyle create paragraph format and character format as per your requirement..In that go for the color accordingly .

--> Now Include this smartstyle in smartforms in the output options tab.

Hope this will help you.

With Regards,

Sharmishta.