2010 Jan 06 1:27 PM
Hi,
I am trying to read an application server file using open dataset in Binary Mode..
I want to find the file length of the file read.(number of bytes transferred as in the GUI_Download FM parameter Filelength)
How can i achieve it.
Appreciate ur ideas.
Rgds.
stck
2010 Jan 06 2:18 PM
use DESCRIBE TABLE and sy-tfill will contain the number of rows and sy-tleng the length of a table row in bytes.
use DESCRIBE TABLE and sy-tfill will contain the number of rows and sy-tleng the length of a table row in bytes.
2010 Jan 06 1:31 PM
2010 Jan 06 1:32 PM
Hello,
Use the FM EPS_GET_FILE_ATTRIBUTES passing the file name and the directory name and get the file_size.
Vikranth
2010 Jan 06 2:18 PM
use DESCRIBE TABLE and sy-tfill will contain the number of rows and sy-tleng the length of a table row in bytes.
2010 Jan 07 5:55 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |