Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
48 views

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 ...
peter berrett's user avatar
0 votes
0 answers
115 views

Code I’m running: connection_type="sapodata", connection_options={ "ENABLE_CDC": "false", "connectionName": "sapodata-connection&...
Lintang Gilang Pratama's user avatar
0 votes
0 answers
113 views

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 ...
Théodore's user avatar
0 votes
0 answers
82 views

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 ...
BigChungus's user avatar
3 votes
2 answers
1k views

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 ...
JVL's user avatar
  • 69
0 votes
1 answer
113 views

How to read TetaByte of data from On-prem SAP system into Azure blob storage very fastly using Azure datafactory?
user12206796's user avatar
0 votes
0 answers
646 views

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:...
Nenad Kalicanin's user avatar
0 votes
1 answer
1k views

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 ...
Datz's user avatar
  • 4,021
-1 votes
1 answer
1k views

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 ...
prototype0815's user avatar
1 vote
1 answer
2k views

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 ...
JD0001's user avatar
  • 131
0 votes
1 answer
4k views

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? ...
Hugo Santillan's user avatar
0 votes
2 answers
682 views

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($...
Z.K.I's user avatar
  • 9
0 votes
1 answer
790 views

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 ...
Pranav Jain's user avatar
0 votes
1 answer
1k views

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 ...
Dinesh's user avatar
  • 112
-1 votes
1 answer
834 views

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 ...
guettli's user avatar
  • 27.7k
0 votes
0 answers
355 views

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?
castilloRT's user avatar
1 vote
1 answer
2k views

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 ...
dtosato's user avatar
  • 129
5 votes
0 answers
1k views

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 ...
user avatar
0 votes
1 answer
996 views

I have one table in Hive for which data has come from SAP system. This table has columns and data as given below: +======================================================================+ |...
Shekhar's user avatar
  • 11.8k
0 votes
2 answers
357 views

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: ...
Andreof's user avatar
2 votes
2 answers
1k views

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 ...
Shekhar's user avatar
  • 11.8k
-1 votes
1 answer
355 views

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 ...
Vicky Preston's user avatar
2 votes
3 answers
13k views

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/...
Siva's user avatar
  • 39
3 votes
4 answers
2k views

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 ...
Santhanam's user avatar
  • 167
-1 votes
1 answer
1k views

This is my code (trying to consume SAP webservice) $options = array( 'exceptions'=>true, 'trace'=>1, 'encoding' => 'UTF-8', "login" => $...
lior r's user avatar
  • 2,318