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

Issue with leave to list processing

Former Member
0 Likes
473

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

2 REPLIES 2
Read only

Former Member
0 Likes
429

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

Read only

Former Member
0 Likes
429

Issue solved by own.....