‎2006 Aug 16 9:52 AM
Hi all,
i have a question...
I have output(WRITE) from my report. On the top of the output screen is header text = Program title -> Can I disable this automatically generate header text or can i change this header text?
Thanks for help
Vasek
‎2006 Aug 16 9:55 AM
that will be stored in SYST-TITLE.
Populate your text to this
either you can say
SY-TITLE = SPACE.
OR
SY-TITLE = 'new text'.
Regards
Srikanth
added some more description
Message was edited by: Srikanth Kidambi
‎2006 Aug 16 9:55 AM
that will be stored in SYST-TITLE.
Populate your text to this
either you can say
SY-TITLE = SPACE.
OR
SY-TITLE = 'new text'.
Regards
Srikanth
added some more description
Message was edited by: Srikanth Kidambi
‎2006 Aug 16 9:57 AM
HI,
You can use
SY-TITLE = 'New Title '.
SET TITLE text-001.
Cheers
VJ
‎2006 Aug 16 9:58 AM
to disable that use , add the one in bold to report statement
REPORT YTEST <b>NO STANDARD PAGE HEADING</b>.
to change that u can use as told by others
‎2006 Aug 16 9:59 AM
Hi,
You can do that with the help of set titlebar.
SET TITLEBAR 'ABC' .double click on ABC and create the Title and activate then it will come automatically after output.
Regards
vijay