Hi All,
I have build a small application for Flor Plam Manager in web dynpro for ABAP.
The problem is when I started testing the Webdynpro application It's giving a dump
Dump in ST22:
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED_NO
Exception CX_SY_REF_IS_INITIAL
Information on where terminated
Termination occurred in the ABAP program "/1BCWDY/G1BA2TNPMJJ0R45SGYPB==CP" -
in "PREPARE_NAVIGATION".
The main program was "SAPMHTTP ".
In the source code you have the termination point in line 1860
of the (Include) program "/1BCWDY/B_G1BA3WTH8SA9G36U5AHM".
Termination occurred in a Web Dynpro application
Web Dynpro Component FPM_OIF_COMPONENT
Web Dynpro Controller CNR_VIEW
The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in
procedure "PREPARE_NAVIGATION" "(METHOD)", but it was neither handled locally
nor declared
in the RAISING clause of its signature.
The procedure is in program "/1BCWDY/G1BA2TNPMJJ0R45SGYPB==CP "; its source
code begins in line
1686 of the (Include program "/1BCWDY/B_G1BA3WTH8SA9G36U5AHM ".
Portal error
Note
The following error text was processed in the system GHD : Access via 'NULL' object reference not possible.
The error occurred on the application server jq03a000_GHD_90 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Method: PREPARE_NAVIGATION of program /1BCWDY/G1BA2TNPMJJ0R45SGYPB==CP
Method: MODIFY_VIEW_ASSEMBLY of program /1BCWDY/G1BA2TNPMJJ0R45SGYPB==CP
Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/G1BA2TNPMJJ0R45SGYPB==CP
Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
Method: FIRE_EVENT of program CL_WDR_COMPONENT==============CP
Method: IFWDR_INTERNAL_API~RAISE_EVENT of program SAPLWDR_RG_PROXY_FACTORY
Method: IF_COMPONENTCONTROLLER~FIRE_PREPARE_NAVIGATION_EVT of program /1BCWDY/G1BA2TNPMJJ0R45SGYPB==CP
Method: WDDOBEFORENAVIGATION of program /1BCWDY/G1BA2TNPMJJ0R45SGYPB==CP
Method: IF_WDR_COMPONENT_DELEGATE~WD_DO_BEFORE_NAVIGATION of program /1BCWDY/G1BA2TNPMJJ0R45SGYPB==CP
Method: DO_BEFORE_NAVIGATION of program CL_WDR_DELEGATING_COMPONENT===CP
Can any one suggest solution for this ?