cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error OBJECTS_OBJREF_NOT_ASSIGNED in WEB Dynpro

hawkvicky91
Explorer
0 Kudos

hi,

When i try to Run Web Dynpro Application i get Blank Browser Screen.

Upon analysis the through ST22 , i found RUN TIME 'OBJECTS_OBJREF_NOT_ASSIGNED ' with Exception 'CX_SY_REF_IS_INITIAL'.

further through source code extractor i find line that giving error is  "wdr_task=>application->if_wdr_navigation_listener~clear_navigation_q( )"

Did anyone knows how to solve it.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rohit,


Error can be because of multiple reason, try checking the cardinality of the nodes you are accessing, also the navigation of one view to another, and whether the view are correctly embedded inside the windows.

Mainly check whether Navigation links are provided between the views inside the window controller.

Donate points if answer is useful.

Regards,

Aakash Awasthi

hawkvicky91
Explorer
0 Kudos

Hi Aakash,


Cardinality of node i am using is  0..n.

There is only 1 view . and it is correctly embedded inside window.

This error is not limited to one particular app . i have tested 5-6 apps all are giving same error even basic "hello world" app. so i don't think there is something wrong with app.