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: 

ABAP Module Prog

Former Member
0 Kudos

Required to customize a transcation : LP12

There is range specified for material field.

Need to add a multiple selection functionality like MF60

instead of only range.

It is a dialog prog not a Report so cant add select-option .

Pls let me know if there is any funtional module to call multiple selection screen dialog box or any other way to achive it.

thanx!

2 REPLIES 2

Former Member
0 Kudos

Hi Vikas,

You try and explore on

FREE_SELECTIONS_INIT and FREE_SELECTIONS_DIALOG function modules using which you can display a selection screen (even dynamic one).

Regards,

Pavan

athavanraja
Active Contributor
0 Kudos

You can use the following function module.

COMPLEX_SELECTIONS_DIALOG

Regards

Raja