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

Drop down Box in Popup Function Module

Former Member
0 Likes
2,625

Hi,

I need a Function module which can popup a screen with dropdown list because I am populating all the fields in screen dynamically so I can't use Call screen.

Thanks in Advance..

3 REPLIES 3
Read only

Former Member
0 Likes
904

Hi,

U can use VRM_SET_VALUES.

-Rajat

Read only

0 Likes
904

Hi Rajat,

I tried to pass values in SE37 but I couldn't see any screen with dropdown.

Can you help how to pass values and execute.

Read only

Former Member
0 Likes
904

hi,

you can use FM MC_POPUP_TO_MARK_FIELDS ,in this set the I_FIELDS_MARKED = 'X'

or use fm REUSE_ALV_POPUP_TO_SELECT

thanks.