cancel
Showing results for 
Search instead for 
Did you mean: 

OBJECTS_OBJREF_NOT_ASSIGNED

Former Member
0 Kudos

Hi,

Webdynpro abap, application giving below dump. Pls provide us what might be the reason.

The current ABAP program "CL_WDR_VIEW===================CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

You attempted to use a 'NULL' object reference (points to 'nothing'

access a component (variable: " ").

Active Calls/Events

No. Ty. Program Include

Name

10 METHOD CL_WDR_VIEW===================CP CL_WDR_VIEW===============

CL_WDR_VIEW=>EXIT

9 METHOD CL_WDR_VIEW_MANAGER===========CP CL_WDR_VIEW_MANAGER=======

CL_WDR_VIEW_MANAGER=>EXIT_VIEW

8 METHOD CL_WDR_CLIENT_COMPONENT=======CP CL_WDR_CLIENT_COMPONENT===

CL_WDR_CLIENT_COMPONENT=>EXIT

7 METHOD CL_WDR_CLIENT_APPLICATION=====CP CL_WDR_CLIENT_APPLICATION=

CL_WDR_CLIENT_APPLICATION=>EXIT

6 METHOD CL_WDR_MAIN_TASK==============CP CL_WDR_MAIN_TASK==========

CL_WDR_MAIN_TASK=>HANDLE_TIMEOUT

5 METHOD CL_HTTP_SERVER_NET============CP CL_HTTP_SERVER_NET========

CL_HTTP_SERVER_NET=>RAISE_EVENT

4 FUNCTION SAPLHTTP_RUNTIME LHTTP_RUNTIMEU20

HTTP_DISPATCH_EVENT

3 MODULE (PBO) SAPMHTTP SAPMHTTP

%_HTTP_TIMEOUT

Regards,

Saida

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I suggest that you have a look in ST22 and find more details about the dump. What was the line of code you are dumping on?

Just from the stack - it looks like you had a timeout occur. This coudl explain the null object reference, but it might also be a bug in the runtime to not catch such a situation. Do you have some coding in the WDDOEXIT method?