My Web Dynpro View generates a short dump at runtime before displaying but after correctly running trough the WDDOINIT
and WDDOMODIFYVIEW
methods.
The short dump indicates that "Access via 'NULL' object reference not possible." and occurs several levels deep in standard SAP code in CL_NW7_VIEW_ELEMENT_ADAPTER=>CREATE_NW7_BY_VIEW_ELEMENT
.
The short dump contains the following search hints:
- "OBJECTS_OBJREF_NOT_ASSIGNED"
- "CL_NW7_VIEW_ELEMENT_ADAPTER===CP"
- "CREATE_NW7_BY_VIEW_ELEMENT"
I've removed embedded views and any logic that might not properly initialise objects.