‎2008 Dec 16 5:52 AM
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..
‎2008 Dec 16 5:56 AM
‎2008 Dec 16 7:18 AM
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.
‎2008 Dec 16 5:59 AM
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.