Hi,
My problem is: I am designing a BSP. Here, I call to a function, and within the function, I call methods of class CL_GUI_FRONTEND_SERVICES.
The error that appears is: Error message: Exception condition NOT_SUPPORTED_BY_GUI raised. (type of termination: RABAX_STATE) Somebody knows because it appears east error, and as I can solve it.
Thanks.
I have a SmartForms, and want to generate the order spool or the table otf, and later to generate a file PDF, and to show it in BSP, like new window of Acrobat Read, not within the BSP.
At the moment I am using the methods:
cl_gui_frontend_services=>get_temp_directory
cl_gui_cfw=>flush
cl_gui_frontend_services=>file_exist
cl_gui_frontend_services=>execute
Thanks.
Hi,
You can NOT use any function module which is calling screens.
What do you want to achieve using CL_GUI_FRONTEND_SERVICES?
Raja T
Add a comment