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

selection screens

Former Member
0 Likes
897

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?????

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
875

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.

9 REPLIES 9
Read only

Former Member
0 Likes
876

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.

Read only

Former Member
0 Likes
875

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

Read only

Former Member
0 Likes
875

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

Read only

Former Member
0 Likes
875

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

Read only

Former Member
0 Likes
875

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......

Read only

0 Likes
875

Hi

plz send ur exact requirement or i am availablee at google talk my mail id mutyalasunilkumar@gmail.com

u can contact me

Read only

abdul_hakim
Active Contributor
0 Likes
875

Hi,

Selection-Screen Blocks cannot placed in Parallel.

Cheers,

Hakim

Mark all useful answers

Read only

Former Member
0 Likes
875

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

Read only

Former Member
0 Likes
875

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