One correction before the steps: Eclipse is not the right tool for Fiori/UI5 frontend development — SAP deprecated the old SAPUI5 Eclipse tools years ago. [Certain] For Fiori you'd use SAP Business Application Studio or VS Code with the UI5 tooling/Fiori tools extensions. What Eclipse does give you is the ABAP side of Fiori work: RAP, CDS views, behavior definitions, service bindings, metadata extensions — everything backing a Fiori Elements app. If that's what you meant, the steps below cover it.
1. Install Java (usually skippable)
2. Download Eclipse
eclipse.exe — no installer needed if you take the zip package. Ondemand3. Install ADT
- In Eclipse: Help > Install New Software..., enter the URL
https://tools.hana.ondemand.com/latestand press Enter Ondemand - Select "ABAP Development Tools", choose Next, confirm the license agreements, and Finish Ondemand
- Trust the certificates when prompted, then Restart Now Sapvista
4. Open the ABAP perspective
Window > Perspective > Open Perspective > Other > ABAP. SAP
5. Create your system connection
6. Backend prerequisite (on-prem only)
/sap/bc/adt) — on any reasonably current S/4HANA system this is already done, but if you get HTTP 403/404 errors on connect, that's where Basis needs to look.Recommended extras from the same update-site dialog or marketplace: ABAP Cleaner, abapGit plugin for Eclipse.
For the Fiori frontend side, install VS Code + the "SAP Fiori tools" extension pack and Node.js — that's the current toolchain, not Eclipse.