2011 Feb 10 4:23 AM
Hi,
We are using the functional module EPS_DELETE_FILE for deleting file in one of the folder available in Application server. This is scheduled in background for doing the process. Intermitently it is throwing error as follows
A RAISE statement in the program "SAPLEPSF" raised the exception condition "DELETE_FAILED".Since the exception was not intercepted by a superior program, processing was terminated.
Request help in this regard
Regards
D.Mukundan
Hi,
We are using the functional module EPS_DELETE_FILE for deleting file in one of the folder available in Application server. This is scheduled in background for doing the process. Intermitently it is throwing error as follows
A RAISE statement in the program "SAPLEPSF" raised the exception condition "DELETE_FAILED".Since the exception was not intercepted by a superior program, processing was terminated.
Request help in this regard
Regards
D.Mukundan
2011 Feb 10 5:31 AM
Hi,
Please uncomment the exceptions in your program.
CALL FUNCTION 'EPS_DELETE_FILE'
DESTINATION rfc_destination
EXPORTING
file_name = remote_file
dir_name = remote_directory
EXCEPTIONS
INVALID_EPS_SUBDIR = 01
SAPGPARAM_FAILED = 02
BUILD_DIRECTORY_FAILED = 03
NO_AUTHORIZATION = 04
BUILD_PATH_FAILED = 05
DELETE_FAILED = 06
OTHERS = 99.
Regards,
Srini.
2011 Sep 21 5:58 PM
Perhaps due to case sensitivity. Is the uppercase/lowercase tick enabled?
Suhail Shaik
2011 Sep 21 6:12 PM
I have a foreground process that uses EPS_DELETE_FILE.
I throw that error if the file isn't there
Is it?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |