2007 Dec 12 9:03 AM
how can i add color in abap reports
i am under training its just for my practise
2007 Dec 12 9:05 AM
hi somi
you dont have much choice in sap as compared to other language as 'C'
but i may hjelp you
FORMAT COLOR COL_HEADING.
WRITE 'Long term prepaid expenses'.
add this code in report
now every write statement will be in colored pattern
for more help press F1 placing cursor at format.
reward if useful.
2007 Dec 12 9:05 AM
hi somi
you dont have much choice in sap as compared to other language as 'C'
but i may hjelp you
FORMAT COLOR COL_HEADING.
WRITE 'Long term prepaid expenses'.
add this code in report
now every write statement will be in colored pattern
for more help press F1 placing cursor at format.
reward if useful.
2007 Dec 12 9:08 AM
DATA col TYPE i VALUE 0.
DO 8 TIMES.
col = sy-index - 1.
FORMAT COLOR = col.
WRITE: / col COLOR OFF,
'INTENSIFIED ON' INTENSIFIED ON,
'INTENSIFIED OFF' INTENSIFIED OFF,
'INVERSE ON' INVERSE ON.
ENDDO.
hope this code help you in detail
reward if useful
2007 Dec 12 9:06 AM
If u are using ordinary report just go for format color.
if u are using alv's their is lot of options such as emphasise.
if it is helpful,
please reward points.
Regards,
desha
2007 Dec 12 9:07 AM
Hi,
format color 5.
WRITE : /1 e.
format color off.
regards ,
S.Nehru
2007 Dec 12 9:08 AM
2007 Dec 12 9:11 AM
Hi,
click on the pattren on the se38 tool bar
and click the radio button write and check the available option on the write statement
This will be usefull for you
Regards,
siva chalasani.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |