Skip to Content
0
May 28, 2008 at 02:17 PM

Using Select-options with function module

52 Views

Hi Guys,

I have to use select-option with function module

Sample Code:

Select-options: s_pernr for pa0001-pernr

Call function u2018ZABDCu2019

EXPORTING

PARM1 = u2018ABCDu2019

TABLES

T_USER = ITAB.

There are 2 fields in internal table ITAB:

PERNR

LEVEL

From ITAB I only want to work with records with PERNR in select-option parameter S_PERNR.

Thanks,

mini