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
-1
votes
1 answer

How to call SAP GW create_deep_entity method() in SAP WebIDE?

I have been using Web IDE trial version to try out one application. The application needs to pass data to Gateway method Create Deep Entity. While using oModel.create() getting an error which says method not implemented (i.e. Plain create method is…
saurabhC
  • 31
  • 1
  • 7
-1
votes
2 answers

Consume OData Service in SAP Build Prototypes

​When we are creating prototypes on ​​Build we can consume OData service from Excel​. My doubt is if we can consume OData Gateway Service on Build? If it's possible, how can I do it?
Rubens P. P.
  • 19
  • 1
  • 9
-1
votes
2 answers

How to get session id from data provider class in SAP Gateway?

I am trying to find out how could I get information about external session id? I see it on a very top of the abap stack: However, did not find any way to access this variable in the Data Provider Class. Do you have any tipp?
Denis
  • 31
  • 2
  • 8
-1
votes
1 answer

How to get the data from SAP to ASP.net using SAP GateWay Service

Please help how to get the data from SAP gate way services. SAP team given this url::- http://Gateway_host:Gateway_port/sap/opu/odata/sap/ API SRV/ApplicationPendingListSet?$filter=UserID eq 'XXXXX' and user id & password. how to get this data in…
Pradeep Kolli
  • 33
  • 1
  • 5
-1
votes
2 answers

OData Read-Callbacks not triggered in UI5 controller

I need a manual OData call from SAPUI5 to my SAP Gateway (without data binding). For that, I'm using the following code: oModel.read("/ZTestSet"), null,null,false, function(oData, oResponse){ alert("success"); }, function(oError…
alexander-fire
  • 1,082
  • 4
  • 27
  • 52
-1
votes
1 answer

How to load data into dummy implementation of get_expanded_entityset in ABAP gateway?

We don't have any back-end or RFC to database table. So, we have made a dummy implementation of get_entity, get_entityset... such that we are providing data through debugging. DATA Model: Employee Entity { Emp_name, **Emp_id**, Emp_address} Company…
adirocks27
  • 51
  • 3
  • 10
-1
votes
1 answer

ABAP oDATA Service: How to provide nested data in one call?

I want to write a custom Fiori, using an oData Service to call the data out of my SAP system. Using the SEGW transaction, I already set up a service to return a flat structure based on the VBAK table. Using that knowledge, I could develop an…
SDD64
  • 706
  • 13
  • 28
-1
votes
1 answer

How to consume the SAP Web serveices in Android

I want to build mobile apps for smartphones which will get data content from our SAP Backend. I have experience in developing native Android apps but with SAP, I will get my first question in mind that "Where do I have to start ?". I researched and…
-1
votes
1 answer

Consuming SAP Web Service in .net or sharepoint

I have received these three links from SAP team. http://nmb.net:2525/sap/opu/odata/sap/empl/ URL for service document: http://nmb.net:2525/sap/opu/odata/sap/empl/?$format=xml URL for…
Imir Hoxha
  • 1,674
  • 6
  • 31
  • 56
-4
votes
1 answer

How to call get_entity method

I'm just starting with SAP FIORI app developing. I created simple oData model for SAP user details, I implemented two methods: get_entityset - receives list of users with personal number and full name get_entity - receives more details of single…
plota
  • 55
  • 6
  • 12
1 2 3
12
13