62 questions
0
votes
0
answers
48
views
Web Intelligence - Linking 2 different fields at design level
I am using SAP Web Intelligence to pull data.
This problem is harder than it looks.
For context I want to link two queries (Query1 and Query 2) at the design level (not the report level) on a given ...
0
votes
0
answers
115
views
How to configure AWS Glue to trust custom SSL certificate for SAP OData connection?
Code I’m running:
connection_type="sapodata",
connection_options={
"ENABLE_CDC": "false",
"connectionName": "sapodata-connection&...
0
votes
0
answers
113
views
SAP Work Zone (standard edition): HTML5 app deployed via GACD not appearing in Content Manager
I'm deploying the SAP sample app ManageProducts using Cloud Foundry and the GACD mechanism (GitHub repo).
The app builds and runs successfully, appears in the HTML5 Applications list in the BTP ...
0
votes
0
answers
82
views
Sending Concurrent Requests to SAP endpoint is Timed out from Strapi endpoint
I have Function in C# Which posts a certain ledger in a JSON format to a SAP endpoint. I have 12 such JSON that needs to be posted. But as it happens 11/12 JSON post successfully, but the last one ...
3
votes
2
answers
1k
views
REST API does not return answer back after more than 3600 seconds of processing
We have spent several weeks trying to fix an issue that occurs in the customer's production environment and does not occur in our test environment.
After several analyses, we have found that this ...
0
votes
1
answer
113
views
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?
0
votes
0
answers
646
views
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:...
0
votes
1
answer
1k
views
Create OData service definition as YAML intead of EDMX?
I use an SAP OData (v2) service and request the EDMX service definition by calling
https://service-url/$metadata.
The service definition is quite complex and I have trouble to understand it the XML ...
-1
votes
1
answer
1k
views
How to read data from SAP database via SQL in C#
I have the task to refurbish a very old VBA macro into a .NET program. This macro is collecting data from our SAP database. Unfortunately I don't know anything about SAP and how to deal with it from ...
1
vote
1
answer
2k
views
Could you tell me the difference between double slash paths and single slash paths in SAP?
I don't really know if C:\usr\sap\ZINTERFASES_SII means the same than \\Svsapet2\sapmnt\\ZINTERFASES_SII or this second path is a different one. Is it like an alias or something? If it is an alias, is ...
0
votes
1
answer
4k
views
How can I connect a Spring Boot API to SAP
I am really new working with SAP connections and I would like to know how to connect my API to SAP using Spring Boot in a basic way.
Is there any dependency to add or just a simple code suggestion?
...
0
votes
2
answers
682
views
How to write a regex in title case - SAP Information Steward
I'm working with an SAP Information Steward and creating a rule where names will have to be in title case (i.e. each word is capitalized).
I've formulated the following rule:
BEGIN
IF(match_regex($...
0
votes
1
answer
790
views
500 Internal Server Error In Load Testing By Jmeter for SAP application
I am writing load test script for an SAP-based application in jmeter. I am getting 500 internal Server.
I saw that the request looks same which I have on the browser network tab and the one I ...
0
votes
1
answer
1k
views
Oracle database mount with files
We are currently working on SAP Oracle 11g database import in different server.
Client gave us control files, DB files, redo log files.
Followed steps:
created new database with same name.
copied ...
-1
votes
1
answer
834
views
Mirror SAP internal data to an external system
We would like to mirror data which is inside SAP to an external database.
Up to now there is a script which exports the data every night.
The customer wants this to happen more often. It should ...
0
votes
0
answers
355
views
Create client in Java of SOAP service created in SAP
I currently have a WSDL of a SOAP service created in SAP
I need to create a client for a Java application
What is the best way to generate a Java client of the SAP service?
1
vote
1
answer
2k
views
How to implement a SAML 2.0 authentication into a JavaScript SPA WebApp login form?
Working with enterprise cloud systems such as Azure and SCP (SAP Cloud Platform) requires knowing how to exploit and implement SSO (Single Sign-On) authentication. Both cloud systems adopt SAML 2.0 ...
5
votes
0
answers
1k
views
Importing SAP WSDL with VS17 - Custom tool warning: The following Policy Assertions were not imported/was not handled
I am currently trying to import WSDL files that have been delivered to me by a SAP System. I import the files using the Visual Studio 2017 and add them as a service reference.
After importing I get ...
0
votes
1
answer
996
views
Hive self join based on one column
I have one table in Hive for which data has come from SAP system. This table has columns and data as given below:
+======================================================================+
|...
0
votes
2
answers
357
views
BizTalk Latency increases after 1 minute of initial call
I'm running an orchestration in BizTalk server 2016, with a 2-way WCF Receive Port (IIS), and a SAP adapter Send Port, to run a light query in SAP. I'm trying to optimize performance.
My question is: ...
2
votes
2
answers
1k
views
Hive : Fill in missing columns
I am new to Hive and my SQL knowledge is bit rusty hence posting question on SO.
I have data from one SAP table in which values for one column are missing. I would like to know how can I populate ...
-1
votes
1
answer
355
views
Kentico integration with SAP
Just curious if there are any opinions on what is the best approach for integrating Kentico CMS with SAP for two way reading/writing. Is it to use the Kentico API, the SAP API or something like the ...
2
votes
3
answers
13k
views
Selenium Webdriver - Unable to find element after page refresh/redirect
I am trying to write some UI test cases for an SAP-webUI (web based) application. After login, it shows the dashboard ( Workcenter's ) screen.
Now the problem is, I am able to open the page, enter U/...
3
votes
4
answers
2k
views
Hibernate SAP integration
Can we integrate Hibernate and SAP? I do have integrated a few databases with Hibernate. Since am not aware of SAP, I want to know if there is any support provided by Hibernate to integrate it with ...
-1
votes
1
answer
1k
views
php:SOAP failed to load external entity
This is my code (trying to consume SAP webservice)
$options = array(
'exceptions'=>true,
'trace'=>1,
'encoding' => 'UTF-8',
"login" => $...