goenning / SharpSapRfc

Making SAP RFC calls even easier with .NET
MIT License
84 stars 27 forks source link

single structure to import as table parameter #5

Closed goenning closed 10 years ago

goenning commented 10 years ago

var customer = new Customer("ABC"); function.AddParameter("gt_customer", customer);