Skip to Content
0
Former Member
May 29, 2008 at 11:37 AM

SELECT OPTIONS DATE.

36 Views

Hello , I need your help , to access to every date in an interval of the select option , in order to execute a function module that use date in one of its parameters .

select-options : dat for sy-datum .

CALL FUNCTION 'ZPRUEBA''

EXPORTING

offic =

chdsk =

inicio_periodo =

FIM_PERIODO = dat "but i need here every date of the interval

  • NO_UPDATE =

  • IMPORTING

  • NR_COBRANCAS =

.

ENDSELECT.

How can I do that ? , tnhx.