Application Development and Automation 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: 
Read only

delete app server file

Former Member
0 Likes
553

Hi,

Can i delete application server files in development server, i put the data using opendataset. so the folder is overloaded. how can i delete the files

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
519

using delete dataset delete.

3 REPLIES 3
Read only

Former Member
0 Likes
520

using delete dataset delete.

Read only

Former Member
0 Likes
519

Hi Raja,

u can delete the file on the application server .

DELETE DATASET

Syntax

DELETE DATASET <dset. >

Effect

This statement deletes the file specified in dset. dset is expected to be a character-type data object that contains the platform-specific name of the file. The file can be opened or closed.

Return Value

sy-subrc Meaning

0 File deleted.

4 File could not be deleted.

Read only

Former Member
0 Likes
519

Hi,

check this...

[;

Rgds.,

subash