Questions tagged [netweaver]

SAP NetWeaver is a service-oriented application and integration platform.

SAP NetWeaver is both a development and runtime environment for SAP applications. It uses ABAP as its primary programming language but also employs other generic languages like C++ and Java.


Related tags

186 questions
2
votes
3 answers

How to define the SAP mandant/client number in an SAPUI5 application running inside Eclipse WebApp preview?

With the Eclipse development tools for SAPUI5 it is possible to run a SAPUI5 app in WebApp preview mode. It's working fine expect one point. The client data used in OData service is always "100" by default. I assume the used client is the one used…
user3783327
  • 616
  • 8
  • 30
  • 60
2
votes
1 answer

Webservice connections are canceled

I have a client who runs an SAP system, and my task is to connect our system with that SAP system through a web service. The client has provided WSDL files from which I have generated the according C# code, which I invoke as follows: Service service…
csoltenborn
  • 1,127
  • 1
  • 12
  • 22
2
votes
2 answers

SAP NetWeaver Java EE AS

Where is it possible to download a trial/community/developer version of SAP NetWeaver Java EE Application Server? Thanks a lot!
sof
  • 9,113
  • 16
  • 57
  • 83
2
votes
1 answer

is JasperReports Library 5.5.2 compatible with JDK 1.6_23?

We are currently using JasperReports Library 4.4.7 with JDK 1.6_23 on SAP NetWeaver 7.3 and we are planing to upgrade to 5.5.2, is it compatible with our environment JDK (1.6_23) since the library is compiled using JDK 1.7 ?
2
votes
1 answer

SAP NetWeaver hot deployment

I am working in a project which is based on Java/J2EE (JSF, Icefaces) and SAP NetWeaver combination. Currently, we are building/deploying the application using ant, for every small change in .jspx file or some .html file, we have do re-build. Just…
srk
  • 4,857
  • 12
  • 65
  • 109
2
votes
3 answers

ASP.NET and SAP integration

Has anyone had an experience integrating ASP.NET application with SAP? If yes, I would like to hear about those experiences.
ACP
  • 34,682
  • 100
  • 231
  • 371
1
vote
4 answers

how to connect to SAP in Ruby on Rails

I want to retrieve information from SAP to Ruby on Rails. I found this one, but I'm confused how to install and use it, can someone explain about? It would be appreciated. Thank you very much.
piam
  • 653
  • 6
  • 13
1
vote
1 answer

How to set the JNDI context in SAP NWDS

I am using NetWeaver Developer Studio. I tried to create the context for JNDI but the initial context is not setting up properly. I tried using the com.sap.engine.services.jndi.InitialReplicatingContextFactoryImpl but I keep getting this…
explorer
  • 235
  • 1
  • 4
  • 14
1
vote
2 answers

RegEx in SAP 7.5 start with and end after first occurrence of character

I am working on SAP NetWeaver 7.5 and having the following string /InstrId/**BTXXXXXXXXX**/ /EndToEndId/REF 2102231XX4/ /BICFI/XXXXXRAAXXX/ I need to get as a result BTXXXXXXXXX which should also be not more than 16 characters. I have tried…
Chrysanthi
  • 11
  • 1
1
vote
1 answer

Can I use NW SDK client 7.5 for accessing NW 7.4 SAP server?

I have SAP NETWEAVER 7.4 installed on my SAP. Can I use 7.5 client libraries to connect to the server? I have tried to connect to the server using SapNwRfc library, but got an exception "RFC_LOGON_FAILURE with message: 00024error during logon". Any…
kidbabic
  • 109
  • 2
  • 11
1
vote
0 answers

Connection from Google Apps Script to SAP Business Client?

I have absolutely no experience in Apps script. But despite it, I want to create a function to call a SAP Transaction in google sheets. I want to mark a cell with a number in it (document number) And then a picture, which activates a function:…
1
vote
0 answers

Cannot consume SAP WebService using Apache CXF

I am trying to consume a WebService using Apache CXF, said WebService is a SOAP WebService published by some SAP software and secured by NetWeaver (or at least I assume that is the scenario, I am not 100% sure about that) When I try to consume the…
jmiguel77
  • 824
  • 9
  • 19
1
vote
1 answer

How to specify table parameters in PyRFC function module call?

I'm using PyRFC to make a RFC call to my client's SAP function module. I've verified that the connection is established and I can call most of the functions with correct outputs, but there is a function module with an import parameter and a table…
saikik123
  • 11
  • 2
1
vote
0 answers

Is it possible to change default system displaying for F4 help programmatically?

​Is it possible to change system defaults for F4 help in SAP NetWeaver without administration rights programmatically?. I mean from Dialog(modal) to Control (amodal) . Or for example using own f4 help created in dictionary? If it is possible, in…
1
vote
2 answers

SAPGUI not displaying long_text or text for unhandled custom exceptions

In SAP NetWeaver 7.52 I created an ABAP classed based exception that works fine while executing within a try catch clause in the report/program. But the custom message is not displayed in SAPGUI when the exception is not handled by a try catch…
1 2
3
12 13