‎2010 Jul 07 1:48 PM
Hi,
I am using below statement
set titlebar 'ZCCPC'. in the above statement, i am able to set only one line as title. what i have to do if i want to add multiple lines on titlebar ??
i want to do add below lines on titlebar through set titlebar command.
Report Name :
User Name :
Total Lines :
‎2010 Jul 07 1:56 PM
Hi,
Did you check with the below additions text1 , text2 ..........
SET TITLEBAR 'ZCCPC' WITH text1 text2.
Regards,
Srini.
‎2010 Jul 07 1:56 PM
Hi,
Did you check with the below additions text1 , text2 ..........
SET TITLEBAR 'ZCCPC' WITH text1 text2.
Regards,
Srini.
‎2010 Jul 07 2:03 PM
Hi,
SET TITLEBAR ' ZCCPC' OF PROGRAM SY-REPID WITH 'TEST TITLEBAR1' 'TEST TITLEBAR2'.
‎2010 Jul 07 2:10 PM
This is not possible via SET TITLEBAR . You can have only one line title in the application toolbar.
However, depending on the type of the report output (list, ALV etc) you can either place this information in TOP-OF-PAGE event or using dynamic documents in top of page of the ALV. But this would be only visible once the report is run and when you get the result.
Regards
Marcin