cancel
Showing results for 
Search instead for 
Did you mean: 

Customer_H and CRM_order_maintain_ow

Former Member
0 Kudos

hello,

I am trying to modify the content of customer_h within an order_save badi implementation.

I have this exception:

CX_SY_DYN_CALL_ILLEGAL_TYPE: the function call of CRM_customer_h_maintain_OW  failed; a field

may have been assigned to the parameter CT_input_field_names  whose type is not compatible with this parameter

in attachement you will  findthe code I wrote to call the function.

Best regards.



Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the changing paramter type , its only

  CT_INPUT_FIELD_NAMES not CT_INPUT_FIELDS . You have to pass field names only.

Regards,

Nithish

Answers (0)