2007 Nov 29 7:24 AM
HI..
TO SET THE TITLE BAR...
I USED "SET TITLEBAR 'TIT1'.
BUT I AM NOT GETTING THE O/P.
CAN YOU PLEASE EXPLAIN ME WHY?
AND HOW CAN GET MY O/P.
REGARDS
SANDEEP.
2007 Nov 30 12:10 PM
Dear sandeep,
I think this is due to that you must have set pf-status of the screen too.If yes , then again edit the PF-STATUS and remove the heading (The short description part)in all the three menu,toolbar,functions. make them empty.
now activate both the pf-status,and the report you are working at,I think your problem will be solved
Kindly provide points if answer useful.
Thank you
Message was edited by:
Sumesh Nair
HI..
TO SET THE TITLE BAR...
I USED "SET TITLEBAR 'TIT1'.
BUT I AM NOT GETTING THE O/P.
CAN YOU PLEASE EXPLAIN ME WHY?
AND HOW CAN GET MY O/P.
REGARDS
SANDEEP.
2007 Nov 29 11:46 AM
What do you mean by " I AM NOT GETTING THE O/P."... what does "O/P" stand for?
First try setting a break point before the "set titlebar" to check you are reaching this point in the code, and also double clicking in the "TIT1" word in the code to show what is defined for that titlebar.
Jonathan
2007 Nov 30 8:33 AM
double click on 'TIT1' then give the desired output text in the field that appears on the screen after this save ur program check for any inconsistencies and then activate and execute ur program it will work.
2007 Nov 30 12:10 PM
Dear sandeep,
I think this is due to that you must have set pf-status of the screen too.If yes , then again edit the PF-STATUS and remove the heading (The short description part)in all the three menu,toolbar,functions. make them empty.
now activate both the pf-status,and the report you are working at,I think your problem will be solved
Kindly provide points if answer useful.
Thank you
Message was edited by:
Sumesh Nair
2007 Nov 30 12:18 PM
Hi
For solving this problem create your titlebar with '&'
Example create YTEST with title '&'
if tcode = zinv01
SET TITLEBAR 'YTEST' WITH TEXT-001. " Text-001 = abc ltd
else.
SET TITLEBAR 'YTEST' WITH TEXT-002. " TExt-002 = xyz ltd
endif.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |