2007 Oct 18 4:59 PM
Hi,
I want to use FORMAT COLOR COL_HEADING but starting from position (column) 5 and not from position (column) 0.
eg : FORMAT COLOR COL_HEADING ON INTENSIFIED ON.
write : sy-uline(183). --> will color till line position 183
Can some one help me with this?
Thanks
Dan
2007 Oct 18 10:57 PM
You'll have to break up your write statement into multiple statements.
write : / '12345'.
FORMAT COLOR COL_HEADING ON INTENSIFIED ON.
write : 6 '6789'.
Hi,
I want to use FORMAT COLOR COL_HEADING but starting from position (column) 5 and not from position (column) 0.
eg : FORMAT COLOR COL_HEADING ON INTENSIFIED ON.
write : sy-uline(183). --> will color till line position 183
Can some one help me with this?
Thanks
Dan
2007 Oct 18 10:57 PM
You'll have to break up your write statement into multiple statements.
write : / '12345'.
FORMAT COLOR COL_HEADING ON INTENSIFIED ON.
write : 6 '6789'.
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |