Questions tagged [sap-r3]

SAP R/3 is the former name of SAP ERP; the enterprise resource planning software produced by the German multinational SAP SE.

SAP R/3 is the name of a version of the Enterprise Resource Planning software produced by the German multinational SAP SE. Versions were named chronologically, from the oldest to the newest, R/2, R/3, ECC (SAP ERP Central Component), S/4HANA.


Related tags

68 questions
0
votes
1 answer

Single Sign on in a 3 tier architecture between SAP Netweaver CE and R/3

I am trying to implement SSO using SAP logon tickets in a 3 tier architecture between NW CE and R/3. But so far I have not been able to crack this. Let me describe the scenario in detail: We have two Java EE applications on Netweaver CE 7.2…
user220751
0
votes
1 answer

How should be the request import logic between system?

I'm changing a report source code in DEV system and transporting request to QA system to test the report. Assume that I have many requests include only one object that I've transported from DEV to QA for testing the report after making changes in…
Mtok
  • 1,600
  • 11
  • 36
  • 62
0
votes
0 answers

How do I solve a "dll not found" error when building R Packages?

I am trying to build the RSAP package by Piers Harding (https://github.com/piersharding/RSAP). I followed his instructions for how to build on an R > 3.x.x version. When building the library via...: R CMD INSTALL --build --preclean --clean…
Kasper Christensen
  • 895
  • 3
  • 10
  • 30
0
votes
1 answer

Problems connecting to SAP with sapnco

I am trying to connect to SAP with a little c# program using SAPNCO x64 v. 3.0.2 with this code: public partial class Connection { public class Configuration : IDestinationConfiguration { public event…
0
votes
1 answer

Connect multiple BW systems to one R/3 system

Is it possible to connect multiple BW systems to one single R/3 system?
Shreyas
  • 83
  • 1
  • 9
0
votes
1 answer

"Error loading USE or USELSX module: *RFC": what is the required registry key?

My PC was updated from Notes 8.5.3 to Notes 9, and I don't know how it was done (upgrade or full uninstall 8 then reinstall 9). All that I know is that since then, I the the following error in a few agents: Error loading USE or USELSX module:…
Ben Dubuc
  • 523
  • 3
  • 14
0
votes
1 answer

From SAP Data Loading Perspective - What is the difference between R/3 and S/4HANA

In the previous R/3 SAP we had BAPI/IDOC/LSMW(standard batch inputs) to load data from legacy systems. Since S/4HANA has a completely different storage model, minimizing the number of tables etc. Are the BAPIs and IDOCs still relevant in the loading…
MaveriK
  • 3
  • 5
0
votes
1 answer

Identify VKORG field (Sales organization) in a sales order or invoice

I'm working in an organization where a client can have different sales organizations (VKORG) simultaneously. As I'd like to analyze data by VKORG cross-client, I'd like to ask if when a sales order is created, VKORG will automatically associated to…
lrmmf
  • 63
  • 7
0
votes
2 answers

IDOC Listener granted message delivery

We're working on a project in SAP ERP R/3 where the SAP team delivers document notifications via SAP router. We've attached a listener on that port using Dell Boomi, which under the hood uses the official SAP Java connector. When things are OK…
Simone Avogadro
  • 789
  • 8
  • 23
0
votes
3 answers

Access SAP R/3 data directly from VB.NET

We have an assignment to create some XML outputs from data in SAP R/3. We are using SAP .NET Connector, for doing this. The problem we are facing is that there are some fields which are not exposed by any standard BAPI. Unfortunately we cannot…
Rahul Jain
  • 195
  • 1
  • 5
  • 20
0
votes
0 answers

Reason for SAP length restrictions

I am currently working in a company which uses SAP ERP. The average organization name length of our business partners is about 100 chars, which may be domain specific. The SAP way now seems to be that users have to split such names into chunks of 40…
Marcus
  • 1,857
  • 4
  • 22
  • 44
0
votes
2 answers

SAP ERP integration with C++

Is there a SDK for C++ or .NET available for SAP ERP 4.0 as I need to read and write data into it?
0
votes
1 answer

SAP BAPI for vendor creation and editing

Has anyone ever created a BAPI to create or edit a vendor in SAP R/3 4.6c in the background? I found two BAPIs: BAPI_VENDOR_CREATE and BAPI_VENDOR_EDIT, but both only work online (they call transactions XK01 and XK02). Basically I need a way to call…
Silvano Bini
  • 23
  • 1
  • 5
0
votes
1 answer

R/3 installation sapinst giving database connection error

I am trying to install SAP R/3 ABAP, where databse instance is on one machine and central instance on different machine. Database instance installation is finished but when trying to install central instance when sapinst tries to connect from…
0
votes
1 answer

BizTalk 2009. WCF-SAP. Error receiving IDOC's from SAP R/3

I got the problem receiving IDOC's in BizTalk 2009 after our SAP team has upgraded SAP R/3 from 4.3 to 7.4 version (not sure in exact version numbers). The error in BizTalk 2009 Event log is: The adapter "WCF-SAP" raised an error message. Details…