Question:
How can data from E3 be recorded directly into SAP system?
Solution
The best way would be to record data from E3 into SAP’s database, if allowed, via Historic or Storage. To do so, the final client must inform the tables, formats, etc., to which E3 will have to connect.
Currently, SAP has been offering a module called “NetWeaver”, which makes data exhcange with external programs via XML and OPC easier. However, this module is not essential for performing communication.
There are also examples of REST Json APIs provided by the tool. If this option is available, it can be integrated based on the article Consuming and sending data from a JSON web service.