Skip to Content
0
Former Member
Nov 08, 2005 at 11:32 AM

Creating a file through APAB program

224 Views

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