2009 Jun 23 5:13 PM
Hi All,
in my report i am displaying header as follows.
NEW-PAGE NO-TITLE NO-HEADING.
NEW-PAGE LINE-SIZE 102.
SKIP.
WRITE: sy-uline(102).
FORMAT COLOR COL_HEADING.
WRITE: / a, (20) text-h49 CENTERED, a, "personal number
(12) text-h50 CENTERED, a, "name
(12) text-h51 CENTERED, a, "date
(12) text-h52 CENTERED, a, " time
(13) text-h53 CENTERED, a, "comp code
(14) text-h54 CENTERED, a. "execution date
FORMAT COLOR OFF.
for the first time this report header is showing in blue color.when re execute the program header is showing in blur . when i goback initial screen and and i am executing this report header is showing in blue color.
i used leave to list processing command in my program becuause i have two buttons in my screen when i click one button above action is performing.anybody can suggest me how to fix the issue.
thanks,
maheedhar
Hi All,
in my report i am displaying header as follows.
NEW-PAGE NO-TITLE NO-HEADING.
NEW-PAGE LINE-SIZE 102.
SKIP.
WRITE: sy-uline(102).
FORMAT COLOR COL_HEADING.
WRITE: / a, (20) text-h49 CENTERED, a, "personal number
(12) text-h50 CENTERED, a, "name
(12) text-h51 CENTERED, a, "date
(12) text-h52 CENTERED, a, " time
(13) text-h53 CENTERED, a, "comp code
(14) text-h54 CENTERED, a. "execution date
FORMAT COLOR OFF.
for the first time this report header is showing in blue color.when re execute the program header is showing in blur . when i goback initial screen and and i am executing this report header is showing in blue color.
i used leave to list processing command in my program becuause i have two buttons in my screen when i click one button above action is performing.anybody can suggest me how to fix the issue.
thanks,
maheedhar
2009 Jun 24 6:37 AM
when i comment format col_heading and format color off it is working fine and it is showing the output without colors.
anybody can suggest me how to fix this issue.
i think its a problem with leave to list processing using in normal report.
thanks,
maheedhar
2009 Aug 07 3:44 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |