Dear all,
I am facing an issue with handling .XLS and .XLSX file in Floor Plan Manager in ERP system.
We have implemented a functionality where we have a selection screen(Search UIBB) and a list UIBB(LIST UIBB). User can download data from the list into excel(.XLS). I have implemented custom functionality for download function as list does not contain all the fields which have to be downloaded.
User has a option to upload the data via an excel as well but the problem here is Web-UI methods do not support .XLS format but it supports .XLSX format. Is there a method/function which supports .XLS file as well?
Another issue here is if the excel file is too large, same excel data is sent to user via email to notify user that upload is complete. The issue here is even email function in SAP does not support .XLSX format. (in Class CL_DOCUMENT_BCS method ADD_ATTACHMENT( ), attachment type is of only 3 characters). Is there a method/function which supports .XLSX as well?
Basically, in case of upload/download and email, I want to keep the same file format either .XLS or .XLSX.? Is it possible in all the above 3 cases?
Thanks in advance!
Best Regards,
Abhijeet