Skip to Content
0
Former Member
Jan 14, 2008 at 04:41 AM

[urgent] Upload presentation server files in parts

28 Views

Hi,

I want to read presentation server files.

I can use FM GUI_UPLOAD. But my problem is i want to read this file in parts.

Like i have 1 lakh records in file. So i want to red this file in parts of 10000 each.

In GUI_UPLOAD there is a parameter READ_BY_LINE but its is not solving my problem.

Is it possibe to do upload file from presentation server?

Also i have to upload file from application server in parts as above. I am planning to do it using

DO XXXX times.

read by index.

enddo.

Is this way optimised or any beter way also ?

Points will be rewarded!!

Thanks,

Ashish Gupta