cancel
Showing results for 
Search instead for 
Did you mean: 

Colors in SAP Script

Former Member
0 Kudos

Hi Champs,

I have two requirements for my SAP Script

1) I need to to create a box with background color red instead of Grey. So is there any way by which we can do this.

2) I need write the Address inside a box in following format

Address: 1 Selfbill Street

Invoicetown

SP11 6DG

GB

My query is that I need to write the address using

/: ADDRESS

/:.....

/:...

/:ENDADDRESS

But If will do that the text 'Address:' and the address wont be on the same line.It wiil be in the below format:

Address:

1 Selfbill Street

Invoicetown

SP11 6DG

GB

So is there any way by which I can tune both text 'Address:' and Address into the same line.

Hope my requirement is clear, if it is not please let me know I will explain it.

Thanks

Regards,

Nishant

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I hope its a Basic stuff that Sap Scripts does not allow Colors .

regarding the Address: Create 2 windows 1 window will have only the TExt :ADDRESS and create the next window exactly next to it so that the address information prints next to the Address Text ... hope this will solve your problem..

Surya