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

How to configure SAP SNC using Docker

I need to containerize a service that talks to a SAP system. The service is written using Spring Boot. I have a document that performs steps manually on Linux Machine which will help to connect to the SAP system. The steps it follows are: Download…
Sweta Sharma
  • 2,404
  • 4
  • 21
  • 36
2
votes
1 answer

Catching user input from popup with validation?

I am trying to put in a variable a value that the user has to introduce from a popup. I have seen the function POPUP_GET_VALUES can be the adiente, but in the parameters that the function requires I see that there is a table to put the value into a…
marcdecline
  • 186
  • 4
  • 22
2
votes
0 answers

Is there a way to get a BOM style output (SAP CS12) from a set of parent child relationships in R?

I am trying to download all Bill of Materials from SAP backend tables, but can only get 1 level deep for each part. So, my data is in the form of thousands of parent-child relationships of unknown depth. df <- data.frame(parent = c("Finished Part…
MS529
  • 21
  • 3
2
votes
1 answer

Calling BAPI from Java using SAP Cloud SDK version 3.0

I am working on a POC currently where I need to call a BAPI inside S/4HANA On-Premise from a cloud application using Java. For this I am using SAP Cloud SDK. For initial setup I followed these…
arunava04
  • 67
  • 9
2
votes
2 answers

Getting FAGLL03H report using pyrfc

This is a mixed question between SAP and the usage of the pyrfc module. I need to use the FAGLL03H transaction code (tcode) to replicate a G/L report into a database on a daily basis. Now, the thing is that FAGLL03H is not a table per se, but a G/L…
Juan David
  • 2,676
  • 4
  • 32
  • 42
2
votes
1 answer

Restrict se16n to some table rows

Is it possible to allow an user to view and edit only a subset of all table rows in se16n? I would like to filter on BUKRS and WERKS. Is this possible by configuring SAP accordingly? I know that an AUTHORITY-CHECK on 'S_TABU_NAM' is possible. But…
guettli
  • 25,042
  • 81
  • 346
  • 663
2
votes
2 answers

Change Payment Block programmatically in MIRO tcode?

Is it possible to change the payment block via a BAPI, FM or code?
Eric S
  • 133
  • 1
  • 8
2
votes
3 answers

Upload multiple sheet Excel into internal table

I have Excel file and there are more than one worksheets (multiple worksheets), so I need to upload all data from this worksheets. This function 'TEXT_CONVERT_XLS_TO_SAP' is not suitable because upload only data from active worksheet (only one…
Mykola
  • 93
  • 1
  • 3
  • 11
2
votes
2 answers

How to batch send existing Purchase Orders through a new PO Output Condition?

Our company has recently integrated with an existing supplier through EDI. The supplier has requested re-output of all existing PO's through EDI to sync their system. We use tcode MN04 to establish the output condition, which works just fine for new…
J M
  • 21
  • 3
2
votes
2 answers

Which BAdI/user-exit triggers for tax code MWSKZ?

​Hello, A tax code MWSKZ is being modified while generation of the accounting document, it is displayed fine in FB01, but after the generation of the accounting document, I leave to FB03 and I find that the value of tax code is modified…
2
votes
1 answer

SSIS/SSMS Connection to SAP Reports/Transactions

I am not familiar with SAP systems, but I have user access to an SAP instance that allows me to access, for example: transaction code FB03. I have been reading on the internet on possible ways to connect via SQL Management Studio or SSIS to SAP…
wr_lcb_ck
  • 85
  • 2
  • 9
2
votes
2 answers

Whats the best SAP ERP infrastructure architecture?

My company is planning to implement SAP HR in our organization. We already have the other modules running. We plan to offer ESS/MSS to approximately 200 000 users. Our current configuration is one machine with a Central Instance and 3 machines with…
Asif
  • 681
  • 9
  • 17
2
votes
1 answer

Difference between AUFK-AUFNR and AUFK-KDAUF

There are two fields in the SAP table AUFK, AUFNR and KDAUF, that I cannot differentiate. I searched around in the net, and both are being referred to as "Sales Order Number". Can somebody kindly explain what the differences are between the two?
bodhi
  • 43
  • 1
  • 2
  • 8
2
votes
2 answers

I want to store all the change records of ECC table as a separate line item in HANA table

I want to replicate VBAP table, now let's assume net order value was $1000 on Jan,17. In Feb it was $600 against same document number. So if I see the data in HANA view I can see the latest data, I.e $600. Is there any way to get the previous record…
abc
  • 29
  • 7
2
votes
3 answers

A safe way to avoid ABAP program running in productive ERP system

I need to develope an ABAP program which does some actions for SAP Basis. This program will be run in test/development systems only and it's not safe to run the program in productive system. I need any safe way how to prevent the program running in…
Skalozub
  • 539
  • 7
  • 26