Hello everybody,
I have a requirement to work with a ABAP RFC that saves a file in the user's C drive. The problem is that this RFC seems to display a weird message when ran in SAP GUI, something that looks like a pop-up.
The problem is that when I run the RFC using a web dynpro screen, I get the following error message:
Exception condition "UNKNOWN_ERROR" raised., error key: RFC_ERROR_SYSTEM_FAILURE
I've read that this error might be caused by the pop-up the RFC is trying to open. However I haven't been able to find a solution from the web dynpro side, besides using another RFC (and in this case, it doesn't seem to be an option)...
Does anyone know if there's anything I can do?
Thanks!