Nothing matches. — a sample that needs nothing but abap2UI5 is not in this repository at all: the learning path is on Learn, and one specific UI5 control on Controls.
How to run one
- Install abap2UI5. This repository ships apps, not the framework.
-
Pull this repository with abapGit.
maincarries all nine packages and asks for ABAP Platform ≥ 1909, because RAP does. Every package also has a branch of its own — pick it in the abapGit branch dropdown and only that package lands on your system, at its own, often much lower, release. Each card links to its branch. - Do the setup the package asks for — activate the OData service, the ICF node, the launchpad tile. It is one short section in every package README, and the Setup ↗ link on a card goes straight to it.
-
Start the app:
<your abap2UI5 endpoint>?app_start=<the class>. Every card copies that for you. Or startZ2UI5_CL_SMPS_APP_000, the overview app — the same catalogue inside your system, which lists what is installed and greys out what is not.
The packages
One directory per technology, one branch per directory. The release is the higher of two floors: the ABAP the package is written in, and what the technology itself asks for — measured with one abaplint run per release, not estimated.