Çalışma Günleri Fonksiyonu

RKE_SELECT_FACTDAYS_FOR_PERIOD

  form f_get_work_day_count changing chn_work_days type int4.
    data eth_dats  type table of rke_dat.
    call function `RKE_SELECT_FACTDAYS_FOR_PERIOD`
      exporting
        i_datab  = p_bastar
        i_datbi  = p_sontar
        i_factid = `ZK`
      tables
        eth_dats = eth_dats.
    describe table eth_dats lines chn_work_days.
  endform.