322
questions
0
votes
0
answers
37
views
Performance Issue with @sap-cloud-sdk/http-client
I am using Node.js version 20 and the @sap-cloud-sdk/http-client to make POST requests, but I am encountering APIs performance issues. However, when using Node.js version 18 with sap-cf-axios, the ...
0
votes
0
answers
33
views
Field mapping problem in SAP Service Cloud third-party communication
I use the browser post message method to send XML payloads to the SAP according to this:
SAP Library > Phone Events and Payload.
Do you know how to pass the data to the "Notes" field? So ...
0
votes
1
answer
47
views
How to Mock getDestination for Unit Testing Java Methods with HTTP Requests?
I’m working on unit testing a Java method that interacts with external HTTP destinations and performs HTTP requests. I’m having difficulty covering the method with JUnit tests due to its dependencies ...
0
votes
1
answer
81
views
SDk library ->@sap-cloud-sdk/http-client
We are using Cloud SDk library ->@sap-cloud-sdk/http-client - npm (npmjs.com) and it function executeHttpRequest to send request to convergent mediation system(On premise ) via cloud connector ....
0
votes
1
answer
56
views
Project & work packages created (using SAP Cloud SDK for JS) but demands and work items are missing
We have built a number of extension apps, which run on BTP and call S/4HANA Public Cloud. Most are CAP Node.js and make use of the Cloud SDK for JavaScript. The oldest app still uses a CAP Java and we ...
0
votes
2
answers
267
views
Creating operations are disabled for entity
I want to call standard Odata V4 service to create warehouse task in S/4HANA on-premise system. I downloaded edmx file from S/4HANA system and generate OData client with cloud sdk library.
The cloud ...
0
votes
1
answer
135
views
Destination proxy setting when contact to S/4HANA system
I tried to use the SAP Cloud SDK to consume an OData in the S/4HANA system. The application has been deployed to the Cloud Foundry evenironemnt, but I saw the error message below:
'com.sap.cloud.sdk....
1
vote
2
answers
144
views
How to select and filter custom fields in the HANA Cloud?
I've added custom fields to the standard S4 HANA Cloud API.
Now I want to filter and select custom fields using SAP Cloud SDK Javascript.
I figure out how to filter custom fields.
serviceOrderApi....
0
votes
2
answers
83
views
SAP Cloud SDK SoapRequest Timeout After 60s
Issue: SAP Cloud SDK SoapRequest timeout after 60s
Reproduce issue:
Adopt SAP Cloud SDK version: 5.1.0 with jdk17
Configure destination with adding two parameters:
HTML5.ConnectionTimeoutInSeconds=...
0
votes
2
answers
63
views
Get Operation Which Caused Changeset to Fail or Get Content-ID of Batch Response
When working with a batch that contains a changeset is it possible to get the Content-ID of the Batch Response if the changeset has failed?
Let's say I have the following code to create a batch with a ...
0
votes
2
answers
73
views
Implement Global Resilience with Custom Exception
I am interacting with the SAP Business One Service Layer using code generated via the SAP Cloud SDK.
One thing that must be accounted for with the Service Layer is the potential for deadlocks in the ...
0
votes
1
answer
115
views
How to create a contact of a sourcing project using SAP Cloud SDK and a generated OData v4 client?
I generated an ODATA v4 client for the SAP S/4HANA Sourcing Project API like described here.
All in all it works quite well. I can query, update or delete sourcing project data, milestones and ...
0
votes
1
answer
63
views
@sap/cloud-sdk-vdm-purchase-order-service with deprecated PO oData API?
We are currently using @sap/cloud-sdk-vdm-purchase-order-service (https://help.sap.com/doc/96ad709a1b7e41f3804fa5040bc83167/1.0/en-US/modules/_sap_cloud_sdk_vdm_purchase_order_service.html) in our ...
0
votes
2
answers
40
views
Detected a breaking change due to missing at least one parameter
While trying to generate java source files from edmx files, I am getting this error:
Found entity type A_MaterialStockType from set A_MaterialStock Detected a breaking change due to missing at least ...
0
votes
1
answer
38
views
SAP Cloud SDK Version 5 Not Able To Generate
SAP Cloud SDK V5 version cannot generated by maven commandline
cmd> mvn archetype:generate -DarchetypeGroupId=com.sap.cloud.sdk.archetypes -DarchetypeArtifactId=spring-boot3 -DarchetypeVersion=...