Application Development 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: 

what clause that is ued to suppress the standard headers?

Former Member
0 Kudos

hi

what clause that is ued to suppress the standard headers?

1 REPLY 1

Former Member
0 Kudos

Hi,

Add the addtion <b>NO STANDARD PAGE HEADING</b> in REPORT statement.

Example:

REPORT ZHHH <b>NO STANDARD PAGE HEADING</b>.

<b>Effect</b>

This addition suppresses the output of the standard page header (standard header and column headers) on the basic list of the program and sets the system field sy-wtitl to the value "N". You can overwrite this setting during list creation with the additions NO-TITLE|WITH-TITLE and NO-HEADING|WITH-HEADING to the NEW-PAGE statement.