-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to leverage this with Gateway service developed using SEGW #41
Comments
no, its 2 different approaches/technologies |
Thanks larshP for your quick reply on this. |
try some of these: however I recommend sticking to your technology choice either to odata or swagger, guess there will be some issues if trying to combine it |
You can use SEGW's generic Rest Enablement for the ICF Handler, but cannot utilize the advantages of the Object Relational Mapping(ORM) or the toolkit provided by OData out of the box. |
Thanks for your comments! |
Hello @NareshSAP , @thesourav123 and @larshp , I'm currently facing the exact same requisite in the context of API Management. How did you manage your request @NareshSAP ? What would be the way to provide true RESTful services that expose business data from SAP Backends?
This issue is a little bit older but I hope I can get some info from you guys that already felt this challenge. It's a brand new world and I'm trying hard to understand SAP Positioning on this matter, where OData is the chosen protocol, but in API Management context, the majority of developers speak native REST.. Thank you! |
ABAP-Swagger is an OpenAPI based tool, not related to OData/Gateway SAP odata is great if you are building a SAP UI however, for restful services I personally prefer more control/flexibility than odata, it exposes a lot of stuff that is not really there/not implemented |
technology-wise, I typically recommend customers to have as few steps/platforms as possible. CAP is nice, but for calling the ABAP backend its just an extra step CPI is nice, but for calling the ABAP backend its just an extra step, especially if you need to pass everything through apigee anyhow odata is not supported by all API platforms(I dont know about apigee), so its just an extra intermediate format |
Thanks @larshp , Another question is for mashup scenarios. Thanksssss |
pressure management to choose the SAP equivalent solution of apigee, then you have one vendor of the ecosystem to ask. Mixing and matching software gives work ERP and CRM: depends on the long term plan, I dont remember the SAP roadmap for CRM. But build it in one place that corresponds to your long term strategy |
Understood, even if SAP API Management tool was picked, it would not solve the issue of RESTish(OData) vs RESTful. |
SAP API mgt, would solve as to which direction management points, if they ask you, point to SAP as the vendor |
yes but the idea behind APImgt is that any stack/vendor should be able to publish their services in one common single point so that external devs can consume public data agnostically |
Hello Team,
I am very delightful to know about this open source project and it is quite useful for ABAPers who are working on SAP REST services as a provider to outside world. Thanks and much appreciated.
However, I am wondering is there any way to leverage to REST services developed using SEGW transaction in SAP to run and test the service directly through Swaggger UI by IIB/.Net (non-SAP) developers in order to create client interface out of it.
I would appreciate if someone point me to the discussion if it was already closed to verify once.
Thanks, Naresh
The text was updated successfully, but these errors were encountered: