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