Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data Connector

Former Member
0 Likes
1,125

Dear Sir,

I want to know what's the newest methods of accessing data from .NET to SAP

I know previously we have methods such as

-RFC

-web service

-...?

Thank you,

Sam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,046

Hi Sam,

We can still use RFC function module to get non sap data.

Are you facing an issue in RFC?

7 REPLIES 7
Read only

Former Member
0 Likes
1,047

Hi Sam,

We can still use RFC function module to get non sap data.

Are you facing an issue in RFC?

Read only

0 Likes
1,046

Hi Pravin,

Not an issue, but with the new release of sap version,

I'm wondering if there's a new method of connecting.

So I guess there are only 2 most popular methods then? rfc and webservice?

Thansk

Read only

0 Likes
1,046

You can also rely on OData

Read only

0 Likes
1,046

Hi Simone,

Which one is the best way to go when dealing with a web based application?

Web service or oData?

I learned that CDS can also published as oData

thanks,

sam

Read only

0 Likes
1,046

Hi Sam,

i used CDS only on OpenSap Courses, sadly, but OData seems to be more strong and "nice" to play with.

Even in my old 7.31 are available and I'm actively using them for developing our new Intranet (written in python/django) when it comes to communicate with SAP.

In this way I have a single way to comunitcate with SAP, using Django Rest when it's need or switching to SAPUI5 whenever I can.

They could be a bit tricky sometimes due SAP Gateway features (as you can see from my questions under UI5 space -facepalm-) but they rely on REST protocol (check Odata.org for better explain) and surely are more robust and flexible than old (and always hated by me) WSDL.

Edit:

to make an example: i really love old '60s cars but even a new small modern car got a better technology, is more reliable and consume less.

So, for a 6K miles trip, which you choose?

Read only

0 Likes
1,046

Thank you Simone,

My instinct also tell me to go with oData so thank you again for confirming it.

Read only

0 Likes
1,046

for power bi