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

Question about program heading

Former Member
0 Likes
719

Hello,

Sorry if this question sounds too basic.

May I know how can I possibly change the heading of my selection screen so that instead of showin up the program (e.g., Zxxx_xxx_xxx), it will actually show the logical name of the program (e.g. My Program). What is the code in ABAP that does this? I know the header seems to be able to do that, but it is on the report generated but not the selection screen, is that correct? Thanks a lot!

Regards,

Anyi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

YOu can use the command

at selection-screen.

set titlebar 'ABC'.

double click on 'ABC'.

GIve ana appropriate title.

Regards,

Ravi

5 REPLIES 5
Read only

Former Member
0 Likes
672

YOu can use the command

at selection-screen.

set titlebar 'ABC'.

double click on 'ABC'.

GIve ana appropriate title.

Regards,

Ravi

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
671

All you need to do is click Go To -> attributes and change the progam description to something meaningful. Then this will show on the appliation toolbar. Is this what you mean?

Regards,

Rich Heilman

Read only

Former Member
0 Likes
671

hi anyi,

The Heading that u get e.g. My Program comes from

<b>Title in the Attributes</b> part of the report.

if u want to change it u can change in attributes or

use <b>set titlebar 'AAA'.</b>double click on AAA which will give a popup enter the title there.

hope this helps,

do reward if it helps,

priya.

Read only

suresh_datti
Active Contributor
0 Likes
671

use sy-title

Suresh

Read only

Former Member
0 Likes
671

Wah...I am really surprised by how active this forum is...

Thanks a lot, guys, I have already got that one fixed!

Regards,

Anyi