cancel
Showing results for 
Search instead for 
Did you mean: 

Controller for View, Window, Interface, and Configuration Cannot Be Created

Former Member
0 Kudos

Hi All,

In our Web Dynpro ABAP applicaton we have a window and when we edit the conent of window and try to press "Cancel" button we are getting below error.

Controller for View, Window, Interface, and Configuration Cannot Be Created 
The termination type was: RABAX_STATE 
The ABAP call stack was: 
Method: GET_CONTROLLER of program CL_WDR_COMPONENT==============CP
Method: GET_ACTION_FROM_EVENT of program CL_WDR_WINDOW_PHASE_MODEL=====CP
Method: DO_HANDLE_ACTION_EVENT of program CL_WDR_WINDOW_PHASE_MODEL=====CP
Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP
Method: PROCESS_REQUEST of program CL_WDR_WINDOW=================CP
Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP
Method: IF_WDR_RUNTIME~EXECUTE of program CL_WDR_MAIN_TASK==============CP
Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================

Do any one have idea regarding this error.

Regards

CB

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Can any one please tell ,what could be the error.

Regards

CB

Former Member
0 Kudos

Hi,

Sounds bit strange to me, if you edit your window and do not want to save your changes then i would not expect this error. assuming that the component does not have activation problem.

Just for making sure.

I assume that your problem is on design time and not runtime.

If it is a design time and problem still exists, try to delete this window, save ,activate and then recreate this window,embed your view(s).

If it is runtime problem then i would suggest you to do debugging and find out where it is getting this error.

Former Member
0 Kudos

Hi Baskaran ,

thanks a lot for suggetion , but same link is used by some other screen also ,that time it will work perfectly with same code for window.only for some particulare time it is giving error.

Regards

CB