‎2008 Aug 25 3:40 PM
Hi All,
i have to upload the data from excel file to an internal table.I am using FM 'ALSM_EXCEL_TO_INTERNAL_TABLE' for that. But the problem is it taking upto 50 characters only from each cell of excel sheet. in each cell i have more than 100 characters.
How to read these type of data?..
Plz help me in this regard.
thank you in advance!!!!
Regards,
Ravi
‎2008 Aug 25 4:15 PM
‎2008 Aug 25 4:19 PM
Bset thing is to copy ALSM_EXCEL_TO_INTERNAL_TABLE to
ZALSM_EXCEL_TO_INTERNAL_TABLE and inside the FM in tables section, ALSMEX_TABLINE replace with ZALSMEX_TABLINE... inside ZALSMEX_TABLINE change VALUE to CHAR100 type.
‎2008 Aug 27 11:50 AM