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

mutiple selection screen

Former Member
0 Likes
800

hi

is it possible to have multiple selection screens?

i want to do calculations using a selection screen.

how do i do it?

regards

Arun

9 REPLIES 9
Read only

Former Member
0 Likes
779

what calculations ...?

vijay

Read only

0 Likes
779

hi vijay

i am planning to design a calculator

how do i go about it

regs

Arun

Read only

0 Likes
779

what kind of selection screen design you are looking for, you can call multiple selection screen using tabs.

but how exactly you wanted ..

vijay

Read only

0 Likes
779

hi Vijay

i want the screen to look and work just like a calculator

hope you get my idea

regards

Arun

Read only

0 Likes
779

yeah why do you need multiple selection screens,

you create a module pool and design the screen.

that is simpler than multiple selection screen..

vijay

Read only

Former Member
0 Likes
779

Hi Arun,

Yes, you can have multiple selection screens. Check following link from SAP Help -

http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dba66935c111d1829f0000e829fbfe/content.htm

You can have multiple selection screen using tabs.

SELECTION-SCREEN BEGIN OF TABBED BLOCK...

Here are some examples

http://www.sap-img.com/ge001.htm

http://www.thespot4sap.com/Articles/Create_Subscreen_In_ABAP.asp

Cheers,

Manikandan R

Read only

Former Member
0 Likes
779

Hi check these demos on ababdocu

demo_sel_screen_as_subscreen

demo_sel_screen_in_tabstrip

demo_sel_screen_with_tabstrip

demo_sel_screen_with_subscreen

demo_call_screen_from_list

Read only

Former Member
0 Likes
779

Hi arun,

1. Its good that u want to build a calculator.

2. But as u said,

multiple selecion screen is not at all required.

3. U can build it using SE38

or module pool.

I hope it helps.

regards,

amit m.

Read only

Former Member
0 Likes
779

Hi its possible to have multiple selection screens.

just press F1 on selection-screen u will find help.

Use SELECTION-SCREEN BEGIN OF TABBED BLOCK statement to achieve this.

Also in SE38 just enter demo_sel_screen* and press F4.

You will get a list of standard SAP program with multiple selection screen. Have a look at any of them and design ur code.

SELECTION-SCREEN BEGIN OF TABBED BLOCK

demo_sel_screen_in_tabstrip is one among them.

Satish