cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Update complex property from Hybrid application

0 Kudos
181

Hi all,

I try to update complex property of an Entity by caling method oDataModel.update(sCtx, oTask, mParams) where

oTask = {

     id: "1".

     complexPrpName: {

          Release: false

     }

}


and the error is appear "The following problem occurred: JSON error -".

If I run update method from the same online application it works fine and I can catch break point session in a backend Update_entity method.


SMP SDK version is 3.11.0 sp 8, SMP server 3.0.8.3 sp 08.


Have SMP any restrictions regarding of complex property?


Thanks,

Pavel

View Entire Topic
Kevin_SAP
Product and Topic Expert
Product and Topic Expert
0 Kudos

You may want to be on a later version for the server (SMP SP10 PL05).  There are several challenges around complex properties of Entities.  Regardless, something that probably has to be traced and debugged.

Regards,

Kevin