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

titlebar

Former Member
0 Likes
864

Hi friends,

In Classical report, for title bar I was written,

Syntax: set title bar title with t1 t2.

but I unable to display it in output.

Please help.

Sanju.

5 REPLIES 5
Read only

Former Member
0 Likes
832

HI,

You can use the following abap code to maintain title bar.

For instance, set titlebar 'Z11', and then double click it and maintain the relevant information.

George shi

Read only

Former Member
0 Likes
832

Hi,

I hope syntax not correct.

plz chk this : set titlebar 'TITLE' with xxxxx.

regards,

Naresh

Edited by: Naresh kumar on Mar 31, 2008 7:38 AM

Read only

Former Member
0 Likes
832

Hi friends,

I tried, but unable to get title in output.

Please help.

Sanju.

Read only

0 Likes
832

Check below example: >SET TITLEBAR 'ZTEST' WITH 'Trying' 'Titlebar'. Double on ZTEST to create the same and give the title as: Title: &1 &2.

Read only

ak_upadhyay
Contributor
0 Likes
832

Hi Sanjana,

Try this....

with TITLE TXT-001.

and double click on TXT-001 and write whatever u want to

display in output screen.

Reward points if useful....

Regards

AK