Questions tagged [sap-erp]

SAP ERP is enterprise resource planning software produced by the German multinational SAP SE.

SAP ERP stands for Enterprise Resource Planning software produced by the German multinational SAP SE, and especially applies to the ABAP-based software named chronologically, from the oldest to the newest, R/2, R/3, ECC (SAP ERP Central Component), S/4HANA. Note that SAP Business One (SAP B1) is another ERP software developed by SAP for smaller companies. "SAP ERP" does not refer to SAP B1.


Related tags

612 questions
4
votes
1 answer

Get technical information on screen fields without documentation

In SAP ERP GUI, for a report selection criteria: How can I get the technical information associated with a screen field, when there is no documentation maintained for that field? Normally, when there is a documentation for that field, I can press F1…
Martin
  • 168
  • 2
  • 11
3
votes
3 answers

SAP retail functionality in ECC

I'm currently dabbling with SAP ECC, configuring a solution for an apparel company. I am implementing a solution where inventory is dispatched to retail outlets. Any clues as to which modules and transaction code within those modules I should be…
autumngard
  • 225
  • 1
  • 8
3
votes
1 answer

Where-used list of Standard programs

I'm searching the use of a SAP table. I want to know where the table S083 is used in SAP standard programs. I've searched trough the Where-used list. But I only got the self-created programs and not the SAP standard programs. Anyone know how to…
K. Schouten
  • 107
  • 2
  • 12
3
votes
2 answers

Error connecting with SAP ERP System with Pentaho ETL tool

I am trying connect SAP ERP System with Pentaho Data Integration tools by required properties. As like below image. But didn't connect with SAP ERP System. If I click on Test button then nothing saying. But, If I try to execute query then showing…
Badrul
  • 921
  • 1
  • 7
  • 16
3
votes
1 answer

Extracting Data from SAP to SQL Server

I am using SSIS packages to extract data from SAP database tables into SQL Server tables. I am using OLEDB source/destination connections to achieve this. The problem now is that a table in SAP has 5 Million records and its taking around 2 hours to…
Rahul
  • 903
  • 1
  • 10
  • 27
3
votes
1 answer

SQL Server error - error code 0xC0208449 while running package

After executing the SSIS package I got the following error sql server error error code 0xC0208449 I am running the package in verbose mode and got this is the full package log: Microsoft (R) SQL Server Execute Package Utility Version 11.0.6020.0…
krishna kumar
  • 33
  • 1
  • 4
3
votes
1 answer

Calling BAPI_PO_CREATE using SAP.Net Connector 3.0

I am trying to create Purchase order in SAP ERP from my .NET application using SAP.net Connector 3.0. However I am getting following error message in RETURN parameter ME159: Function modules invoked in wrong sequence. I am using below code: //…
Imranullah Khan
  • 232
  • 3
  • 13
3
votes
3 answers

SAP integration with Xamarin?

I am working on Xamarin platform. And I am looking for the integration of Xamarin with the SAP back end. So any one knows anything about this please share here.
sid
  • 157
  • 1
  • 1
  • 10
3
votes
2 answers

Connect to SAP through C# application

My company has Material information in SAP system whose database is hosted on a linux server. I am designing new application that has drawings information and now I want to assign material to drawings. Older applications in company exported material…
WAQ
  • 2,556
  • 6
  • 45
  • 86
3
votes
1 answer

Get GOS attachment list for notification via BAPI

I need to find a BAPI (or a chain of BAPIs?) to read the Notification Attachment List (GOS) using as input the Notification number. I've tried many BAPIs, but the only functional result was via SO_OBJECT_READ FM to which I passed Object ID (which I…
SimonFreeman
  • 205
  • 1
  • 7
  • 17
3
votes
3 answers

Relationship between Sales Organization, Sales Office and Sales Group in SAP ERP

I want to know the relationship between Sales Organization (VAKPA-VKORG), Sales Office (VAKPA-VKBUR) and Sales Group (VAKPA-VKGRP) in SAP ERP. Relationship in the sense, does One-to-One or One-to-Many relation exist between them, or do they form an…
sam
  • 69
  • 1
  • 2
  • 4
3
votes
2 answers

How to use JCo connection without creating *.JcoDestination file

I'm trying to connect to SAP ECC 6.0 using JCo. I'm following this tutorial. However, there is a Note saying: For this example the destination configuration is stored in a file that is called by the program. In practice you should avoid this for…
Sok Pomaranczowy
  • 993
  • 3
  • 12
  • 32
3
votes
2 answers

Future of the SAP RFC SDK

Is the SAP RFC SDK (wdtfuncs.ocx, wdtlog.ocx respectively Interop.SAPFunctionsOCX.dll, Interop.SAPLogonCtrl.dll) an acceptable / recommended way to connect (Microsoft) applications via RFCs with SAP ? Will there be a support and maintenance of the…
Elmex
  • 3,331
  • 7
  • 40
  • 64
3
votes
1 answer

Connect PHP to SAP R/3 using SAPRFC - Unable to initialize module

Goal: use PHP 5.3 to connect to SAP ECC 6 Config: Windows XP desktop. Using SAPRFC PHP open source extension. Added php_saprfc_530.dll to the php ext directory and added extension to php.ini On restart of Apache, application event reported this…
J Simmons
  • 31
  • 2
3
votes
2 answers

Usage of Biztalk SAP Adapter without Biztalk Server to connect .NET and SAP

Is it possible to use the Biztalk adapter pack whithout a Biztalk installation (Biztalk license is available)? I want to use the Biztalk Adapter for SAP RFC calls within a .NET Application (as a replacement of the SAP Connector for .NET, which is…
Kottan
  • 4,944
  • 9
  • 41
  • 67
1
2
3
40 41