cancel
Showing results for 
Search instead for 
Did you mean: 

DUMP issue

Former Member
0 Kudos

Hi All ,

I am getting the below  dump while testing the server proxy in duet system.

Please let me know how to resolve this issue.

Category               ABAP Programming Error

Runtime Errors         OBJECTS_NOT_COMPATIBLE

ABAP Program           CL_CRM_GENIL_CONT_SIMPLE_OBJ==CP

Application Component  CA-WUI-GOL-GIL

Date and Time          07/01/2013 09:45:33

Error analysis
    The statement
       "MOVE deepStruc1 TO deepStruc2"
    requires the operands "deepStruc2" and "deepStruc1" to be compatible.
    Compatibility means equivalence in the context of
    ABAP/4 type checking.

    In this case, the condition is not satisfied: The operand "deepStruc2" has the
    the type "v" and the length 144, but the operand "deepStruc1" has the type
     "ZDELETED_YIELDED_ORDERS"
    and the length 152.

IS_ATTIBUTES structure

Field symbol < ATTR> structure

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Saritha,

Which operation are you testing (query, read, ...)?

Are you manually creating the server proxy? If so, then you should re-visit the various methods. For example in the READ method of the server proxy you need to ensure that you are passing the proper INPUT and OUTPUT variables when calling the method /iwfnd/cl_soap_bridge=>bulk_read.

Have you used the BDC Browser tool to generate the solution?

Please also note that we have introduced a new development approach utilizing the Gateway Service Builder and the BDC Browser. If you are not yet using this, then I highly recommend to switch over to the new approach for all your new developments. More info: http://scn.sap.com/docs/DOC-33223

Cheers, Alex

Former Member
0 Kudos

Hi Saritha,

Can you check if your Input and output is structure

thanks

Sri