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

OData Services documentation

urs_troesch
Discoverer
0 Likes
1,274

We're integrating C4C data into our data warehouse via OData interface.

We struggle with the data structures in C4C. Is there a more complete documentation than the ones we know.
We know the integration information which is included in C4C (Business Analytics > Design Data Sources > Documentation > Integration information
There the problem is that it's often very unclear which Field belongs to which "real entity". If we would download all columns we have lots of duplicates. Then there is the OData services documentation:
https://help.sap.com/doc/77979cd206da4b7f9bd264b390d373fc/1908/en-US/OData_Services.pdf
This document shows the logical structure of the data sources which is very helpful.
The naming is not 100% matching with the namings on the data source information.
The thing which is missing is "which field in the data source belongs to which logical entity from the Odata services documentation".
Is there such documentation available? Or is "trial & error" the only possibility?

1 ACCEPTED SOLUTION
Read only

former_member187491
Active Participant
914

Hi Urs,

Please note that the PDF document in the link above provides a link to the latest OData API V2 Reference document - https://help.sap.com/doc/d0f9ba822c08405da7d88174b304df84/latest/en-US/index.html. It provides the field level detail you are looking for.

Please be careful not to use the C4C OData API v1 reference which is included in the PDF, as it is deprecated.

Regards,

Mustafa.

2 REPLIES 2
Read only

former_member187491
Active Participant
915

Hi Urs,

Please note that the PDF document in the link above provides a link to the latest OData API V2 Reference document - https://help.sap.com/doc/d0f9ba822c08405da7d88174b304df84/latest/en-US/index.html. It provides the field level detail you are looking for.

Please be careful not to use the C4C OData API v1 reference which is included in the PDF, as it is deprecated.

Regards,

Mustafa.

Read only

urs_troesch
Discoverer
0 Likes
914

Thx, seems like this answers all my doubts.