Excel upload
*&---------------------------------------------------------------------* *& Report ZJTEST_EXCEL_UPLOAD *& *&---------------------------------------------------------------------* *& *& *&---------------------------------------------------------------------* REPORT ZJTEST_EXCEL_UPLOAD . TYPE-POOLS truxs . *TABLES : zscarr. Types : Begin of wa , matnr ( 50 ) type c , werks ( 10 ) type c , mtart ( 20 ) type c , maktx ( 20 ) type c , End of wa . Data itab type table of wa . data itab_wa type wa . data it_type TYPE truxs_t_t...