Hi,
Somebody know any FM or CLASS for uplaod excel over 600.000 rows?
Hi,
try OLE-logic to select a range, than use method COPY of OLE.
After this try method: CALL METHOD CL_GUI_FRONTEND_SERVICES=>CLIPBOARD_IMPORT.
Hope it helps.
regards, Dieter
Hi Dieter Gröhn,
Thanks for help.
But we don't resolve.
I need the FM for upload excel to internal table program.
The class CL_GUI_FRONTEND_SERVICES / method FILE_COPY and CLIPBOARD_IMPORT don't make what i want.
There is um method this class that can use for upload to internal table? or do you know any other FM or class?
Thanks.