cancel
Showing results for 
Search instead for 
Did you mean: 

Dump in Webdynpro application

Former Member
0 Kudos

Hi,

I get the following error when processing a webdynpro application.

Kindly guide on hoe to overcome this error.

Error when processing your request

What has happened?

The URL xxxxxxxxxxxxxxxxx:8002/sap/bc/webdynpro/sap/dswp_ci_issue_management/ was not called due to an error.

Note

The following error text was processed in the system XXX : View usage MAIN_USAGE_1 does not exist in window ISSUE of component DSWP_IM_ISSUE_VIEW

The error occurred on the application server XXXXXXand in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: IF_WDR_RR_VIEW_CNT_ASSIGNMENT~GET_EMBEDDED_VUSAGE of program SAPLWDR_RUNTIME_REPOSITORY

Method: IF_WDR_RR_VIEW_CNT_ASSIGNMENT~GET_DEFAULT_VIEW_USAGE of program SAPLWDR_RUNTIME_REPOSITORY

Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP

Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP

Method: INIT of program CL_WDR_VIEW_MANAGER===========CP

Method: INIT_CONTROLLER of program CL_WDR_INTERFACE_VIEW=========CP

Method: INIT of program CL_WDR_CONTROLLER=============CP

Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP

Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP

Method: INIT of program CL_WDR_VIEW_MANAGER===========CP

Regards,

Subhashini.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Thanks for the reply. The note has already been in place. but still the problem is there.

Kindly advice.

REgards,

Subhashini.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The root cause of the problem is that the window contains a view that no longer exists. If you haven't modified this WD Component, then I would suggest that you open a support ticket. It is difficult to say if that view usage should simply be removed or if the problem is that the view needs to be put back.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Sounds like your problem might be described in SAP Note 1280398. It talks about a short dump becuase this view didn't have Default Flag set in the window.

Former Member
0 Kudos

Hi Lekha,

thanks for the reply.

it is not a custom development.

the webdynpro application is triggered from a standard SAP program that is throwing this dump.

Kindly advice .

Regards,

Subhashini.

Former Member
0 Kudos

Check in the modify view for coding of dynamic embedding of view usages...Put a break point anc check it out..

under the WIndows tab check the views and thier usages...

Former Member
0 Kudos

Hi,

I guess you might have deleted some view and didnot delete the same in the WIndow Embed view.

Is this dynamic programming.

Check the MAIN_USAGE_1 doesnt exists in your component.

Regards,

Lekha.