cancel
Showing results for 
Search instead for 
Did you mean: 

how to delte file from sap pi server

Former Member
0 Kudos

Hi everyone

there is a file stuck on the server which i can see through AL11 but i dont know how to delte it.

Please anybody help me.

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Neha,

You could do an easy abap program for your purpose: http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Program+to+Delete+a+file+from+the+application+ser...

Also you can use this function in se37 abap transaction: EPS_DELETE_FILE

But you should consider that may be any OS process is using that file and this is the point that the file can't be deleted, i guess by the file adapter. Contact with your basis team and they can check if the file is being used.

Regards.

Message was edited by: Iñaki Vila

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

I got a program which saves file to local and delete it from server.

Done

Thanks all

naveen_chichili
Active Contributor
0 Kudos

Hi Neha,

Please contact your Basis team they would be able to assist you.

Regards,

Naveen.