‎2007 Sep 14 11:18 AM
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.
‎2007 Sep 14 11:39 AM
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
‎2007 Sep 14 11:40 AM
'AUTHORITY_CHECK_DATASET'
use this function module to check if u have authorization.
Regards
Vasu