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

about application server

Former Member
0 Likes
330

Hi All,

I created a log file in application server, but lot of dump created in the file(very big file).

I am using Delete dataset <filename> ,but that file is not deleting.

Please help me.

2 REPLIES 2
Read only

Former Member
0 Likes
314

check if sy-subrc = 0.

after delete dataset statement.

First you open dataset for input which will retun sy-subrc if the file exists.

then proceed for delete dataset

Regards

Vasu

Read only

Former Member
0 Likes
314

'AUTHORITY_CHECK_DATASET'

use this function module to check if u have authorization.

Regards

Vasu