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

Data seems not updated between Update and Read despite commit

i am developing an ABAP report using the PSM BAPIs FM_FUNDS_CTR_CHANGE_NO_SCREEN FM_FICTR_READ_SINGLE within a DO ... WHILE. In the first iteration I update the funds center using BAPI (1). In a later iteration I need to read the funds center…
Jonathan
  • 75
  • 1
  • 1
  • 6
2
votes
1 answer

Is it a good idea to have a database of Photos within SAP ECC

Firstly I'm really sorry if the title make you confused, since I'm totally new to this. My user requirement is that they want to upload their photos taken from Ui5 app sent to SAP server and a report program (ALV or sort of) to view it. The photos…
T.NQ
  • 71
  • 1
  • 5
  • 22
2
votes
1 answer

Transaction per user historical report?

I am trying to find out a report/program that can help me in getting the list of t-code changes for users for a particular duration. For e.g. : t-code SU01 was assigned to user ABC on 13th March 2016. t-code ME21n was removed from user XYZ on…
user2339071
  • 4,254
  • 1
  • 27
  • 46
2
votes
2 answers

Get Quality notification attachments

So I'm working on a small program that will extract Quality Notification data from ECC. So far I've used the standard "BAPI_QUALNOT_GETDETAIL" to extract the textual data of a notification. What I want to do is to extract the attachments also which…
Isuru
  • 3,044
  • 6
  • 30
  • 39
2
votes
2 answers

Is there BAPI equivalent to transaction CKMM?

Is there a BAPI equivalent (or function module equivalent) to SAP transaction CKMM? The goal is to change the price determination programmatically. Everything I found is about updating price but not about updating price determination in material…
Gerd Castan
  • 6,275
  • 3
  • 44
  • 89
2
votes
2 answers

CLR detected an Invalid Program

Need any help, ideas to figure out this issue. We are working on an application that makes a call to SAP for posting some data using ERPConnect. We encounter the following issues in one of our Entity Framework call in our WCF service. We are using…
Everything Matters
  • 2,672
  • 4
  • 25
  • 42
2
votes
3 answers

SAP Java stack architectural differences from ABAP stack?

My company is thinking to upgrade SAP from 46C to ECC 6.0 EHP 5 and we have the next 3 questions: 1) What is the difference between ABAP Stack and Java Stack. I imagine 46C is "ABAP stack"? 2) In which cases it is absolutely necessary to install the…
vizcayno
  • 1,223
  • 3
  • 16
  • 24
2
votes
1 answer

One RFC call is returning data, but another is not

I'm using two different BAPIs to get data from SAP ERP. When I use BAPI_SALESORDER_GETLIST, it works perfectly. But when I use BAPI_BILLINGDOC_GETLIST, I get no data. This is how I'm trying to call the BAPI: DataTable table = null; SapConfig cfg =…
ernest
  • 1,633
  • 2
  • 30
  • 48
2
votes
2 answers

User exit for production order confirmation in CO11N?

I've watched quite a few videos on YouTube and have a basic understanding of how to find user-exits (enhancements?) and implement them. However when I try to replicate what I've seen it doesn't appear to be working. I'm looking to create a user-exit…
DragonYen
  • 958
  • 9
  • 22
2
votes
1 answer

Runtime Error CONVT_NO_NUMBER in program SAPLMEPO (ME21n)

When I'm creating a purchase order that have 10 items (or above), a run time error occurred. Below is the error message. Category: ABAP Programming Error Runtime Errors: CONVT_NO_NUMBER ABAP Program: SAPLMEPO Include …
user3561096
  • 23
  • 1
  • 4
2
votes
0 answers

Call SAP webservice by PHP with parameters

I know how to call a SAP webservice from PHP, but how can I send parameters with my request? I tried the following: #Define Authentication $SOAP_AUTH = array( 'login' => 'user', 'password' => 'password'); #Specify…
StS
  • 283
  • 4
  • 10
2
votes
1 answer

MB_CREATE_GOODS_MOVEMENT returns subrc = 5 when running BAPI_GOODSMVT_CREATE

Using me21n to do a returns purchase order (credit) we are getting a pretty uninformative error text in the return table when creating a MIGO entry. This is an enhanced step on the user exit. BAPI_GOODSMVT_CREATE returns; 1, E, WRF_CONS, 010, No…
Dan
  • 92
  • 10
2
votes
2 answers

Integrating Magento with SAP ECC 6.0 Backend

I'm a freshly graduated (read: inexperienced) developer who's been tasked with determining the feasibility of integrating Magento with an SAP-based backend. No developer at our company has any experience working with either SAP or Magento, so I was…
ikarous
  • 165
  • 3
  • 7
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
3 answers

What is "POSNR" an abreviation or acronym for?

I'm working with some data that's coming out of an SAP system. There's a field named POSNR that appears to be a line item/database identifier of some kind. What is this an abbreviation for? It's not hyper-critical to what I'm doing, but every…
Alana Storm
  • 164,128
  • 91
  • 395
  • 599