210 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
76
views
SEGW Mapping on GetEntitySet (Query) setup for date range data
I've been hardstuck on making service to expose data through API/OData. The url I use:
http://server.serversap.com/sap/opu/odata/sap/ZGW_YTI_POS_SRV/EtDataSet?$format=json&sap-client=100&
$...
0
votes
1
answer
249
views
SAPUI5 ODataModel update (PUT) fails with "HTTP method not allowed", works in SEGW client
I have an OData service generated in SEGW (SAP Gateway).
I want to update a single record from SAPUI5 using oDataModel.update.
My UI5 code:
const owner = this.getOwnerComponent();
const oDomModel =...
2
votes
0
answers
91
views
String was not recognized as valid DateTime error
We would like to post notifications (IW23) via a PowerAutomate.
Unfortunately, this only works if the browser language is English.
For example, in German we get the following error message:
"...
0
votes
0
answers
622
views
Add a value help to a field from an extension to a standard gateway service
I'm trying to add a value help to an extended field of the standard report Monitor Purchase Order Items
I've added the field gsber to the report by extending CDS view C_PurchaseOrderItemMoni and the ...
0
votes
0
answers
495
views
The HTTP response code (403) indicates an error. The OData service responded with an error message
I'm following this official SAP tutorial: Connect to OData Service on Cloud Foundry Using SAP Cloud SDK
But I struggle to connect to Production order API. This is the official SAP data for this API.
...
1
vote
1
answer
120
views
How to get the context of a parent oDataService in an enhancement implementation?
We have a standard Fiori Application that is calling a pretty complex standard oDataService.
We have an enhancement implementation (ZCL_MYENHANCEMENT) that is called as part of the backend call from ...
0
votes
0
answers
42
views
The Data Services Request version '3.0, 3.0' cannot be parsed
We randomly (2-3 times a day) get the following error in 2 of our Fiori applications during the first GET calls (one of which is a simple $count). These apps are used hundreds of times per day, but ...
0
votes
1
answer
522
views
Best way to suppress "Resource not found for segment 'X'"
What is the best way to suppress the error shown when an entity is empty (which is a valid scenario for our app)?
Background: We have a Master/Detail approvals app which shows items to be approved. ...
0
votes
1
answer
114
views
SAP Odata ABAP standard stack calls
I tried to debug the ABAP stack of an OData service, and I see there is this call which is taking more time which is called as "Load MPC class" same with all the DPC and DPC_EXT classes, ...
0
votes
0
answers
438
views
SAP Odata Metadata Cache
As we know, we clear the metadata of OData services after every deployment or release. Clearing the metadata cache using a few standard UI5 programs has been very helpful. However, we are experiencing ...
1
vote
1
answer
122
views
How to remove multi-origin composition
The payload data getting passed to OData from Fiori application is with SAP__Origin field that is getting automatically added in the URI parameters list due to multi origin composition done before.
...
1
vote
0
answers
239
views
Analytical List Page - Quantity field is not summed
I created an OData service without a CDS view and added annotations to MPC_EXT->DEFINE:
I have one measure and five dimensions defined - like this:
METHOD define.
super->define( ).
DATA(...
-2
votes
1
answer
137
views
How do I remove the "d" node from the GET Response
My team provided me a GET called. However, the response contains a "strange" d node. I tried to ask them for help and they asked me to use XML instead (I know). I am here to see if ...
0
votes
2
answers
847
views
Filter for date not reflected correctly in OData V2 service
I'm using the DateRangeSelection element to select my data at backend. I pick the date "01.07.2024".
This value can also be found in the filter object:
The corresponding service ...
0
votes
1
answer
764
views
SAP S4Hana using the $filter option for 'LastChangeDate' is throwing 400 bad request error code
Using the SAP Business Accelerator Hub 'Try Out' section I have failed to filter accountingdocuments using the 'LastChangeDate' property value. While filtering by text property values like '...