on 2025 Jan 18 12:44 AM
I want to use an open source library such as moment.js in RAP application , Is it possible ?
Request clarification before answering.
For abap you can have a look at open source projects here: https://dotabap.org
you have to use abapgit to import them.
for ui5, @MioYasutake already answered. But are you looking for image editor or really files? For images, you can use the following: https://ui5.sap.com/#/entity/sap.suite.ui.commons.imageeditor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @WouterLemaire ,thanks for your reply
I want an open source library for document editor not image .
also i want to process the file after the change from the editor , like replace {fullname} with real data from selected employee .
If you know any open source library to do that .
Also its easy to add any library to RAP or CAP ?
I think i can do it in rap when i make a project from Vscode from RAP ODATA , right ?
As RAP is an ABAP framework, you cannot include external libraries in it. However, you can integrate them into your frontend applications built with UI5 or Fiori elements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@amo_ryYou can use ui5-tooling-modules to use any npm package.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.