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
10
votes
1 answer

VBA general way for pulling data out of SAP

Does anyone know how to use VBA to pull data from SAP Netweaver? I have a number of daily reports that require exporting data from SAP to Excel and formatting it into a report. I have already written working VBA macros that do the formatting. I have…
Kes Perron
  • 455
  • 5
  • 12
  • 24
9
votes
2 answers

What is a client in SAP system?

Can someone please explain me what a client in a SAP NetWeaver system using the ABAP stack is and how does it create logical separations within the same installation?
n_g
  • 3,315
  • 8
  • 25
  • 29
7
votes
2 answers

Integrating my RESTful web app with clients' SAP installations

My company runs a couple of B2B apps (written in Rails) dealing with parts and inventory and we've been trying to figure out the best way to integrate with some of our bigger users. We already offer the REST-style API that comes with Rails, but…
AndrewO
  • 1,590
  • 1
  • 17
  • 24
7
votes
2 answers

JSF application using IE11 with Enterprise Mode

Our application cannot run with IE11 and EM. We are using modify JSF-1.2 and RichFaces 3.X . When we run Web page on IE11 without EM all working OK, but we have to use IE11 with EM. Is any possible method to disable EM for page from code? IE…
7
votes
1 answer

Custom Theme for NWBC creating issue in Fiori

I've created a custom theme for NWBC (just with a different background image) and it turns out that this is connected to Fiori too. The theme was created just like the tutorial on this link: How to create and assign custom theme to NWBC. When I try…
Eva Dias
  • 1,709
  • 9
  • 36
  • 67
6
votes
2 answers

SAP+Java : java.lang.NoClassDefFoundError: com.sap.conn.rfc.driver.CpicDriver

I have developed a java web application integrating with SAP. I have developed it with Linux Server and Tomcat 7.0. I have added sapjco3.jar and libsapjco3.so in WEB-INF/lib folder. It is working fine local server. But when deploying WAR file in…
Master Mind
  • 2,386
  • 3
  • 31
  • 48
5
votes
0 answers

SAP SSO Authentication as a rest service

I have a legacy SAP Java application hosted on Neo platform which uses form-based SSO authentication. I want to consume this service from REST client like Postman which is not possible right now. What options do I have? Is it possible that I write a…
AbhishekB
  • 2,111
  • 3
  • 18
  • 23
5
votes
3 answers

How can I connect to SAP using sapnwrfc library?

Our software is written in C# and needs to connect to SAP. As some of our customers use older versions of SAP, and others don't have SAP PI, we can't connect through webservices. I tried to connect to SAP through the SAP NetWeaver Remote Function…
5
votes
3 answers

How to communicate with a SAP application from JAVA

we are planning to integrate our Sales and Distribution module to SAP application. We need to store the Sales information in a SAP application. we are migrating the existing data using Exchange Infrastructure/ BDC of SAP to load sales module…
Anil Kumar C
  • 1,604
  • 4
  • 22
  • 43
4
votes
4 answers

Strategy for migrating from php to java in context of SAP

I'm currently doing web application development in PHP. Management has told us we're standardizing on "J2EE" (and yes, I keep reminding them it's now called "Java EE"). I think the rational behind this mandate is something like "we run our business…
Chad Brogan
  • 244
  • 4
  • 11
3
votes
1 answer

Exporting and Importing ABAP Classes

I have around 10 classes I want to export to another system. Transporting isn't an option and I was wondering if there is a faster way to copy the classes. Manually creating and filling up the classes would take quite long. Most questions around…
Matthijs Mennens
  • 1,125
  • 9
  • 33
3
votes
2 answers

Uploading a DMS document via a web service

Can somebody please explain how to upload DMS files via a rest service. I'm using BAPI_DOCUMENT_CREATE2 like some guides suggest, but I don't see how to get the file on the server. If you look at the guide I link below, he passes the filename, but…
Matthijs Mennens
  • 1,125
  • 9
  • 33
3
votes
1 answer

Migrating SAP NetWeaver 7.0 project to 7.4

I'm migrating a SAP B2B Commerce project from version 7.0 to 7.4, with the previous version of java 1.4 to 1.7. Right now I have no java errors, but this error messages in the JSP file: //the import sap api couldn't not be resolved <%@ page…
J.A.enapsys
  • 53
  • 1
  • 6
3
votes
3 answers

Dynamically defined variable in ABAP

Lets say I have a variable (char30) which contains a name of a Datatype and I would like to create another variable of this Datatype. Example: lv_type = 'BU_PARTNER' data: rt_value type range of ( lv_type ). Any tips how to achieve this in…
sachad
  • 307
  • 4
  • 13
3
votes
1 answer

How do I configure my Microsoft Access database to pull source data directly from SAP BW?

I use several Microsoft Access databases on a regular basis to create reports. To get the source data, I currently have to log in to SAP BW (via SAP NetWeaver), run the source data report, export the results as a .csv file (but actually saving it as…
triple_helix
  • 81
  • 2
  • 8
1
2 3
12 13