cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic type conflict when assigning references

Former Member
0 Kudos

Hi All,

I have tried to call the URL,but it was not called due to the following error,could u plz help me in this

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: GET_ITEM_TYPE of program /1BCWDY/I3G4WYSTK8YREBVBBXMC==CP

Method: IF_COMPONENTCONTROLLER~GET_ITEM_TYPE of program /1BCWDY/I3G4WYSTK8YREBVBBXMC==CP

Method: PRE0EJHV2JXJD3DF47PXY1KJP2ND of program /1BCWDY/I3G4WYSTK8YREBVBBXMC==CP

Method: IF_VI_RES_MAIN~COMPONENT_NAVIGATION of program /1BCWDY/I3G4WYSTK8YREBVBBXMC==CP

Method: ON_START_RES_MAIN of program /1BCWDY/I3G4WYSTK8YREBVBBXMC==CP

Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/I3G4WYSTK8YREBVBBXMC==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_ON_START_RES_MAIN_EVT of program /1BCWDY/I3G4WYSTK8YREBVBBXMC==CP

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system STD in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server stdmain_STD_57 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server stdmain_STD_57 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

Regs,

Surendra.

Edited by: Konduru Surendra on Jan 9, 2008 11:58 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Yashpal
Active Contributor
0 Kudos

Hi ,

there is some problem in a method GET_ITEM_TYPE when a call is made ...check this method.....set breakpoint in this method .. and debug it..

Regards

Yash