cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can we use open source libraries with RAP or CAP ?

amo_ry
Participant

Accepted Solutions (0)

Answers (2)

Answers (2)

WouterLemaire
SAP Mentor
SAP Mentor

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 

amo_ry
Participant
0 Likes

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 ? 

MioYasutake
SAP Champion
SAP Champion
0 Likes

@amo_ry 

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.

amo_ry
Participant
0 Likes
@MioYasutake thanks for your reply .
amo_ry
Participant
0 Likes
@MioYasutake Do you know any open source library i can use for document editor in my app ?
MioYasutake
SAP Champion
SAP Champion
0 Likes

@amo_ryYou can use ui5-tooling-modules to use any npm package.