cancel
Showing results for 
Search instead for 
Did you mean: 

SAP .NET Connector 2003 and ToAdoTable()

Former Member
0 Kudos

Hi,

I am trying to convert a sap table to ado table. I am using rfc and function returns a table. My code is;

...

...

ZBMBSEKTORTable sapSEKTOR = new ZBMBSEKTORTable();

//this table is coming automatically.

sapProxy.Z_RFC_DI_URUNTIPLERI(ref sapSEKTOR);

DataTable dt = new DataTable();

dt = sapSEKTOR.ToADODataTable();

I am getting error while converting sap table to ado table. As I mentioned in header of this topic, I am using .NET 2003 and SAP Connector for .NET 2003. What is the problem? How can I solve this problem?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sorry,

there is no problem. My error is deatl with another thing.