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

remove line from output

Former Member
0 Likes
671

hii,

output contains a line on top of every page (date, report name) how to exclude that.

thanks.

Edited by: aks on May 4, 2009 3:20 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
636

U can add NO STANDARD PAGE HEADING after ur REPORT statement.

REPORT 'xyz' NO STANDARD PAGE HEADING.

in abap editor on the top where "Report <report name>." is written just add and write it this way

Report <report name> no standard page headings.

This wud do what you want

4 REPLIES 4
Read only

Former Member
0 Likes
637

U can add NO STANDARD PAGE HEADING after ur REPORT statement.

REPORT 'xyz' NO STANDARD PAGE HEADING.

Read only

Former Member
0 Likes
636

thanks a lot.

Read only

Former Member
0 Likes
636

in abap editor on the top where "Report <report name>." is written just add and write it this way

Report <report name> no standard page headings.

This wud do what you want

Read only

0 Likes
636

thanks raveesh.