Dynamic Report Title

ABAP, Java, BSP, etc.

Dynamic Report Title

Postby Ardian4705 » Thu Mar 17, 2005 9:39 am

Hi All,

Can any one help me out in, How to change the TITLE of Report program Dynamically (not a Mod pool.)

Eg: The Title Should change based on the values selected in the selection screem.

Thanks in advance...
Ardian4705
.
.
 
Posts: 1
Joined: Thu Mar 17, 2005 9:39 am

Re: Dynamic Report Title

Postby Silke1341 » Thu Mar 17, 2005 10:10 am

Techo hat geschrieben:Hi All,

Can any one help me out in, How to change the TITLE of Report program Dynamically (not a Mod pool.)

Eg: The Title Should change based on the values selected in the selection screem.

Thanks in advance...

there are two possibilities regarding your request:
  1. you want to change the title, that is displayed in the title bar of the window
    Then use SET TITLEBAR '<name>' WITH <dynval1>..<dynval4>. The element <name> you have to create, of cause, using '&' for place holders.
  2. you wish to change the title when printing:
    you could assign your own title to SY-TITLE, which is used, if the report doesn't use the NO STANDARD HEADER clause.
    Or using the above mentioned clause, you define your own header at TOP-OF-PAGE
Silke1341
.....
.....
 
Posts: 1985
Joined: Thu Aug 19, 2004 3:20 pm


Return to Development Related

Who is online

Users browsing this forum: No registered users and 4 guests