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: 06-Dec-2019

163 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements