Skip to content

Commit 2ea0da2

Browse files
authored
update
1 parent fa94e9e commit 2ea0da2

File tree

6 files changed

+19
-77
lines changed

6 files changed

+19
-77
lines changed

docs/.vitepress/config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export default defineConfig({
111111
{ text: 'Authorization', link: '/configuration/authorization' },
112112
// { text: 'Use in Production', link: '/configuration/productive_usage' },
113113
// { text: 'Performance', link: '/configuration/performance' },
114+
{ text: 'UI5 Versions', link: '/configuration/ui5_versions' },
114115
{ text: 'S/4 Public Cloud', link: '/configuration/s4_public_cloud' },
115116
{ text: 'Fiori Launchpad', link: '/configuration/launchpad', },
116117
{ text: 'BTP Workzone', link: '/configuration/btp' },
@@ -139,7 +140,7 @@ export default defineConfig({
139140
{ text: 'Remote App Calls', link: '/addons/rfc' },
140141
// { text: 'UI5, ABAP Versions', link: '/features/faq' },
141142
// { text: 'SE80, ADT', link: '/advanced/se80' },
142-
// { text: 'Extensibility', link: '/advanced/extension' },
143+
{ text: 'Extensibility', link: '/advanced/extensibility' },
143144
{ text: 'Technical Background', link: '/advanced/insights/insights' , items: [
144145
{ text: 'General', link: '/advanced/insights/insights' },
145146
{ text: 'open-abap', link: '/advanced/insights/open_abap' },

docs/advanced/extensibility.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Extensibility
2+
3+
You can integrate your own JavasScript code into abap2UI5 by implementing new UI5 Custom Controls and. Call for example third party libraries or extend your ABAP apps with additional functionalities.<br>
4+
5+
Check out [this guideline](https://github.com/abap2UI5/abap2UI5-template_cc_development) to learn more.

docs/advanced/extension.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/advanced/se80.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/advanced/ui5_compatibility.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/configuration/ui5_versions.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# UI5 Versions
2+
3+
abap2UI5 is compatible with every ABAP system. The UI is created with the UI5 framework, which exists in different versions, and you can choose the version for abap2UI5 during bootstrapping. It’s recommended to bootstrap abap2UI5 using the same repository that you use for other UI5 apps in your system.
4+
5+
### OpenUI5
6+
This is the open-source version of UI5. It has slightly fewer controls than the full UI5 framework. Most samples work with this version, and issues should only arise with very specific apps.
7+
8+
### UI5
9+
This version is used by default and has been part of the ABAP system since a certain release. Most likely, this is already the version you’re using.
10+
11+
### UI5 2.x
12+
The newest version of UI5, where deprecated APIs have been removed. abap2UI5 is continuously tested with this release to ensure a smooth transition to the latest version. Bootstrap your apps with this UI5 version to check if they are future-ready.

0 commit comments

Comments
 (0)