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

Title Bar

Former Member
0 Likes
736

Hi All,

I am using selection screen and i would like give my title bar, where should i paste my statement SET TITLEBAR 'Zx_TITLE' to display my own title bar at the display of Selection-screen.

Thanks in advance for help.

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
713

Hi Aima,

Give it in your AT SELECTION-SCREEN OUTPUT. event..

AT SELECTION-SCREEN OUTPUT is like a PBO event for selection screen.

Some thing like,

AT SELECTION-SCREEN OUTPUT.

SET TITLEBAR 'Zx_TITLE'.

Hope this helps..

Sri

Hi All,

I am using selection screen and i would like give my title bar, where should i paste my statement SET TITLEBAR 'Zx_TITLE' to display my own title bar at the display of Selection-screen.

Thanks in advance for help.

Regards.

4 REPLIES 4
Read only

Former Member
0 Likes
713

Give it in Initialization event.

regards

vijay

Read only

Former Member
0 Likes
713

Hi aima,

1. The title displayed is nothing

but when u create the program,

it asks for the TITLE.

2.Otheriwse, open the program in SE38,

use menu path

GOTO---> Attributes

In Title Field,

enter the required title.

I Hope it helps.

Regards,

Amit M.

Read only

Former Member
0 Likes
714

Hi Aima,

Give it in your AT SELECTION-SCREEN OUTPUT. event..

AT SELECTION-SCREEN OUTPUT is like a PBO event for selection screen.

Some thing like,

AT SELECTION-SCREEN OUTPUT.

SET TITLEBAR 'Zx_TITLE'.

Hope this helps..

Sri

Read only

0 Likes
713

Thanks Srikanth.

I alloted u the points.