‎2007 Jun 25 8:54 AM
Hi
Can anyone tell me how to change the title of the report dynamically.
Thanks
‎2007 Jun 25 8:57 AM
Hi Sam ,
The title is stored in SY-TITLE , assign value to it .
Regards
Arun
‎2007 Jun 25 8:57 AM
Hi Sam ,
The title is stored in SY-TITLE , assign value to it .
Regards
Arun
‎2007 Jun 25 9:06 AM
‎2007 Jun 25 9:07 AM
HEllo,
Set the value of the system varaible <b>SY-TITLE</b> according to ur requirement.
Vasanth
‎2007 Jun 25 9:09 AM
Hi,
Sample code.
parameters : v1 type sy-title.
sy-title = v1.
write 'title'.