2007 Jun 28 4:55 PM
Hello Friends,
How to get the file size or length of a particular table or file i.e. number of bytes.
my requirement is to get the lengh of the file i am sending to application server.
because i need to send a check file along with the data to application server which will contain the name of the file and number of bytes of that particualar file
Hello Friends,
How to get the file size or length of a particular table or file i.e. number of bytes.
my requirement is to get the lengh of the file i am sending to application server.
because i need to send a check file along with the data to application server which will contain the name of the file and number of bytes of that particualar file
2007 Jun 28 4:57 PM
CALL METHOD cl_gui_frontend_services=>file_get_size
EXPORTING
file_name = str
IMPORTING
file_size = size.
CALL METHOD cl_gui_cfw=>flush( ).
WRITE: / file(50), size.
2007 Jun 28 5:00 PM
hello santosh,
i will be scheduling my report,
and as per my knowledge we can not use GUI's in back groud
correct me if i m wrong
2007 Jun 28 5:02 PM
2007 Jun 28 5:07 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |