hi,
There is backend ABAP report in SRM system.
there is file upload functionailty where the program reads file contents into internal table
this was not working for excel, as SRM doesnt have std function modules for excel upload
so we copied the excel upload function module from ECC - ALSM_EXCEL_TO_INTERNAL_TABLE and its working now
but when we access this report from frontend, the excel upload functionlity is not working
we added the report in backend Role of the user to bring it up on NWBC (http://scn.sap.com/thread/3397408)
if its a normal report without upload functionality, it works fine from frontend.
for this report, after we give the file path and execute, it gives a message 'large information available on clipboard'
the excel data gets copied in clipboard, instead of passing to the ABAP runtime data for the program
what should be done for the excel upload ?
creating webdynpro application will help or should we consult SAP?
thanks
bhakti