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

SY-TITLE

Former Member
0 Likes
2,587

Hi,

This is already existing report.i am doing modification.

This is ALV report they using SY-TITLE for top of page.

i want to change the SY-TITLE text.

i dont konw where there are maintaining the SY-TITLE text.

They are using REUSE_ALV_BLOCK_LIST_APPEND .

In that i checked SET TITLEBAR also not there.

Regards,

K.Karthikeyan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,480

Hi,

The Title of the report in the Attributes is stored in the system variable SY-TITLE.

Go to SE38 open the report in change mode.

Then from the menu bar Goto=>Attributes and change the text of the Title.

Now this will reflect in the sy-title.

Regards

DKS

Hi,

This is already existing report.i am doing modification.

This is ALV report they using SY-TITLE for top of page.

i want to change the SY-TITLE text.

i dont konw where there are maintaining the SY-TITLE text.

They are using REUSE_ALV_BLOCK_LIST_APPEND .

In that i checked SET TITLEBAR also not there.

Regards,

K.Karthikeyan

2 REPLIES 2
Read only

Former Member
0 Likes
1,480

Hi

you can pass the required text in quotes to the I_GRID_TITLE parameter of REUSE_ALV_GRID_DISPLAY

like this

I_GRID_TITLE = 'THIS IS MY ALV'

Thanks!!

Read only

Former Member
0 Likes
1,481

Hi,

The Title of the report in the Attributes is stored in the system variable SY-TITLE.

Go to SE38 open the report in change mode.

Then from the menu bar Goto=>Attributes and change the text of the Title.

Now this will reflect in the sy-title.

Regards

DKS