‎2006 Jun 16 3:47 PM
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
‎2006 Jun 16 3:48 PM
YOu can use the command
at selection-screen.
set titlebar 'ABC'.
double click on 'ABC'.
GIve ana appropriate title.
Regards,
Ravi
‎2006 Jun 16 3:48 PM
YOu can use the command
at selection-screen.
set titlebar 'ABC'.
double click on 'ABC'.
GIve ana appropriate title.
Regards,
Ravi
‎2006 Jun 16 3:48 PM
‎2006 Jun 16 3:49 PM
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.
‎2006 Jun 16 3:50 PM
‎2006 Jun 16 3:57 PM
Wah...I am really surprised by how active this forum is...
Thanks a lot, guys, I have already got that one fixed!
Regards,
Anyi