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

REGARDING TITLE BAR!

Former Member
0 Likes
1,366

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,173

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.

4 REPLIES 4
Read only

Former Member
0 Likes
1,173

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

Read only

Former Member
0 Likes
1,173

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.

Read only

Former Member
0 Likes
1,174

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

Read only

Former Member
0 Likes
1,173

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.