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
78
votes
8 answers

What are ABAP and SAP?

What are SAP and ABAP? I searched and got a bunch of different acronyms that don't quite make sense. Is SAP a database engine? Is ABAP a programming language? Or are they nothing of that nature? What are they primarily used for?
Omar
  • 39,496
  • 45
  • 145
  • 213
7
votes
4 answers

Connecting to SAP Web Service from C# .NET application

I've written a Windows Application to test a connection to a clients SAP web services. The web service call requires X509 certificate security. After reading various articles on the internet I've come up with three ways to attach the X509…
grimorde
  • 265
  • 1
  • 4
  • 11
5
votes
0 answers

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 the following warnings: Custom tool warning: The…
user4571368
4
votes
2 answers

How to configure WCF client for this set of security requirements

My client has some SAP service, which I need to call. I have pre-generated proxy classes, everything works fine (when security disabled on their side), now I need to enable their security policy. They gave me this as "specification": SOAP…
rouen
  • 5,003
  • 2
  • 25
  • 48
3
votes
2 answers

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 error occurs only when one condition is met:…
JVL
  • 69
  • 8
3
votes
1 answer

Error in collate SQL_Latin1_General_CP850_BIN2 with UTF-8 SQL Server

I'm trying to select a column from my database that has SAP's informations. But when I execute my select all my special characters as 'À Ê' are broken, for example: TELECOMUNICAÃiES (INCLUI ASSIST-NCIA T+CNICA) should be TELECOMUNICAÇÕES (INCLUI…
3
votes
4 answers

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 the SAP.
Santhanam
  • 167
  • 1
  • 1
  • 7
3
votes
1 answer

Getting SAML token from ADFS using windows credentials

I am creating a windows 8 client app in c#.This app will use odata service of SAP. For authentication I need SAML token issued by ADFS. Is there any method to get SAML token from ADFS using windows credentials?
user1734463
  • 91
  • 2
  • 5
2
votes
4 answers

What are the best practices for internal security standards in companies with large SAP investments?

I work in a large company, and I'm interested in best practices for internal security standards. We have a large ($500 million +) investment in SAP, and we also have .Net and a bit of Java EE in our internal environment. I've found some…
Kaiser Advisor
  • 1,446
  • 2
  • 16
  • 26
2
votes
1 answer

SAP and PeopleSoft using web service complex object

We are creating a web service that will take a complex object as a parameter. Will this be an issue if SAP and PeopleSoft need to consume the service and create the object to pass in as a parameter? Thanks!
Dan H
  • 1,828
  • 2
  • 21
  • 38
2
votes
2 answers

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 those…
Shekhar
  • 11,438
  • 36
  • 130
  • 186
2
votes
3 answers

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/N, Pwd and login through Selenium. After i press…
Siva
  • 39
  • 1
  • 3
  • 7
1
vote
1 answer

How to get the output from the SAP SOAP WSDL from wsclient++ in Android

With using wsclient++, generated files for WSDL to be invoked from the web service. Added that generated files in my project in Android. Then after how to write the code and how to generate the steps. But I am not understanding how to call the exact…
nan
  • 117
  • 3
  • 9
1
vote
1 answer

Parsing large XML file with PHP with non-standard nesting of elements (SAP Roadmap File)

Background of issue: I have a folder with lots of directories, files, attachments, and JavaScript. There is a main core file that is processed by ActiveX to generate a 'JS Tree' type structure made up out nested table after nested table. In short,…
Barry Chapman
  • 6,690
  • 3
  • 36
  • 64
1
vote
0 answers

SAP EntityFrameworkCore Database First

Is there support for the SAP entityframework core with Scaffold? We want to establish sybase connection with asp.net core api, but we want entityframework core support for database first approach. Is there a method to this?
1
2 3 4 5