cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy error during runtime but success for manuall test ?

Former Member
0 Kudos

Hi,

I got scenario using inbound ABAP proxy. The problem is when i test the inbound proxy manually, it was sucessfully, but then if i run directly from sender got problem :

Error during proxy processing An exception with the type CX_SY_DYN_CALL_ILLEGAL_TYPE occurred, but was neither handled locally, nor declared in a RAISING clause The function call of ZPSCD_CTRACCOMOBJECT_CREA failed; a field may have been assigned to the parameter ZCOM_COMPDHDR whose type is not compatible with this parameter

Please help

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Fernand,

As stated in the exception, there is a compatibility issue between source and target fields, but without further details (msg definitions etc), we can't tell you exactly what's wrong ...

What's the ABAP type of ZCOM_COMPDHDR field in your RFC function module ?

Rgds

Chris

PS : also check the msg content to make sure generated field is compatible with the expected type (manual test was successful because you set it to the suitable value, whereas in "real" situation there is discrepancy)

Edited by: Christophe PFERTZEL on Apr 28, 2008 1:22 PM