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

default selection screen title

Former Member
0 Likes
1,230

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

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
701

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

Read only

former_member194669
Active Contributor
0 Likes
701

Try with create a title bar in the report

like


& - & - & - &

and in the start-of-selection


SET TITLEBAR 'TEST' WITH 'Sample', 'Sample1'.

a®

Read only

former_member217544
Active Contributor
0 Likes
701

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.