Skip to Content
0
Former Member
Mar 28, 2006 at 01:18 PM

Retrieving wrong data from BAPIs

20 Views

Hello everyone,

I have a .NET (C#, ASP.NET) application that uses SAP.NET Connector 2.0 to connect to SAP.

I call a BAPI that returns something like this:

<?xml version="1.0"?><node_name><item><LIST>1.1

57,21 462,87</LIST></item>

When I see the BAPI result in SAP, I see this data correctly formatted I mean, these numbers: 1.157,21 462,87

But when I see the BAPI result from my .NET project, I'm getting something like this:

1.157,21462,87

The BAPI is sending the result in a string format, NOT a table.

Does anybody know why is this happening ?

Thank you all