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 options need to be created on Module pool programing

Former Member
0 Likes
656

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.

4 REPLIES 4
Read only

alpesh_saparia3
Active Contributor
0 Likes
503

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

Read only

Former Member
0 Likes
503

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

Read only

Former Member
0 Likes
503

not answered

Read only

0 Likes
503

Use Ranges in the ABAP code and in screen painter use fields and name as

e.g s_ord-low

s_ord-high