Questions tagged [sap]

DO NOT USE THIS TAG as it's ambiguous. Try using one of SAP's product/technology names instead. List of known SAP tags on Stack Overflow can be found here: https://meta.stackoverflow.com/a/404098

(This tag is invalid since "SAP" is neither a programming language nor a single product but a software company. Do not use this tag on Stack Overflow.)


Known SAP related tags are maintained in the Meta community wiki: 404098.

81 questions
0
votes
0 answers

Connecting SAP API Management to SuccessFactors using OAuth Authentication

I am working on creating an API proxy in SAP API Management (SAP APIM) which connects to SuccessFactors system using OAuth credentials. I followed this link for the required policies, but later found that the Idp endpoint (/oath/idp) for getting the…
0
votes
1 answer

Difference between SAP and NetSuite

SAP and NetSuite are top leading Enterprise Resource Planning(ERP) platforms. SAP SE is a German multinational software and NetSuite is owned by Oracle. But I'm not sure which one is better. Please let me know if someone has rich knowledge about…
0
votes
0 answers

Extract values and run commands on ansible stdout.lines

I am running saphostctrl -function ListInstances on my inventory and registering the value. Getting the stdout_lines as: [hostabcd] => { 2023-07-17T18:46:09.9211983Z "sap_service.stdout_lines": [ 2023-07-17T18:46:09.9213533Z " Inst Info…
Dscorpian
  • 21
  • 4
0
votes
0 answers

Can I use the devxci/mbtci docker image?

Our Jenkins instance is based on the ppiper/jenkins-master docker image provided by SAP. This image is intended to be used with the Cx Server life-cycle management. we are using devxci/mbtci to build SAP Multitarget Applications (MTA). As per the…
varsha
  • 11
  • 2
0
votes
0 answers

SAP Field Glass Integration for job pulling

Am trying to pull jobs from SAPField Glass using the following endpoint; https://sandbox.api.sap.com/fieldglass/job-openings/v1/job-openings?status=POSTED Where can I find the Sandbox environment URL? How can I obtain Dashboard access? Where can we…
Sunisha Guptan
  • 1,555
  • 17
  • 44
0
votes
0 answers

Request from external party is not captured by the WCF service

I have a SOAP WCF service hosted in IIS and it is consumed by another company SAP system and everything was working fine for couple of years until our security team implemented Header validation in request. It stopped working all of sudden since the…
peter
  • 8,158
  • 21
  • 66
  • 119
0
votes
0 answers

Can't see products from "Add from all products" on SAP Sales Cloud

I use product lists and categories on SAP Sales Cloud but for some reason, I can't display the products contained within the categories when clicking the "Add from all products" button on the right of the opportunities. Can someone help me, please?
JhonSnow
  • 27
  • 5
0
votes
0 answers

Integrating TWILIO with SAP CAI

This year, SAP CAI started with a new Policy and the form to connect TWILIO with SAP CAI has changed definitely. I've tried for more than 4 days to do it but I haven't managed to do it yet. I would like to know the process to send and return an…
Prócer
  • 21
  • 3
0
votes
0 answers

What causes a server to close a TCP/IP connection abruptly with a Reset (RST Flag)?

TL;DR For quite some time we are facing a weird issue with all of our systems (including Prod!). On a regular basis the TCP-connection to the server is closed abruptly by the server (or to be exact on the way from the server to the client). This…
jBuchholz
  • 1,742
  • 2
  • 17
  • 25
0
votes
1 answer

Azure Datafactory Copy activity from SAP system on Unpartitioned data

How to read TetaByte of data from On-prem SAP system into Azure blob storage very fastly using Azure datafactory?
user12206796
  • 73
  • 1
  • 1
  • 10
0
votes
0 answers

update sql table using ironpython

I'm writting script in ironpython on SAP CPQ in which I need to update a custom table. AddRow() function is just inserting the row in the table. Would someone tell me any function which updates the table row tablerow = { "CpqTableEntryId" :…
0
votes
1 answer

Azure Databricks cell execution stuck on waiting to run state

I am using Azure Databricks for connecting to SAP system and ADLS. For SAP connection I am installing the latest version of JDBC library(ngdbc-2.10.14.jar). After installing the library, the notebook cells have stopped executing. When I try to run…
Aswad
  • 29
  • 2
  • 5
0
votes
0 answers

Tomcat Docker Container Error Javax.Servlet

We have an application Calatena based on Java, usually we use tomcat to run on local without problems. We need to enable application on SAP and on a running Docker. I tried with tomcat:8.0 and tomcat:9.0. In both cases there is a javax.servlet…
0
votes
1 answer

Handshake Failure Alert for Tomcat9

We have recently upgraded our Tomcat version to 9.0.20 from Tomcat 7 and our users report that they are not able to connect to our system any longer due to the below error. Error while sending message: Could not send Message. Peer sent alert: Alert…
user1194310
  • 129
  • 1
  • 4
  • 14
0
votes
1 answer

C# Load Script from SAP to SQL server database

I am working on setting up a program to display active MSDs in production as well as BakeTime, MSL, etc. I have created database tables in our sql server and was tasked with creating a c# program to pull the MSD data from SAP to my database tables,…