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
54
votes
9 answers

How should I start learning about SAP?

I'm working as a MS developer working to provide bridging products between MS technology and SAP. I'm used to the MS space which seems to have an absolutely different philosophy than SAP. And this is starting to be an issue - I can't "get" SAP. So,…
Eli
  • 1,315
  • 1
  • 16
  • 29
8
votes
3 answers

Future of the "SAP Java Connector"

Is the SAP Java Connector still a good way to connect a Java Application with SAP ? Will there be a support and maintenance of the connector in the future (especially in ECC 6.0) or is the one and only good way the usage of the "Enterprise Services"…
Elmex
  • 3,331
  • 7
  • 40
  • 64
6
votes
1 answer

UiPath -Error {"message":"Click Text 'SAPTreeList': Cannot find the UI element corresponding to this selector:

I am following the video SAP Automation with UiPath to automate login as a user with valid credentials within a SAP Server. SAP Information: IDES ECC 6.0 incl. EhP7 System Information: I am not using a VM. I use a Intel Core i3 CPU with 64 bit -…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
5
votes
1 answer

Why does the ctrlid format detected by UiPath differs from the documented format in their XSLT representation?

Why does the ctrlid format detected by UiPath Studio differs from the documented format in their XSLT representation? Currently I am working with UiPath to automate a few workflows. Environment Details: SAP Client: IDES ECC 6.0 incl. EhP7 Host…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
5
votes
2 answers

How to find ForeignKey in SAP Dictionary tables?

Table AUFK has a column called ADRNRA. The values in column ADRNRA have matching rows in table ADRC. In this case I found ADRC because someone told me the solution. Maybe I am blind, but it looks like AUFK-ADRNRA is no explicit foreign key. Is there…
guettli
  • 25,042
  • 81
  • 346
  • 663
5
votes
2 answers

How to import data to SAP

As a complete stranger in town of SAP, I want to transfer my own application's (mobile salesforce automation) data to SAP. My application has records of customers, stocks, inventory, invoices (and waybills), cheques, payments, collections, stock…
Mehmet AVŞAR
  • 524
  • 10
  • 16
5
votes
2 answers

Integrating SAP Time sheets into a web API

I have been trying to find a way to integrate our SAP time sheets with a web API. What I want to be able to do is allow users to enter their time sheets through a (more user friendly) web interface, and have those time sheets be automatically…
Matthew R.
  • 4,332
  • 1
  • 24
  • 39
4
votes
1 answer

BAPI_ACC_DOCUMENT_POST on ABAP Cloud?

On an on-premise we have option to call BAPI for CRUD operations. How can we achieve the same in SAP cloud environment. For example I am trying to find solution to post FI documents from external API into SAP Cloud, equivalent to…
4
votes
1 answer

Function Module for Calculation Schema in MM

I am looking for a function module that does the calculation schema for arbitrary material. When opening ME23N and looking for the position details you have the tab Conditions where the table showing contains the base price and various conditions…
Radinator
  • 1,048
  • 18
  • 58
4
votes
1 answer

Set a variable dynamically within a SELECT statement

I have an SQL database with several SAP data tables and an SQL statement which looks like this: SELECT DISTINCT AFKO.PLNBEZ AS 'Material', MAKT.MAKTX AS 'Material Number', AFKO.AUFNR AS 'Order', AFVC.VORNR AS 'Operation Number', CRTX.KTEXT AS…
nopassport1
  • 1,821
  • 1
  • 25
  • 53
4
votes
3 answers

What is the best way to transfer data from SAP to SQL Server?

We want to build up a new Data Warehouse from scratch, based on SAP Tables. For the extract, transform and load (ETL) procedure, we want to use Microsoft SQL Server Integration Services. There are many vendors on the market like Theobald, CData etc,…
Ivo
  • 303
  • 2
  • 15
4
votes
4 answers

The best practice of exposing SAP ERP database to external parties?

I will soon work for a company project which will develop a custom .NET application that will integrate with the SAP ERP system. I virtually know nothing about SAP, so I did some research on the web and found out that it supports multiple types of…
im_chc
  • 1,023
  • 15
  • 24
4
votes
2 answers

Installing SAP ECC 6.0

Is it possible to install SAP ECC 6.0 on a local dev box? I need to test integrating with with SAP from another application (through BAPIs) and am having a hard time finding any type of developer edition or even a virtual appliance that I can…
Abdullah Jibaly
  • 53,220
  • 42
  • 124
  • 197
4
votes
2 answers

How easily customizable are SAP industry-specific solutions?

First of all, I have a very superficial knowledge of SAP. According to my understanding, they provide a number of industry specific solutions. The concept seems very interesting and I work on something similar for banking industry. The biggest…
Dan
  • 11,077
  • 20
  • 84
  • 119
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
1
2 3
40 41