‎2009 Dec 04 7:36 AM
Hello experts,
In my report, I havent created a screen so that takes screen 1000 as default. My question here is, is there any way to use title for the screen 1000 which is default? I cannot create screen 1000 as its default.
when i run my report i want to get title with the parameters, select-options, etc...
Thanks in advance...
Regards,
Viral Patel
‎2009 Dec 04 7:45 AM
Hi,
i didn't get exactly your requirement... What ever you spcify in the program attributes that will come as title and when you maintain texts for Parameters and select-options via SE38 , GOTO->TEXT ELEMENTS->SELECTIO-TEXTS...here you can maintain your own texts for paramters and select-options.
Regards,
Nagaraj
‎2009 Dec 04 7:50 AM
Try with create a title bar in the report
like
& - & - & - &
and in the start-of-selection
SET TITLEBAR 'TEST' WITH 'Sample', 'Sample1'.
a®
‎2009 Dec 04 8:16 AM
Hi Viral,
I think the screen 1000 which is coming by default is a selection screen. If my understanding is correct, then use like this:
SELECTION-SCREEN BEGIN OF BLOCK flight WITH FRAME TITLE text-001.
PARAMETERS: p_carrid TYPE sflight-carrid ,
p_connid TYPE sflight-connid .
SELECTION-SCREEN END OF BLOCK flight.
You can use 'with frame title' addition to the selection screen. and define the text 001 in GoTo -> text elements -> write number 001 and write the desciption of the title you want
Regards,
Swarna Munukoti.