convert the incoming data from excel by splitting the characters on '/' into month, day and year
write something like...
split lwa_excel-date at '/' into lv_month lv_day lv_year. (MM/DD/YYYY format from excel string)
concatenate lv_year lv_month lv_date into lwa_table-date. (YYYYMMDD format on table)