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
1
vote
1 answer

SAP R/3 SQL DB2 BOM Explosion

UPDATED I have the need to get a BOM with all components , currently using Tc. CK86 , but this doesn't give enough information, so I want to do this by SQL, I come from oracle background and dont know how could I get this done in DB2 R/3, I do not…
arana
  • 129
  • 11
1
vote
1 answer

Join GLPCA and GLPCT tables

Im trying to join GLPCA and GLPCT but I dont know which fields to use. I am not a SAP/ABAP user I just use the tables as data sources, all I know is that they belong to SAP R3. Does anyone knows how to make a join between this tables? Thanks a…
1
vote
0 answers

RFC subsystem not yet initialized

I have installed saprfc-1.4.1 on linux 4.0.4-x86_64 (ubuntu14) machine. PHP Version 5.5.9 RFCSDK 7.20 After installation, I added the extension (extension = saprfc.so) in php.ini file and then restarted apache. To test if installation was successful…
1
vote
1 answer

IDOC file generation in ecommerce system

I want to generate an IDOC file to make shop orders availabe to the R/3 SAP System. My question is concerning BELNR in E2EDK01. As we dont have the possibility to use Webservices and BAPI, we only make the data available via files. Actual questions…
Michael Leiss
  • 5,395
  • 3
  • 21
  • 27
1
vote
1 answer

Call a SAP transaction, execute with given parameters and download a report with C# or VB.net

I'm not familiar with ABAP at all and I'm trying to automate a SAP report for my job (downloaded from the result of an executed transaction in SAP R/3). At the moment I have to open SAP (manually of course), login, call the transaction, add some…
GMaiolo
  • 4,207
  • 1
  • 21
  • 37
1
vote
2 answers

SAP JCo 3 RFC RSAQ_REMOTE_QUERY_CALL - unexpected results

We’re using JCo 3.0 to connect to RFCs and read data from SAP R/3. We use one RFC RFC_READ_TABLE often and use a second custom RFC to read employee information. My questions revolve around a third RFC RSAQ_REMOTE_QUERY_CALL. I'm calling an ad-hoc…
niccolo
  • 29
  • 1
  • 3
1
vote
1 answer

Differences between DEV and PRO in using /usr/sap/trans

I am configuring transport System, PRO is the domain controller. I recently made a 46C system copy/installation from PRO (production) to DEV (development/test) system and need to reconfigure transport system. After the copy two domain controllers…
Tristan
  • 351
  • 2
  • 4
  • 15
1
vote
1 answer

Is this possible to reset a SAP R/3 installation process?

As part of a testing process I finished the installation in "System Copy" mode of a SAP 46C SR2 system under Solaris/Oracle. Database already has data. Something was wrong in the installation although it finished without troubles, so I need to begin…
Tristan
  • 351
  • 2
  • 4
  • 15
1
vote
1 answer

Upgrade scenario from 4.6C to ECC 6.0

I have next two servers: Solaris 8, Oracle 8.1.7, SAP 46C installed and working for production Solaris 10, Oracle 10 with NO SAP but with 40% more of the capacity than previous server I will install and configure SAP ECC 6.0 in ServerTo and will…
Edward
0
votes
2 answers

Random error when connecting to SAP with ERPConnect

We use ERPConnect in our ASP.NET application but sometimes we get some error messages when users try to connect to SAP through our application. CPIC-CALL: 'CMRCV : rc=19 LOCATION SAP-Gateway on host SERVERNAME / sapgw10 ERROR Conversation 53230591…
thomasvdb
  • 739
  • 1
  • 11
  • 32
0
votes
1 answer

Saving SAP R/3 Report Output in Local Folder

We are accessing some data in a SAP R/3 System using SAP Dot Net Connector 3.0. We are now asked to do the following, and would require some advise on how this can be achieved from our program (in VB.NET 2008) using SAP Dot Net Connector: a) Accesss…
Rahul Jain
  • 195
  • 1
  • 5
  • 20
0
votes
1 answer

Is it possible to select data in the post save BADI of a deletion?

I am using Badi MD_PLDORD_POST when I delete an order using transaction MF50. I want to retrieve data that is not available in the parameters of the IF_EX_MD_PLDORD_POST~POST_AFTER_SAVE_MAN method. I tried using BYPASSING BUFFER: SELECT SINGLE…
Ovidiu Pocnet
  • 579
  • 12
  • 32
0
votes
1 answer

SAP - See all table entries in SE16 for table with numeric key

I'm trying to inspect the data of a table via transaction code SE16(n) on a development system. I'd like to see all of the table's records. In other words, I don't want there to be any selection criteria. But the table has a numeric key that I have…
Joshua Schroijen
  • 376
  • 6
  • 23
0
votes
1 answer

I don't understand how READ TABLE inside LOOP works

In my code I need to iterate inside a loop, and for each iteration in the loop I have to fill in the data whose values ​​are different in certain cells. Reading the sap documentation I have come to the conclusion that what I need is to use a read…
marcdecline
  • 186
  • 4
  • 22
0
votes
1 answer

Table for complaint storage statuses?

I am trying to download SAP QPRS table to get a list of [Physical sample , Material number, batch & Physical sample status (sample was stored & sample exist)]. I am using SAP .Net Connector to call the function module RFC_READ_TABLE to read the…
waleed.makarem
  • 179
  • 2
  • 9