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

SM59 configuration to get information from .NET connector 3.0

Sap Consultants: I always get the information from sap r/3(RFC) through sap connector 3.0 (c#) succesfully, Without any configuration in sap R/3. I would like to know if im doing it wrong because someone told me to do it in the correct way…
ivan
  • 65
  • 1
  • 5
2
votes
2 answers

SAP 4.6C and webservices

Is it possible to provide RFCs (remote function calls, aka remote procedure calls) as web services with SAP 4.6C?
Kottan
  • 4,944
  • 9
  • 41
  • 67
2
votes
1 answer

SAP .NET Connector 3 with both R3 and ECC

I have made an application to connect SAP R3 using SAP .NET Connector 3. Now, I have another situation need connecting SAP ECC, but I don't make sure it can work. Anyone knows, does SAP .NET Connector 3 support the version both SAP R3 and SAP ECC?
Code Man
  • 1,428
  • 2
  • 11
  • 20
2
votes
1 answer

Invoke a z function with SAP.NET connector

I have a Web Application (ASP.NET application developed with C# and .NET Framework 3.5) that uses the SAP.NET Connector to call some BAPIs on a standard SAP R/3 installation. So far things work fine. The BAPIs are called to insert information in a…
1
vote
2 answers

How to insert/update standard table AGR_USERS?

​Hi, currently my company create a program to upload roles in txt file to insert and delete roles of a user, however, I am facing a problem which is the program unable to add new roles for the new user in sap ABAP. This is because the new user…
NG SUIT YAN
  • 45
  • 1
  • 6
1
vote
2 answers

Expose SOAP Service from SAP?

I've created a SOAP Service in ABAP, which perfectly works inside the network. Now I wan't it to be called from outside and I haven't really found any tutorial. Most likely a SAP Web Dispatcher or a reverse proxy is required, but how to use them? Or…
toffler
  • 1,231
  • 10
  • 27
1
vote
1 answer

SAS Data Integration : SAP table extract error

This is the error code : Line 115: ERROR: RFC_ERROR_SYSTEM_FAILURE Error in module RSQL of the database interface. NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements. ` Error Log : NOTE: Libref SAPENG was…
gensius
  • 243
  • 1
  • 2
  • 7
1
vote
3 answers

How to make ORDER BY case-insensitive?

I'm working with ABAP and OpenSQL and I think I'm running version 7.5, but I'm not really sure about this. I try to use ORDER BY in my SELECT. My problem is that upper case letters will first shown and than lower case like this: A B C D E F... a b c…
B0BBY
  • 1,012
  • 6
  • 24
1
vote
1 answer

Open URL in new tab instead of new window in FPM application

I'm building an application in FPM and I'm trying to open an external URL in a new tab. I'm using the following code: data: lr_fpm type ref to if_fpm, lr_nav type ref to if_fpm_navigate_to, …
Joshua Schroijen
  • 376
  • 6
  • 23
1
vote
1 answer

BAPI/FM to search prod orders confirmations by workcenter and date?

I'm trying to figure out which BAPI/FM I could use to search amounts confirmed based on search criteria of date (+time if possible) and workcenter confirmed where was confirmed... I would be using BAPI_PRODORDCONF_GETDETAIL which contains these…
1
vote
1 answer

How to manage users and roles for S/4HANA from Java?

I want to manage Account and Role of SAP S/4HANA Cloud (HEC) by Java code. My client tries to upgrade to SAP S/4HANA Cloud from R/3. In the previous version of SAP R/3 I could control them using sapjco3.dll and sapjco3.jar. I find 2 ways which can…
anizo
  • 237
  • 4
  • 14
1
vote
3 answers

How to create a custom extractor in SAP R/3 system?

I have to create a custom extractor in SAP R/3 system. What are the ways to extract the data from required tables like COVP, COEP, EKKN, etc.?
Gaurav Navgire
  • 780
  • 5
  • 17
  • 29
1
vote
1 answer

SAP GUI getting excel to copy some items from a table in SAP system

I am trying to write some code to extract data from sap, and then put it into an Excel table. Right now, I have the GUI getting into the right itemnumber. Here, I have been trying to get some useful code, using the GUI recorder. I have tried to…
Sidvi
  • 101
  • 1
  • 2
  • 8
1
vote
1 answer

Number of entries in SAP R/3 table using Pyrfc

How do you use the Pyrfc Python library to query the number of entries in an SAP R/3 database table?
AlexM
  • 1,020
  • 2
  • 17
  • 35
1
vote
2 answers

Implementing different destinations in applications on the Tomcat server

Earlier this year I developed an implementation of the SAP JCO CustomDestinationProvider for one of my Spring MVC tomcat applications. In my application, I use this implementation to call a BAPI in my SAP R/3 system to retrieve data. I am now…
Stephen
  • 1,977
  • 2
  • 15
  • 19