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

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 over an HTTP POST Request and have problems to properly config the associations to a category. For developing reasons I am using a…
2
votes
1 answer

SAP Gateway Client throws PAGE NOT FOUND! while creating OData service

I have been working on S/4 Hana. I was creating a odata service using existing BAPI BAPI_SALESORDER_GETLIST. I selected the required data while importing the RFC and set Customer number as the key. I have taken Customer, Sales Organization and…
Sumit Ghewade
  • 473
  • 4
  • 16
2
votes
1 answer

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 connection to the backend. Now I have a complex algorithm with a duration around 2 minutes. After 60 seconds, I get an timeout…
alexander-fire
  • 1,082
  • 4
  • 27
  • 52
2
votes
1 answer

Consume odata hosted on Amazon AWS (ABAP 7.4 MaxDB) with openui5

I implemented an odata-Service on a SAP NetWeaver Application Server ABAP 7.4 on SAP MaxDB - Trial Edition. It is hosted on Amazon AWS EC2. The odata was implemented with transaction SEGW. (I used this instruction:…
Victor
  • 23
  • 3
2
votes
3 answers

Read odata link in BreezeJS

I'm trying to get the BreezeJS library working with an SAP OData service. This is working for reading entities, but I'm not able to resolve the linked objects. My EntityType is an OrgObject.
Jowa
  • 51
  • 5
1
vote
0 answers

why method get_entity returns 404

I have implemented the get_entity of the parent and it works for me but when I want to implement the get_entity of the child it doesn't work and I don't know why? It gives me error 404 but what I want to consult is in the data table. This is the…
1
vote
1 answer

How to implement an ABAP OData Service as public?

I want to create an OData Service to be public, so no need for username and password verification. Is there any way to do it?
dave25
  • 121
  • 1
  • 5
1
vote
1 answer

Create nested DDIC tables for JSON?

I created a table "users" with user properties... however, I wanted to have a complex/nested field called "address", but it seems tables can only be flat in abap dict tables... I can only use ".INCLUDE" to put the address fields flat into the table…
MMMM
  • 3,320
  • 8
  • 43
  • 80
1
vote
1 answer

How to get parameters via $batch method CHANGESET_PROCESS?

I would usually get Function Import parameters from IT_PARAMETER in ~EXECUTE_ACTION, however if I'm coming in via $batch and therefore hitting ~CHANGESET_PROCESS, how do I get the import parameters? There's nothing I can see in it_changeset_request…
Fishrage_
  • 31
  • 6
1
vote
0 answers

SAP Fiori - Facing error "Different strict handling requested within one changeset" in new RAP Fiori Application

Hello stackoverflow community, During the development of a Fiori app (we use RAP and the OData V2 model), we have an ObjectPage with an input field as a multi-input. The user should later be able to enter (or delete) email addresses in this field.…
Roggy
  • 11
  • 1
1
vote
1 answer

Map sap:quickinfo into generated Java entity with odata-core

I create an OData client from an EDMX file using com.sap.cloud.sdk.datamodel.odata-core (https://sap.github.io/cloud-sdk/docs/java/features/odata/generate-typed-odata-v2-and-v4-client-for-java). My EDMX file contains the properties with…
Datz
  • 3,156
  • 3
  • 22
  • 50
1
vote
2 answers

How can I consume OData services from my own backend system for a UI5 app?

I am new to SAP and currently working on the walkthrough tutorial of the SAPUI5 documentation and managed to get to Step 26 - Remote OData Service. I also wanted to try this step with my own OData service from the backend system that I created for…
1
vote
0 answers

Annotation for Dropdown sending Values to extract values

I am working with a SAP NW 7.4 and I am using OData with Annotations (no CDS, SEGW & Code) for SAPUI5 Apps. These apps are built with Smartform and Smartfields. My question is: I have to extract the info an entitySet which is used as ValueList in…
RaulCB
  • 79
  • 9
1
vote
1 answer

How to incorporate different number representation depending on user locale in UI5?

For the SAPUI5 app, I want to display number data, according to settings set by user in SU01 (backend transaction, in SAP Logon). For example, user can set decimal separators as 22,000.000 (twenty two thousand) → US format 22.000,000 (twenty two…
Code_Tech
  • 775
  • 13
  • 42
1
vote
1 answer

Can i change in the OData errorhandling the errordetails property?

is there a way to change in the /IWBEP/CX_MGW_BUSI_EXCEPTION the errordetails the property code? Like write my own stuff in there For Example
Jünge alles
  • 491
  • 1
  • 5
  • 19
1
2
3
12 13