Earlier quoted context omitted.
A perfect example for a failure for this is Lidl's Elwis, they invested 500 million € into it and in 2018 they aborted the entire project. English article: https://www.handelsblatt.com/today/companies/programmed-for-... Key quote: >Unlike many of their competitors, Lidl bases its inventory management system on purchase prices. The standard SAP for Retail software uses retail prices. Lidl didn’t want to change, so the…
But I still think this is a failure of SAP. What if the business model of Lidl is way better than the standard? Then Lidl is very wise not to follow how SAP works.
What's SAP?
261–270 of 622 posts
Re: What's SAP?
#262I live and work in USA but spend time in Europe. I noticed that in Europe SAP is wildly popular and a large percentage of “software engineers” are “SAP/ABAP programmers”. I have some engineer friends in Eastern Europe and they’re taking about how their employers are in the process of, or considering moving to SAP and away from in-house programming. These are not massive enterprises, mind you. Just small to mid size c…
Having worked for many multinationals, I've also noticed such a difference. If it's a US company it would often have a group of in house developed systems that are integrated with each other to some degree, and a team that maintains it, that would manage various things like inventory and lifecycle of systems and products and even sales and customer service. European companies, including those in the UK, would often s…
Re: What's SAP?
#263Earlier quoted context omitted.
What language do you write in using Visual Studio? I use it with C++ and C# and I can't say stress enough how amazing it is to use with C++, compared to the teeth-pulling experience of using xcode for the same tasks (some of which are impossible in xcode, edit-and-continue for example, set next statement).
It might be just me, I use Visual Studio to write C# (not my "first" language) plugins for an older (non C# core) tool. Sometimes I also use Visual Studio to manage SSIS ETL packages, but I need an older VS version because they are not always backwards compatible - this leaves me with three versions installed on my computer - 2015,2017 and 2019 - each for something else. To be honest what I don't like is the neverend…
The double-keystroke thing is a bit odd yes, and the menu is hidden a bit far away for ease of navigation. Still, it could be worse - it could be a RIBBON!
Re: What's SAP?
#264Goldratt was critical of ERP systems, not because they couldn't bring benefit; rather, because many businesses adopted through a cargo cult mentality and viewed them as magical silver bullets. Many companies never understood where their bottlenecks were (Theory of Constraints) and would make things worse with an ERP system, with some going bankrupt.
Re: What's SAP?
#265My company is doing an open source alternative to SAP (and replace several SAP implementations already): https://www.odoo.com
Can you clear up on „several“? Are these SME or LEs? Names?
Re: What's SAP?
#266SAP always is an interesting case. It gets close to zero love from HN, yet the platform has some interesting engineering. For example, they had their own language that abstracts and operates directly over a database. They had their own drag and drop UI builder, that compiles down to a HTML page or a desktop widget - which is again not an ordinary feat. They view code as data, as in even the UI is stored as a configur…
Re: What's SAP?
#267https://www.canadianbusiness.com/the-last-days-of-target-can...
Seems to me SAP is ripe for disruption, but it would be a very challenging throne to unseat.
Re: What's SAP?
#268Re: What's SAP?
#269I teach enterprise systems at a university, with emphasis on SAP. It's hideous. Hideous. My students complain it is unusable (agree), doesn't make sense (agree), that they can't see the point (agree). When you look at the underlying database 'schema' (inverted commas deliberate) you'll find it's a massive, denormalised mess. Much of what SAP can do can be done at the local level using intuitive software. Reports, for…
You have a bunch of smaller companies with different products, and whichever you pick, it will have some faults, missing features bugs, etc., and you'll the the one blamed for picking the "wrong" software.
...or you pick IBM/SAP/..., which is "de facto standard" in your {industry}, and whatever is wrong, is not your fault, but IBMs/SAPs/...s.
Re: What's SAP?
#270Tesla decided a few years ago to replace SAP with something they built themself https://www.mendix.com/blog/tesla-cio-builds-erp-house-4-mon... I love this story, it really isn't that hard to replace SAP once you know the requirements.