How to deploy custom Reusable Library in SAP BAS?

48 views Asked by At

I have a custom SAP Reusable Library in SAP Business Application studio which I have migrated from SAP WebIDE. When I tried to deploy the same into ABAP repository through SAP BAS, it created around 2200 files in the SE80 project which consists of mainly Resource file and MIME files. The same number of files got captured into Transport Request as well.

Folder Structure of Project:

Folder Structure of Project

package.json:

package.json

I tried deploying the custom Library similar like any other FIORI app using 'npm run deploy' command.

0

There are 0 answers