Skip to Content
0
Former Member
Jan 04, 2008 at 04:20 PM

select-options with 2 rows

118 Views

Hi,

i've got to make a report with 2 rows in the select-options

SELECT-OPTIONS: sel001 FOR stichtag NO INTERVALS NO-EXTENSION,

sel002 FOR dfkkop-gpart DEFAULT 'M00000' TO 'M99999',

sel003 FOR dfkkop-vtref DEFAULT 'A00000' TO 'A99999',

sel004 FOR dimaiobpar-zstatus DEFAULT '1' NO INTERVALS.

for sel003 i need another default-row with 'B00000' to 'B99999' so that i can assign both rows to vtref_r

APPEND sel002 TO gpart_r.

APPEND sel003 TO vtref_r.

CALL FUNCTION 'FKK_OPEN_ITEM_SELECT_WITH_DATE'

EXPORTING

i_key_date = stichtag

i_gpart = gpart_r

i_vtref = vtref_r

TABLES

t_op = itab2.

i need both in this function.

regards,

Tobias