cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error Conversion of type h to type g not supported.

Former Member
0 Kudos

Hi all ,

A Runtime error Conversion of type h to type g not supported in coming when iam running a application..

This is the error messages --

Note

The following error text was processed in the system D10 : Conversion of type h to type g not supported.

The error occurred on the application server p10dev_D10_00 and in the work process 6 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: IF_WD_CONTEXT_ELEMENT~SET_ATTRIBUTE of program CL_WDR_CONTEXT_ELEMENT========CP

Method: CONSTRUCTOR of program CL_WDR_CONTEXT_ELEMENT========CP

Method: IF_WD_CONTEXT_NODE~BIND_TABLE of program CL_WDR_CONTEXT_NODE_VAL=======CP

Method: GET_DATA of program /1BCWDY/G06Z97V1I5MEVC6HCSUQ==CP

Method: IF_COMPONENTCONTROLLER~GET_DATA of program /1BCWDY/G06Z97V1I5MEVC6HCSUQ==CP

Method: ONACTIONEXECUTE of program /1BCWDY/G06Z97V1I5MEVC6HCSUQ==CP

Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/G06Z97V1I5MEVC6HCSUQ==CP

Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP

Method: IF_WDR_ACTION~FIRE of program CL_WDR_ACTION=================CP

Method: DO_HANDLE_ACTION_EVENT of program CL_WDR_WINDOW_PHASE_MODEL=====CP

Please help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi ,

u must be having two variables in your method one variable of type h and other of type g

the type of h is not supported by variable g , so make sure tht both variables are of same data type

can u tell me , what is the type of the variables g and h , tht u have declared

rgds,

amit

Former Member
0 Kudos

Thnks amit problem is solved.... one was string & other char

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please refer to this wiki by me to avoid these errors -

http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=83657471

Regards,

Lekha.