Skip to Content
0
Former Member
May 17, 2005 at 05:28 PM

cost center group select option

179 Views

here is my code:

declaration of select option.

SELECT-OPTIONS s_khinr FOR csks_itab_group-khinr no intervals.

at selection-screen on value-request for s_khinr-low.

at selection-screen on value-request for s_khinr-high.

************************************************************************

  • Initialization

************************************************************************

initialization.

perform build_group_option.

delete adjacent duplicates from csks_itab_group comparing all fields.

at initialization fir build my internal table called csks_itab_group, which gets the names for the coster center groups then I delect any duplicates.

still does work, any ideas.

thanks