SAP Function TB_LIMIT_WS_FILE_DELETE - Delete File on Presentation Server

Parameter Reference Type Length Default Optional Text
FILENAME ANY A 0 Name of the file to be deleted

Parameter Reference Type Length Text
RETURN ANY A 0 Return Code

Exception Text
ACCESS_DENIED
CNTL_ERROR
ERROR_NO_GUI
FILE_DELETE_FAILED
FILE_NOT_FOUND
UNKNOWN_ERROR


A file in the front end is deleted if there is one.

Description
Return code of operation

Value range
'0': File deleted successfully
'1': File does not exist
'8': File could not be deleted (for example, file is read-only)
(File attribute 'R' in Windows, no 'w' in Unix)
'9': General error