List SAPUI5 Applications on SAP for ABAP Developer
This ABAP tutorial shows how to get list of SAPUI5 appplications for programmers creating SAP UI5 applications on SAP using SAP HANA Studio or Web IDE.
SAP UI5 applications are stored in SAP just like BSP applications in O2APPL - O2: BSP Applications transparent table. Application class field (APPLCLAS) in BSP Applications database table enables developers to distinguish SAP UI5 applications from the rest of the applications.
To list all of the SAP UI5 applications, developer can filter BSP Applications table (O2APPL) on Application class field (APPLCLAS) using /UI5/CL_UI5_BSP_APPLICATION which is specific for SAPUI5 applications.
Run the report and get the SAPUI5 applications list on your SAP system
Above list returns the search results for SAPUI5 applications created on a target SAP system by the ABAP programmers.