cancel
Showing results for 
Search instead for 
Did you mean: 

Element adaptor dump

Former Member
0 Kudos

Hi,

We are facing a weird problem in the portal for a webdynpro ABAP application. When the user clicks on the applcation link in portal multiple times there is timeout error or a short dump for assert condition failed. This dump is triggered from the below class. The assert statement is highlighted in the below code extract.

Class: CL_NW7_VIEW_ELEMENT_ADAPTER

Method: DISPATCH_NW7_EVENT

METHOD dispatch_nw7_event.

DATA: l_event_handler TYPE REF TO if_wdr_nw7_event_handler.

l_event_handler = get_nw7_event_handler( i_event_handler_id ).

assert l_event_handler is not initial.

" View-based Delta Rendering: tracking of client events

raise event on_nw7_handle_event

exporting

event_handler = l_event_handler

event_name = i_event_name.

l_event_handler->handle_event(

i_event_name = i_event_name

i_event_parameters = i_event_parameters

i_update_data = i_update_data

i_event_queue = i_event_queue ).

ENDMETHOD.

Please share your views in getting rid of this bug.

Thanks in Advance.

Kiran.

Accepted Solutions (0)

Answers (2)

Answers (2)

gill367
Active Contributor
0 Kudos

Hello Kiran,

I guess when you are clicking quickly then it might be happening because click protection is not yet activated.

check the first question in this link. it may answer your query.

http://wiki.sdn.sap.com/wiki/display/WDABAP/GeneralTechnicalAspects

thanks

sarbjeet singh

Former Member
0 Kudos

Hi Kiran,

This can be a timeout problem. However it is happening only in Portal environment ? Are you able to execute this application from SAP GUI. You can create a simple test wda with LinkTo URL ui.

What does this application do ? Is there any specific Special UI like OfficeControl,Acf etc?

See the [https://service.sap.com/sap/support/notes/1411434|https://service.sap.com/sap/support/notes/1411434]

[https://service.sap.com/sap/support/notes/1470327|https://service.sap.com/sap/support/notes/1470327]