cancel
Showing results for 
Search instead for 
Did you mean: 

Errors while passing the data using API

former_member188878
Active Contributor
0 Kudos


Dear All,

please you help,despite passing the data via.API and getting populated in the CR we are getting the errors while performing the checks on CR.

Any boady faced this issue.

eg:Industry type 100 was passed but still error message are coming,same issue with country,language also we are getting "attributes of contact person cannot be change for BP Category org".

regards

shankar

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_theis
Active Contributor
0 Kudos

Hi Shankar,

the error messages that you're facing are raised by the application specific checks of the business partner. The data that is currently stored in the CR is not valid. If you only add the data to the CR using your code via the API, the code is most probably the reason for the errors. You have to ensure that you sent valid information via the API.

Best regards

Michael

former_member188878
Active Contributor
0 Kudos

Dear Michel,

yes we are facing the dumps whle activating the CR

Assertion Failed failing at the below code line,any input highly appriciated.

assert if_usmd_key_handler~is_tmp_key(

               i_fieldname = <ls_entity_prop>-r_fprop->fieldname

               is_key = <ls_tmp_key>

             ) is not initial.

regards

shankar

michael_theis
Active Contributor
0 Kudos

Hi Shankar,

as said, it seems that the data you're putting into the CR is not valid.

Best regards

Michael