‎2005 Dec 23 4:14 AM
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
‎2005 Dec 23 4:18 AM
‎2005 Dec 23 4:24 AM
hi vijay
i am planning to design a calculator
how do i go about it
regs
Arun
‎2005 Dec 23 4:29 AM
what kind of selection screen design you are looking for, you can call multiple selection screen using tabs.
but how exactly you wanted ..
vijay
‎2005 Dec 23 4:38 AM
hi Vijay
i want the screen to look and work just like a calculator
hope you get my idea
regards
Arun
‎2005 Dec 23 4:51 AM
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
‎2005 Dec 23 4:23 AM
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
‎2005 Dec 23 4:33 AM
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
‎2005 Dec 23 4:47 AM
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.
‎2005 Dec 23 6:02 AM
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