I want to create a file in my desktop through ABAP program.. how do i do it ??
the code give below does not work ... even if i give the full path ...
<i>
DATA: file TYPE string VALUE `c:test.dat`.
OPEN DATASET file FOR OUTPUT IN TEXT MODE
ENCODING DEFAULT.
</i>
Regards
Sivakumar