Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm about to Create an application using visual basic.net but I'm using SAP database (VB.NET SAP Function ocx) to call data. I can export individual parameter to sap but i don't know how to export data table.. Please help me guys. Thank You

Regards miziel..

share|improve this question

1 Answer

One way I know of is creating a remote enabled function module. You can send in a table or extract a table that way.

share|improve this answer
I already created the module where in i will throw all my data from VB.net My problem is what syntax should i use to export table data. I can export individual parameter by the syntax codes.exports("COSTCENTER")= txtCostCenter.text. But i don't know how to export tables. Thank you so much – Michelle Ann Valencia Jul 26 '12 at 5:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.