Questions tagged [sap-gateway]

Use this tag when the question involves implementing OData-compliant REST APIs in SAP Gateway, and everything about SAP Gateway Foundation: OData service implementation, proxy classes for OData services, REST messages (GET, PUT, POST, DELETE), etc.. NOT to be confused with "SAP Gateway for Microsoft" [sap-gwm].

SAP Gateway (Formerly known as "SAP NetWeaver Gateway") is a technology that allows connecting different platforms and environments based on open standards like .

It provides tools and environment for development OData services for connecting SAP and non-SAP systems. SAP Gateway can be deployed either standalone or on top of ECC system by installing SAP_GWFND component.


Official community page: https://community.sap.com/topics/gateway

190 questions
0
votes
1 answer

how to do a batch Read call in UI5 using oData

I'm trying to have a batch read call in following manner. Batch should have: ("/EntitySet", "Get", Filter1), ("/EntitySet", "Get", Filter2), ("/EntitySet", "Get", Filter3) How to do such a batch call. I refered to this blog, but not of much…
adirocks27
  • 141
  • 1
  • 6
  • 15
0
votes
1 answer

sap gateway for microsoft visual studio 2013 add-in install error

i´m currently trying to install the SAP Gateway Add-on for Microsoft Visual Studio 2013, but I´m getting the following error: Error: Cannot find Microsoft.IdentitiyModel.Clients.ActiveDirectory.dll in Global Assembly Cache I´ve followed the…
0
votes
2 answers

Can't delete OData service from "/n/iwfnd/maint_service"

This is a custom OData gateway service that I imported from a transport from a different system. If I go to /n/iwfnd/maint_service and try to delete the service it says: Service cannot be deleted, delete ICF Node first If I try to delete the ICF…
Derek
  • 7,615
  • 5
  • 33
  • 58
0
votes
0 answers

Simple example for TreeTable Odata Binding for SAP Fiori App

is there a simple example which showcases TreeTable control using ODataService which calls your backend tables. I came across this example->http://scn.sap.com/community/developer-center/front-end/blog/2015/10/23/treetable-odata-binding but this does…
qwerty
  • 163
  • 3
  • 12
0
votes
0 answers

401 unauthorised error while connecting to SAP Restful services API

We have a SAP RESTful service for retrieving Order details from SAP. When I test the URL from Postman its working fine. I am able to see the expected records. But when I am trying to do the same from C#, its throwing unauthorised error. I have used…
Dinesh
  • 2,026
  • 7
  • 38
  • 60
0
votes
1 answer

how to call bapi in se37 and give output of bapi to another bapi

I have 3 bapi named BAPI_SALESORDER_GETLIST,BAPI_SALESORDER_GETSTATUS and BAPI_SALESORDER_GETDETAILBOS. Here in the first bapi I have to input Customer Number and Sales Organization as input and retrieve Sales Document Number (SD_DOC) and…
Sumit Ghewade
  • 473
  • 4
  • 16
0
votes
1 answer

Using SAP Netweaver to request RMTSAMPLEFLIGHT entries by cityFrom cityTo

I am currently using Camel with Netweaver to request information from: https://sapes4.sapdevcenter.com/sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/FlightCollection/?sap-ds-debug=true Through Beans and the following…
stackmonkey
  • 115
  • 2
  • 11
0
votes
1 answer

Odata service for two tables and how to make a master table using both tables in UI5

I want to create an OData service to fetch details from two tables of SAP and fit it using Master detail template in UI5. The first table contains only the product Id and description , while the second table contains the Product Id and product…
Ashish Jain
  • 7
  • 1
  • 10
0
votes
1 answer

SAP HCP Java proxy servlet to mask a variable

Introduction I have a SAP HANA Cloud Platform account. I have also deployed a Java application to the account and created a test servlet, which returns dummy data. On the other side i have a SAP UI5 application which i develop on the WebIDE. I…
Matthias Günter
  • 617
  • 8
  • 24
0
votes
1 answer

HTTP vs. SAP adapters in MFP 7.1

Trying to use the Service Discovery feature of MobileFirst Platform Studio 7.1.0.00-20160323-1606. The adapter.xml file that gets generated is for an HTTP adapter, not an SAP adapter.
0
votes
2 answers

SapUI5 and Odata Service issue

I am trying to consume Gateway OData Services in sapui5 app. Metadata - /sap/opu/odata/SAP/ZUSER_MANAGE_SRV/$metadata as follows: UserdataSet - /sap/opu/odata/SAP/ZUSER_MANAGE_SRV/UserdataSet as follows: MY CODE var oModel = new…
kuljit k
  • 291
  • 2
  • 12
  • 23
0
votes
1 answer

Redefine standard OData service - SAP Gateway NetWeaver

in my project, i'm using Sales_Order_Create Service. In my use case, it is required to change some business logic in the backend: Gateway Netweaver (create deep entity method). I used the approach of create new Project(child), and then Redefine >…
METTAIBI
  • 3,201
  • 5
  • 22
  • 29
0
votes
0 answers

How to model a many to many relationship in SAP NetWeaver Gateway?

First to say is I did research, this question has already been asked on SCN, but has no answer there. I also tried to google, but after an hour I surrenderd. I have two entities, Userand Project. There are two association between them: One is 1:n…
inetphantom
  • 2,498
  • 4
  • 38
  • 61
0
votes
1 answer

How to pass Header in SAP NetWeaver Mobile First adapter

How to pass Header parameters in SAP NetWeaver gateway adapter of IBM Mobile First plateform. I want to pass parameter in SAP adpater's header.. In HTTP Adapter we can create header param and then can pass required parameter in it, but how to pass…
0
votes
2 answers

OData response does not contain data

I am developing a SAPUI5 application that uses the SAP OData service CRM_OPPORTUNITY. In my program I am trying to do the following request to the OData service getMax: function(oEvent) { var oModel = this.getOpportunityODataService(); …
Morten Milbak
  • 25
  • 1
  • 3