2010 Jul 20 1:44 PM
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
2010 Jul 20 1:57 PM
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
2010 Jul 20 1:48 PM
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!!
2010 Jul 20 1:57 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |