Top "Sap-gateway" questions

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.

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 …

sapui5 sap-gateway
OData call with $filter and $expand simultaneously

I've been trying to call a entity, but i'm supposed to call the results from its associated entities. I tried …

odata sap-gateway
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. …

javascript odata sapui5 sap-gateway
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, …

sapui5 netweaver sap-gateway
$batch request resulting in error "Default changeset implementation allows only one operation"

I am making a worklist application using SAPUI5. The problem is that when I create an entry and then create …

odata sapui5 sap-gateway batch-request
SAPUI5 request timeout to the Gateway

I have an odata-request in my SAPUI5 application which calls the Gateway. On the Gateway, I have an Trusted RFC …

sapui5 sap-gateway
SAPUI5 OData - How to create new entry with association to existing entity?

I am currently using SAPUI5/OpenUI5 to consume and modify OData Services. I want to create a new product entry …

javascript odata sapui5 sap-gateway