Syntax error Using SAP connector 3.0 on an MVC application

Using SAP connector 3.0 on an MVC application



Try adding a new row before calling SetValue. Please check the below:

employeeHoli.Append();
employeeHoli.SetValue("ColumnName", "0000345");

You use a table parameter that can hold multiple lines. You have to append the above lines that will return some structure and you can fill that structure.

Updated on: 2019-12-06T11:03:47+05:30

286 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements