‎2008 Jun 27 1:14 PM
Hi all,
I have a requirement for selection options need to be created on Module pool programing. but i did see any options to create. as of now i have created parameters but i have to make them as select options(multiple selections).
can any one guide in this regard.
Since this is very urgent requirement pls reply ASAP.
thanks in advance.
Sridhar.
‎2008 Jun 27 1:29 PM
Hi,
Alternative method is define selection screen as subscreen and include you select-option in that subscreen.
Then call that subscreen in you module pool program using call subscreen and passing you selection screen no.
-Alpesh
‎2008 Jun 27 5:31 PM
Hi,
do like this.
Create the selection-screen like this.
And call this screen, in PBO event.
Code In MAIN Program :
SELECTION-SCREEN BEGIN OF SCREEN 100.
SELECT-OPTIONS : EBELN FOR V_EBELN MODIF ID G1,
VBELN FOR V_VBELN MODIF ID G2.
SELECTION-SCREEN END OF SCREEN 100 .
PBO module.
Call selection-screen 100.
Regards
Sandeep Reddy
‎2009 Jun 18 12:30 PM
‎2009 Jun 18 12:37 PM
Use Ranges in the ABAP code and in screen painter use fields and name as
e.g s_ord-low
s_ord-high