Application Development 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: 

Select-Options in Tabstrip and Subscreen for MIGO

Former Member
0 Kudos

Hi,

I have to enhance MIGO tansaction using screen exit.

I have to create a tab called Serial Number Ranges and inside the tab create a sub screen.

Inside the subscreen i have to create a range (select option for Serial Number.)

I have create a module pool program and created one screen with the tab and subscreen.

In the main program i have create a selection screen as subscreen and declared select options.

then i have called the screen in PBO and PAI..

it doesnt seem to work...

can u suggest a solution different from this?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You cannot place a select-option on a screen. You can place a single input field only. Check any standard module pool program, none of them would have a select-option.

Thanks & Regards,

Navneeth K.

4 REPLIES 4

Former Member
0 Kudos

Hi,

You cannot place a select-option on a screen. You can place a single input field only. Check any standard module pool program, none of them would have a select-option.

Thanks & Regards,

Navneeth K.

0 Kudos

In the previous replies to a similar query people had suggested that using a selection screen as subscreen will work....but it doesnt work in my case.

Could you help me find an alternative approach?

Former Member
0 Kudos

Hi,

Check out these links:

[http://sample-code-abap.blogspot.com/2008/06/select-option-in-module-pool-screen.html]

[http://abap-explorer.blogspot.com/2008/08/create-select-options-in-module-pool.html]

Former Member
0 Kudos

Hi,

You need to use MODAL DIALOG BOX here.............