cancel
Showing results for 
Search instead for 
Did you mean: 

CL_GUI_FRONTEND_SERVICES + BSP = Exception condition "NOT_SUPPORTEDBY_GUI"

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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.

raja_thangamani
Active Contributor
0 Kudos

Look at this blog...

<a href="/people/sap.user72/blog/2004/11/10/bsphowto-generate-pdf-output-from-a-bsp Developer Network Blog: BSP/HowTo: Generate PDF Output from a BSP.</a>

Use FM 'CONVERT_OTF' to get the OTF data.

Hope this will sovle the problem.

<i>* Reward each useful answers</i>

Raja T

Message was edited by:

Raja Thangamani

Answers (1)

Answers (1)

raja_thangamani
Active Contributor
0 Kudos

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