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

SAPSCRIPT: How change background color cell/table

Former Member
0 Likes
2,618

Hi!

How can I change background color cell/table in Sapscript?

Thanks very much!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,869

Hi ,

Normally we use Scripts and smartforms for submitting the output to customers or for tax purpose and so on,,in such case we wont submit in differnt color other than white and black,so formatting in other colors is not possible in Script and smartforms.

Please let me know if have any issues on this.

Thanks and regards,

Rajeshwar

Hi!

How can I change background color cell/table in Sapscript?

Thanks very much!

9 REPLIES 9
Read only

Former Member
0 Likes
1,869

Marcos,

That functionality does not exist in SAPscript.

Regards,

Neil.

Read only

Former Member
0 Likes
1,870

Hi ,

Normally we use Scripts and smartforms for submitting the output to customers or for tax purpose and so on,,in such case we wont submit in differnt color other than white and black,so formatting in other colors is not possible in Script and smartforms.

Please let me know if have any issues on this.

Thanks and regards,

Rajeshwar

Read only

0 Likes
1,869

Hi

We can change the background colour and text colour in Smartforms, where as it is not possible in SAP-SCRIPT, If you really need colourful background then i think you should use smartforms.

Thanks & Regards

Baban Jha

Read only

1,869

In sap script we can set gray color. For this we have to write some code.

Find below link. Kindly Rewards.

How to give Shades in SAPScript?

SAPscript: Definition of borders, lines, and shading

Read only

Former Member
0 Likes
1,869

Hi! Thanks by the answers, but I only like a gray background 😮

Can be it posible?

Thanks!

Read only

0 Likes
1,869

Grey background? Do you mean in print preview or in SE71?

Read only

Former Member
1,869

Hi!

Well, I found this:

BOX XPOS '0' MM YPOS '0' MM WIDTH '25' MM HEIGHT '7' MM FRAME 10 TW INTENSITY 20

The intensity 20 put the background in gray

Thanks very much to all!

Read only

0 Likes
1,869

Ah, ok. That is generally used for boxes but good to know you found something you like in SAPscript. If you are on an ECC6 system you should look at Adobe Forms.

Cheers,

Neil.

Read only

0 Likes
1,869

Nice to know that, Actually that command we are using for making boxes, Its nice to know that intensity will change colour.

Thanks & Cheers.

Baban Jha