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 text in module pool screen

Former Member
0 Likes
2,834

Hi

I have created a screen in the screen painter which I am calling in my report program I want to set the title text of the screen .

Please tell me how to do this

SET TITLEBAR ' TEXT' is not working

Regards

Bikas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,404

Hi Bikas,

If you want to set the title of the screen the you have to use SET TITLEBAR 'TEXT'. as you have mentioned.

Now Double click on the TEXT word , it will take you to new Editor, Now in the title input box you can Write the text you want ot display for the Screen.

Hope it will help you.

Regards,

Sujit

Hi

I have created a screen in the screen painter which I am calling in my report program I want to set the title text of the screen .

Please tell me how to do this

SET TITLEBAR ' TEXT' is not working

Regards

Bikas

3 REPLIES 3
Read only

Former Member
0 Likes
1,404

Bikas,

in PBO

*******MENU AND TITLE FOR SCREEN 0100*******
&---------------------------------------------------------------------
*& Module STATUS_0100 OUTPUT
&---------------------------------------------------------------------

text 
----------------------------------------------------------------------
MODULE STATUS_0100 OUTPUT.
SET PF-STATUS 'Z11AMIT_XD'.
SET TITLEBAR 'MAIN'.

ENDMODULE. " STATUS_0100 OUTPUT

after declear a tital save check activate your effors .

Amit.

Read only

0 Likes
1,404

this I have already done ... it is not working !!!!

Rregards

Bikas

Read only

Former Member
0 Likes
1,405

Hi Bikas,

If you want to set the title of the screen the you have to use SET TITLEBAR 'TEXT'. as you have mentioned.

Now Double click on the TEXT word , it will take you to new Editor, Now in the title input box you can Write the text you want ot display for the Screen.

Hope it will help you.

Regards,

Sujit