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

Header text

Former Member
0 Likes
513

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

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

4 REPLIES 4
Read only

Former Member
0 Likes
492

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

Read only

Former Member
0 Likes
491

HI,

You can use

SY-TITLE = 'New Title '.

SET TITLE text-001.

Cheers

VJ

Read only

Former Member
0 Likes
491

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

Read only

Former Member
0 Likes
491

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