Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

DATASET_WRITE_ERROR: "No Space left on device"

Former Member
0 Kudos

I have an ABAP code that write some records to a flat file. Am getting a DATASET_WRITE_ERROR when this program is run.

The Error Text is: <b>"No Space left on device"</b>

Error code: 28.

Only around 3500 records are being written to the file before the error is thrown.

Is there any limit on the size of the flat file on app server ? How can i check how many space is left on the device ?

Please help,

Rithesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check out the file system space where this file is going to be written

2 REPLIES 2

Former Member
0 Kudos

Check out the file system space where this file is going to be written

Former Member
0 Kudos

it s not related to the size of one file, but to the size of the whole directory. Ask a system administrator to check the space left or choose a different directory.