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: 

delete app server file

Former Member
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

using delete dataset delete.

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

using delete dataset delete.

Former Member
0 Kudos

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.

Former Member
0 Kudos

Hi,

check this...

[;

Rgds.,

subash