Application Development 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: 

How to change the title of selection-screen-dynpro!

Former Member
0 Kudos

Hi,

I use selection-screen in following way:


  SELECTION-SCREEN BEGIN OF block 1 with frame title text-101.
  SELECT-OPTIONS:
    s_kunde FOR wa_kunde_sph-kun_nr,
    s_vkgrp FOR tmp_vkgrp,
    s_vtweg FOR tmp_vtweg,
    s_spart FOR tmp_spart DEFAULT '01'.
  SELECTION-SCREEN END   OF block 1.

This code generate a own dynpro. As title is at the moment the program-name.

How can I edit this title?

Sincerely

1 ACCEPTED SOLUTION

former_member183890
Participant

Hi,

When the program is executed the program, the selection screen title will be the same as Program titile attibute. To chaneg this go to SE38 transaction key in the program name and select the attributes radio button. Now select the chnage button. It will take you to the title of the program. Change this to the required text.

Hope it helps.Reward points if helpful.

- Irudayaraj Peter

6 REPLIES 6

Former Member
0 Kudos

Double click on text-001.

Then you'll get a separate editor.

Goto change mode and then give your required text.

Save and Activate it.

Regards,

Pavan

0 Kudos

NOOO, this is the title from the frame!

I want to change the title from the generated dynpro!!!

Former Member
0 Kudos

Hi

From SE38 program code

GOTO -> Text elements

enter 101 and create some text for that Title for the selection screen block and save and activate

or you can double click on TEXT-101 and write the text and save

if you wants to change the title of the screen

along with report name write NO PAGE HEADING.

and in the Top-of-Page event

write your own title.

<b>Reward points for useful Answers</b>

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Former Member
0 Kudos

hi,

create a gui title in your program, and use

set titlebar 'XX'

former_member183890
Participant

Hi,

When the program is executed the program, the selection screen title will be the same as Program titile attibute. To chaneg this go to SE38 transaction key in the program name and select the attributes radio button. Now select the chnage button. It will take you to the title of the program. Change this to the required text.

Hope it helps.Reward points if helpful.

- Irudayaraj Peter

0 Kudos

Hi,

  • Go to SE38 ->give the program name and click change button -> Goto -> Attributes and change the main screen Title
  • If you want to change the block screen title goto selection screen Include -> click this text-001 and edit mode and change it.