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
11
votes
3 answers

SAP R/3 removes trailing spaces from IDoc XML files

I have a Java application that uses SAP JCo 3 libraries. One of the use cases consists of receiving a IDoc file from the SAP instance (R/3, ERP 6.0 EhP 7) and convert it to XML. The problem is that, during the conversion (executed by the IDoc…
CountD
  • 669
  • 2
  • 11
  • 34
8
votes
5 answers

Crazy idea: Connect .NET and SAP with SAP JCo using IKVM.NET

Because the SAP Connector for .NET is no longer maintained by SAP, I am now looking for an alternative to connect the Microsoft world with the SAP world. I know there are third party products like "ERPConnect", but I want to do this with tools from…
Kottan
  • 4,944
  • 9
  • 41
  • 67
7
votes
4 answers

How to programmatically tell if system is R/3 or S/4

Is it possible to determine via code if the current system is R/3 or S/4? I need it because I have a method that returns the software component of Human Resources related data, but this component should be different to R/3 and S/4 systems. …
Pedro Accorsi
  • 765
  • 1
  • 8
  • 21
5
votes
1 answer

ERPConnect for SAP R/3 RFCs - is it any good?

We are considering whether we should propose using Theobald Software's ERPConnector tool to give our .NET code a way of talking to SAP RFC. Has anyone got any experience using these together?
Falkayn
  • 559
  • 3
  • 15
5
votes
4 answers

How to search for available RFC function modules and tables

I've got to admit that I'm not an expert on SAP R/3 programming, so this is more of a basic question on that matter. Is there any way to get a list of accessible RFC modules and/or tables on a SAP system? On many examples on the internet I've found…
naacal
  • 620
  • 1
  • 6
  • 16
4
votes
2 answers

SAP JCo client vs server

We are trying to communicate with SAP R/3 from a standalone java application We will use the JCo 3.0 libraries for this. From the documentation I understood that there are 2 ways to connect with SAP. as a JCo Client as a JCo Server At first I was…
bvdb
  • 22,839
  • 10
  • 110
  • 123
4
votes
1 answer

Retrieve texts from a sales order by using RFC_READ_TEXT

I'm using SAP .NET Connector 3.0 to read data from SAP(R/3). I need to get some header texts from sales orders: A lot of information I found regarding READ_TEXT function which can be used for this purpose. Here you can find some sample how to do it…
mbigun
  • 1,304
  • 4
  • 19
  • 46
4
votes
2 answers

Database-table default value for a column in SAP R/3

In the context of my SAP Application I added a column to an existing table and would like to define a default value for it, so that old code working with the table (code that is inserting lines especially) doesn't have to care about the new column -…
LionC
  • 3,106
  • 1
  • 22
  • 31
4
votes
2 answers

Means of SAP R/3 standard code modification?

I'm trying to determine how to modify SAP R/3 package code of an installed system. Can anyone suggest the module/tool for that?
Muxa
  • 5,563
  • 6
  • 46
  • 56
3
votes
2 answers

Is this possible to transport orders from a system in ECC 6.0 to a SAP R3 system in 46C?

Sounds not logic but I think there are many cases when a production system is in 46C and (for budget restrictions) the corresponding test system was recently upgraded to ECC 6.0 before doing the same in production. If not possible, which is the best…
Tristan
  • 351
  • 2
  • 4
  • 15
2
votes
2 answers

SAP .Net Connector 3.0 - Get Data from BEx Queries

I now have to work on a new project extracting financial data from SAP R/3 into Excel and some other datamart. Our SAP guys says, the best way to get the financial data is from BW using BEx and they build couple queries in BEx and I was able to get…
Bhuvan
  • 1,523
  • 4
  • 23
  • 49
2
votes
1 answer

Differentiate an append structure and a normal structure programmatically

I'm running SAP R/3. The table E071 stores objects from transport requests. There is a 4 character field in it called OBJECT that stores the object type. Like PROG for program, TABD for table, etc. I have an internal table with objects selected…
2
votes
2 answers

Java SAP Communication

I have to connect to SAP R/3 system from a standalone Java application using JCo3.0. As per my understanding, there are 2 ways to connect with SAP system: JCo Client JCo Server Now my application sends and receives data from SAP system. Do I need…
2
votes
2 answers

How to login multiple SAP system using SAP jco

I am new to SAP JCo I have requirement to call multiple SAP System using SAP Jco. But I am unable to connect multiple sap system at the same time...... Here is code : package com.sap.test; import java.util.Properties; import…
Developer Desk
  • 2,294
  • 8
  • 36
  • 77
2
votes
3 answers

SAP Java stack architectural differences from ABAP stack?

My company is thinking to upgrade SAP from 46C to ECC 6.0 EHP 5 and we have the next 3 questions: 1) What is the difference between ABAP Stack and Java Stack. I imagine 46C is "ABAP stack"? 2) In which cases it is absolutely necessary to install the…
vizcayno
  • 1,223
  • 3
  • 16
  • 24
1
2 3 4 5