‎2014 Mar 17 1:58 PM
Hey,
i need a Function or Method to open an url from ABAP with a returncode not found.
At time i use CL_GUI_FRONTEND_SERVICES=>EXECUTE
This function also has the Exception 'File_not_fond', but even if the File is not found, i get the sy-subrc 0.
Has anybody an idea?
‎2014 Mar 17 2:05 PM
Hi Luis,
have you tried CL_GUI_FRONTEND_SERVICES=>FILE_EXIST ?
Sometimes, for refresh return values after call, method CL_GUI_CFW=>FLUSH is needed.
Regards,
Angelo.
‎2014 Mar 17 2:05 PM
Hi Luis,
have you tried CL_GUI_FRONTEND_SERVICES=>FILE_EXIST ?
Sometimes, for refresh return values after call, method CL_GUI_CFW=>FLUSH is needed.
Regards,
Angelo.