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

Support Launchpad Odata authentication

Former Member
1,568

Hello,

I would like to fetch customer system data via the support.sap.com odata service https://launchpad.support.sap.com/services/odata/svt/systemdatasrv/SystemOverviewSet

The data needs to be fetched automaticly so I was going to implement the http rest client class but I am unable to authentificate.

Here are the things that I tried:

Basic Authentication: ignored by service
SAML2.0 login: error message: JavaScript is needed
REST Auth provider: found no such service
Install SSL client certificate: I was not able to find a solution for this

Is there any way to authenticate for the support launchpad via ABAP tools?

Best regards
Börge

4 REPLIES 4
Read only

pierre_dominique2
Contributor
0 Likes
1,154

Hi,

I'd like to do the same but this API is not documented so I believe this is an internal API (i.e not supposed to be used by us...).

Cheers,

Pierre

Read only

1,154

Hi Pierre,

I could live with the "not documented" part, as the service reveals enough about itself to be used.
Access via Postman-Chrome-Plugin was fairly simple, but without a solution for the login via backend technology there is nothing to be gained from toying around with it.

Nevertheles thank you for your replay, it is always good to know if I am the only one having trouble...

Best Regards
Börge

Read only

sap-basis-snh
Discoverer
0 Likes
1,154

Hi,

nice to know that i am not the only one who is searching. The API provides a lot of useful information we could use. Therefore it would be cool to have a solution for the authentication.

Best Regards

Chris

Read only

former_member97569
Participant
0 Likes
1,154

Hi Börge, Pierre,

do you have any progress in the authentication? I need similar request.

ilya