‎2008 Mar 31 2:49 AM
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.
‎2008 Mar 31 3:01 AM
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
‎2008 Mar 31 3:06 AM
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
‎2008 Mar 31 3:50 AM
Hi friends,
I tried, but unable to get title in output.
Please help.
Sanju.
‎2008 Mar 31 4:00 AM
Check below example: >SET TITLEBAR 'ZTEST' WITH 'Trying' 'Titlebar'. Double on ZTEST to create the same and give the title as: Title: &1 &2.
‎2008 Mar 31 4:00 AM
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