cancel
Showing results for 
Search instead for 
Did you mean: 

The serialized resource has an missing value for member "TEST_NAME"

amit_sharma36
Participant
0 Kudos

Hello Experts,

I am using oModel.create (oModel is object of sap.ui.model.odata.ODataModel) to create new entry in db table using odata services. I am getting values from user and passing it to above method.

service is using procedure for creatio which is having one input parameter of line type of backend table.

I am getting error message "The serialized resource has an missing value for member "TEST_NAME".

You can see , I am passing value of both fields in request but still this issue is happening. Your help would be highly appreciable.

Please refer to attached file for detail.

Regards,

Amit Sharma

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

the error message I saw was he serialized resource has an missing value for member "Test_Name".

was it perchance an issue with the case of the provided detail and the defined metadata?

Test_Name not equals TEST_NAME ?