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

How to extract SAP ERP data for a particular year

I am trying to extract BSEG table data from SAP ERP system. I want to set a filter on field GJAHR for year 2018 so that data for that particular year will be extracted. Below is the code snippet: if(fields != null){ JCoTable table =…
GrailsLearner
  • 485
  • 1
  • 11
  • 23
-1
votes
1 answer

How to find which material is assigned to which purchasing group

I am trying to find which material part number is assigned to which purchasing group in SAP ERP. If someone could point me to the right tables that would help as well.
TheNoob
  • 185
  • 1
  • 12
-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
2 answers

from which table to take base quantity for production orders?

Does anybody know from which table to take base quantity for production orders? I think is in AFVV-MGVRG but I am not sure. I need it in the structure below: TYPES: BEGIN OF tables_fields, AUFNR TYPE AUFK-AUFNR, "Nr comanda productie * AUFNR…
dragospirnut
  • 13
  • 1
  • 8
-1
votes
2 answers

How can I return a summation of the results of MB51 instead of the row-by-row transactions?

I am using SAP GUI for Windows (SAP NetWeaver; 730 Final Release, Version 7300.3.15.1085), SAP ERP, and I need to find a faster way to do part of my routine. I use the form MB51 along with some criteria to find all transactions I need. Then, I…
DarthVoid
  • 604
  • 3
  • 9
  • 21
-1
votes
1 answer

In SAP SQ01, how can I avoid an ABAP runtime error due to a returned null value in a local calculated field?

I've created an SQ01 query with the intention of returning order schedule lines that have an open quantity based off of the Delivered Quantity (MENGE - GLMNG), this has been configured in a local calculated field. SAP ERP calculates this field in…
M.White
  • 5
  • 6
-1
votes
1 answer

How to convert internal table of type LISTZEILE into JSON or XML?

I have a requirement where in I have to expose Standard SAP reports to Gateway services. So I have utilized INST_EXECUTE_REPORT function module and output of the above FM with 'RM06ELLB' as input is as follows: The above image displays as in the…
Arpitha
  • 1
  • 1
  • 5
-1
votes
1 answer

WBS Requested budget and Approved Budget

I need some help with WBS, I must to display TOTAL REQUEST and APPROVED BUDGET for WBS Element, but I don't find the needed fields in DB tables, but I know that this values can be updated in transaction CJ30, CJ32 or CJ40. Somebody know which fields…
-1
votes
1 answer

how to set PIKMG in delivery to 0?

In a return order flow I need to: post reverse goods issue ==> OK set PIKMG to 0 ==> ko modify LFIMG and post again the GI ==> OK I can't find a way to do the second bullet, I tried with BAPI_OUTB_DELIVERY_CHANGE but without success. Can someone…
rikymiami
  • 71
  • 2
  • 4
  • 14
-1
votes
1 answer

How can a WebApp integrate with ERP-systems of dozens of firms?

Assuming you have a B2B marketplace where firms can buy and sell various sorts of metal (for further processing). You want to connect your marketplace with the ERP systems of the firms so they can publish their warehouse inventory automatically. Of…
-1
votes
2 answers

Which tables "Partner functions" information stored in SAP ERP database?

One of the customers that I have in SAP has several ship-to addresses. I need to pull those addresses from SAP database directly and don't know what tables I should refer to, and, if there is more than one table how the data is related? Thanks.
Val K
  • 301
  • 3
  • 9
  • 22
-1
votes
1 answer

Incorrect LC2 amount in transaction code MM03

In transaction MM03 I have a situation as shown in the following image: My problem is that some of the values in LC2 amount are incorrect (the highlighted ones) and some are correct. I have read Note 335608 and in transaction OB22 I have the…
Ovidiu Pocnet
  • 579
  • 12
  • 32
-1
votes
1 answer

Detailed error messages for SAP function module CSAP_MAT_BOM_CREATE

I am creating a BOM in SAP with function module CSAP_MAT_BOM_CREATE and I get an error. Where can I see detailed error messages?
Gerd Castan
  • 6,275
  • 3
  • 44
  • 89
-1
votes
1 answer

how to create a purchase order using BAPI : BAPI_PO_CREATE1

I am trying to create a Purchase Order using JCo3. I am able to execute my function without any error but I am not sure what's wrong, system is not throwing any error and it's not creating PO also in the SAP system. JCoDestination destination =…
Utsav
  • 1,593
  • 4
  • 22
  • 46
-1
votes
1 answer

SAP MD04 - Overview Tree Export

I would like to find a way to export the data given by the SAP ERP transaction code MD04 - overview tree in Excel. I don't understand what will be the best approach. Thanks in advance for any suggestion. Regs S.
SimonFreeman
  • 205
  • 1
  • 7
  • 17