cancel
Showing results for 
Search instead for 
Did you mean: 

Read C4C data from SAP BusinessObjects Universes

Former Member
0 Kudos

Hi,

I'm trying to create a connection from SAP BusinessObjects to be able to read C4C data in universes.

I have tried to use the generic oData connection. Here are the two url I've tried and the resulting error message

Url : https://xxxxxxxxxxx.ondemand.com/sap/byd/odata/v1/c4codata

A problem was found with the provider's metadata document. Detailed message: A property which is a complex type is missing a nullable attribute or the nullable attribute is set to true in complex type 'MEDIUM_Name' for property 'Name'

https://xxxxxxxxxxx.ondemand.com/sap/byd/odata/v1/c4c.svc/CorporateAccountCollection/

A problem occurred while communicating with the provider. Detailed message: Server error: 00145E5B1CC71EE0ABBBBBCC403C29E2 - Der Request-URI ist ungültig. Das Segment 'CorporateAccountCollection' muss das letzte Segment sein (response: status=400, reason='Bad Request', request='/sap/byd/odata/v1/c4c.svc/CorporateAccountCollection/$metadata')

I think the first url structure is in the good way but I miss something...Is there something to activate in C4C?

Thanks in advance for your help.

Regards

Christophe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Christophe,

Please check below blog for OData services.

I hope this will be helpful to you.

Regards,

Mithun

Answers (1)

Answers (1)

unnati_hasija
Advisor
Advisor
0 Kudos

Hello Christophe,

The first URL https://xxxxxxxxxxx.ondemand.com/sap/byd/odata/v1/c4codata/ is correct and should give you all the entity sets part of this OData service.

The second URL should be either to read the Collection: https://xxxxxxxxxxx.ondemand.com/sap/byd/odata/v1/c4c.svc/CorporateAccountCollection


In case you wish to check the metadata: Please use: https://xxxxxxxxxxx.ondemand.com/sap/byd/odata/v1/c4c.svc/$metadata.

Hope, I have answered your question. Please revert in case you have more questions.

Regards,

Unnati