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

SET titlebar

Former Member
0 Likes
924

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 :

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
851

Hi,

Did you check with the below additions text1 , text2 ..........

SET TITLEBAR 'ZCCPC' WITH text1 text2.

Regards,

Srini.

3 REPLIES 3
Read only

Former Member
0 Likes
852

Hi,

Did you check with the below additions text1 , text2 ..........

SET TITLEBAR 'ZCCPC' WITH text1 text2.

Regards,

Srini.

Read only

Former Member
0 Likes
851

Hi,

SET TITLEBAR ' ZCCPC' OF PROGRAM SY-REPID WITH 'TEST TITLEBAR1' 'TEST TITLEBAR2'.

Read only

MarcinPciak
Active Contributor
0 Likes
851

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