cancel
Showing results for 
Search instead for 
Did you mean: 

sap job to delete OS level files

Former Member
0 Kudos

Hello SAP Admins,

I have a question: is there a sap job that can delete files from OS level, to prevent the file system to become full.

Thank you

Chris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chris,

Yes there is no job as such (as already suggested by deepak) you can catch hold of abaper to write same.

You can also catch hold of you unix team admin to write script and run the same in sap through background.

Regards,

Deepanshu sharma    

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

Hi Chris,

As such there is no standard job to remove OS level files.

You may write some abap program which contains execution of OS level commands.

You may schedule this ABAP program based on your requirement to cleanup the files at OS level.

We had done it for cleaning up interface files at one of our customers.

Hope this helps.

Regards,

Deepak Kori