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

Generic Schema for Custom component with drag & drop support

I'm making new talend components which is working fine. These will be under Databases/SAP (Its an SAP R/3 table input). I'm stuck with using Drag & Drop for the schema then select an appropriate component from the pop up list just like we have with…
Balazs Gunics
  • 2,017
  • 2
  • 17
  • 24
0
votes
1 answer

How to create index in SAP?

Currently we are interfacing our application with SAP. We are having a lot of performance problems with bapi/rfc approach. So recently we are trying "direct sql" approach to retrieve some data from SAP. Unfortunately, we've found that some of SAP…
Sake
  • 4,033
  • 6
  • 33
  • 37
0
votes
1 answer

SAP Crystal reports SAP R3 to .NET

I am trying to create an SAP Crystal report on Visual Studio 2012. I have installed the same on VS and can now open the report in a WinForm application. I am basically looking to get SAP R/3 data (maybe through an RFC) and display it on the…
Puttu
  • 33
  • 1
  • 9
0
votes
1 answer

SAP Backgroundwork not started

I've got a problem. When performing the Code below via RFC , our Background Code, developed by some externs, is not executed, but when starting the BAPIs via the SE37 via frequenzy, our backgroundprogram is started. System: SAP R/3 / sapnco.dll in…
EifelYeti
  • 1
  • 1
0
votes
2 answers

What kind of "regular expression" system does SAP GUI use in the user interface?

I'm trying to search the documentation for a data element whose description contains the string '*hh:mm' but not 'mm:ss' (where '' is a wildcard for any number of characters). I don't know how to do it, so I was wondering if any of you know the…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
-1
votes
1 answer

OPEN-SQL query doesn't work at abap 4 EXEC SQL

I'm new in ABAP (i'm working with ABAP4 on R/3) and there is something about my code that i don't understand. My code is used to show the prices that are different between the tickets that enter through an external database, and the prices of the…
marcdecline
  • 186
  • 4
  • 22
-1
votes
2 answers

How to run sap r/3 transactions through JCO3? or execute reports through JCO?

If I log in SAP R/3 and execute the transaction code MM60 then it will show some UI screen for Material list and ask for material number. If I specify a material number and execute then it will show me the output i.e. material list. Here the story…
ABC
  • 354
  • 2
  • 3
  • 13
-1
votes
1 answer

importing CSV from SAP R/3 to SQL database for reporting purpose

I want to import CSV files and invoices from SAP R/3 system into a SQL database. The database will be used for reporting purpose only, please tell me what will be the best possible way, which database to use and anything else that will be relevant…
asher
  • 1
  • 1
1 2 3 4
5