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

Consuming SAP NetWeaver Gateway Services from Android app

I am developing an application in Android which consumes OData services provided by SAP NetWeaver gateway, I am using Odata4J library for consuming services. ODataConsumer consumer = ODataConsumers …
DCoder
  • 3,486
  • 7
  • 36
  • 68
0
votes
2 answers

SAPUI5 Create OData entity with dates - generates incorrect request payload that ends in CX_SXML_PARSE_ERROR

We are trying to create an entity that has date attributes via an odata service. Backend is an sap system. This entity has only 3 key attributes plus a bunch of other attributes. We have identified that dates in the keys are the root cause of the…
Tiago A.
  • 1,392
  • 1
  • 16
  • 26
0
votes
2 answers

SAPUI5 parameter transfer to web transaction

I am trying to open a transaction through the SAPUI5 event (eg. list item click). While opening that transaction, parameters from the selected list item element in the SAPUI5 will be sent to that transaction and will fill specific input fields in…
user3423064
  • 1
  • 1
  • 2
0
votes
1 answer

X-CSRF-TOKEN validation failed in SAPUI5

I am calling a create service of SAP Net weaver Gateway from SAPUI5. I have written following code for getting CSRF but I am not able to get it. It asks me to enter the username and password as shown in the image. Code: function onSave() { …
Ash
  • 119
  • 3
  • 5
  • 11
0
votes
3 answers

SAP UI5 odata create fail

i'm working with SapUi5 to build a webapp which connects to our Netweaver Gateway. This App consumes the data successfully, i only have problems to create objects with the service. The response data i get is 500 Internal Server Error…
Fussel
  • 123
  • 1
  • 1
  • 9
0
votes
2 answers

Error in SAP Gateway service for Fiori My Leave Request

I am trying to implement My Leave Request App. I have I have implemented all the SAP Notes and Add-on Components mentioned in http://help.sap.com/saphelp_fiori/fiori10_install_en.pdf But when I try to execute the service ZLEAVEREQUEST in the Gateway…
Maruthi Revankar
  • 331
  • 2
  • 5
  • 17
0
votes
1 answer

Error while updating SAP backend data using OData and SAP Gateway services

I am trying to update SAP backend using OData and SAP Gateway services. while executing it throws an error and doesn't update data in backend. I am trying to update 'accounts' data in SAP CRM backend. The error message contains this response: …
Arihant
  • 11
  • 5
-1
votes
1 answer

SAP ODATA URI Query

I wanted to pass multiple parameter as INPUT for ExpandedentitySet. Could anyone help on URI alone ? Tried many combinations but couldn't able to decode. OData V2 Attempt…
GSAP
  • 1
-1
votes
1 answer

Inline component is not defined or not allowed (HTTP PUT)

I have been looking at this for quite some time and I don't know why it fails, because in another controller I have the same code and it updates the model. What do you think it could be? onAcepta: function(oEvent) { var oModel =…
JK97Tae
  • 28
  • 8
-1
votes
1 answer

Fiori Standard App 'My Benefits' Extensions Not Working After GW Upgrade [SAP Fiori, SAPUI5, SAP NW Gateway]

We upgraded our GW system to 7.52 SP 7 and also migrated the systems from on-prem to Azure. ECC 7 system is on-prem. After the upgrade and migration was done, the Standard Fiori app 'My Benefits' tile is opening but only the standard portion is…
-1
votes
1 answer

How do I deserialize this Json (Header + Item from SAP) into a model

We are using Netweaver Gateway to get data from SAP. I have a class which I use with JsonConvert.DeserializeObject to get the JSON converted to my model. Which works fine. But now we are working with HEADERS and ITEMS. Can't get it…
-1
votes
1 answer

Slow performance in a second POST request on SAPUI5

the community of SAPUI5 in the world is so small, so i need to see if someone can help me with this problem or an explanation of what may be happening next. I have a UI5 application which consumes gateway services using the oDataModel, When I try…
-1
votes
1 answer

OData Gateway - HTTP Open failed: PLUGIN_NOT_ACTIVE

When I am trying to run SAP oData service I am seeing below popup message. Please help me how to activate this plugin.
Abhishek
  • 99
  • 1
  • 14
-1
votes
1 answer

How to convert internal table of type LISTZEILE into JSON or XML?

I have a requirement where in I have to expose Standard SAP reports to Gateway services. So I have utilized INST_EXECUTE_REPORT function module and output of the above FM with 'RM06ELLB' as input is as follows: The above image displays as in the…
Arpitha
  • 1
  • 1
  • 5
-1
votes
1 answer

Consume expanded EntitySet in UI5 without GetEntiySet Implementation

I'm new in UI5 and I'd like to read an EntitySet without implemention of Get EntitySet oModel1.read("/LinesSet?$expand=ToCells&$filter=IdQuery%20eq%20%27ZSMKPI_QM_TOTAL_USERS%27", { success: function(oData) { console.log(" expand"); …
Mahdi Hammami
  • 81
  • 1
  • 1
  • 5
1 2 3
12
13