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

Dynamic Report Title

Former Member
2,828

Hi

Can anyone tell me how to change the title of the report dynamically.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
644

Hi Sam ,

The title is stored in SY-TITLE , assign value to it .

Regards

Arun

4 REPLIES 4
Read only

Former Member
645

Hi Sam ,

The title is stored in SY-TITLE , assign value to it .

Regards

Arun

Read only

athavanraja
Active Contributor
Read only

Former Member
0 Likes
644

HEllo,

Set the value of the system varaible <b>SY-TITLE</b> according to ur requirement.

Vasanth

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
644

Hi,

Sample code.

parameters : v1 type sy-title.

sy-title = v1.

write 'title'.