‎2007 Dec 18 2:43 PM
how do i assign functionality to the icon which are created using selection screen????and how do i place 2 blocks parallel to each other?????
‎2007 Dec 18 2:47 PM
blocks will always appear on separte lines. You cannot have them next to each other. To do this you will need to code a screen.
‎2007 Dec 18 2:47 PM
blocks will always appear on separte lines. You cannot have them next to each other. To do this you will need to code a screen.
‎2007 Dec 18 2:53 PM
Hi,
there are many syntax for selection-screens.
But the basic thing is that whether you going to have a range or with only one field in that screen.
if you are going for a field.
then the syntax will be,
parameters: matnr like wa_itab-matnr.
output will be: matnr -
(i/o box)
if you are going for range.
select-options: bukrs for wa_itab-bukrs.
output will be: bukrs -
to -
(i/obox).
Functionality of the icon in selection screen can be assigned
in the event "AT SELECTION SCREEN"
or
"AT SELECTION SCREEN OUTPUT "
depending on the scenario.
hope this helps.
Edited by: jagannathan krishnan on Jan 1, 2008 7:10 AM
‎2007 Dec 18 2:56 PM
hi janani
for u r requirment u cant get through selection screen
for tht define u r own selection screen in screen painter and proceed if u dont know how to design the u r own selction screen let me know i will explain plzz reward if useful
plzz reward if usefull
‎2007 Dec 18 2:58 PM
hi this is the process to develop u r own selection screen
sometimes there will be need to design our own selection screen insted of the standard selection screen beacuse if we want multiple entries in the screen we can't do that by standard selection screen 1000.
so design the screen in the way you want and in the start-of-selection of the main program with the statement call screen u can get that screen in the executable program
then when neccasary data entered if u want the control back to that program then you have to write based on some condition
write like this leave to screen 0.
then by doing like this you can design your own selection scren
‎2007 Dec 18 3:00 PM
respected sir (sunil)....
i have idea abt selection screen but i am not able to design to the requirements so could u plzzzz mail me the following regarding selection screens......if i send u test mail......
‎2007 Dec 18 3:01 PM
Hi
plz send ur exact requirement or i am availablee at google talk my mail id mutyalasunilkumar@gmail.com
u can contact me
‎2008 Jan 01 6:29 AM
Hi,
Selection-Screen Blocks cannot placed in Parallel.
Cheers,
Hakim
Mark all useful answers
‎2008 Jan 01 8:31 AM
hi
u can define using followng exapmple here two block define.
********************************************************
selection-screen:begin of block pso with frame.
parameter : laser radiobutton group gr1.
parameter : dot radiobutton group gr1.
selection-screen:end of block pso.
selection-screen:begin of block sal with frame title text-004.
parameter:vkorg like vbak-vkorg.
selection-screen :comment 40(36) t_vkorg.
**********************************************************
if it is useful then give points
‎2008 Jan 01 8:59 AM
hi,
selection-screen begin of block b1 .
selection-sscreen begin of line.
select-options :
select-options :
selection-screen end ofline.
sdelection-screen end of block b1.
reward if useful
rgds
umakanth