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

How to import existing on-premises application from ABAP repository in SAP BAS?

2367835
Explorer
0 Kudos
227

Hi Experts,

I have a question regarding working with on-premise systems in SAP Business Application Studio (BAS).

In SAP Web IDE, we used to connect our on-premise system through destinations configured via the SAP Cloud Connector. Then, we would use the ABAP repository option to search for an existing application by its technical name, import it into our workspace, make the necessary changes, and deploy it back to the system.

Is it possible to follow the same process in SAP BAS? If yes, could someone please explain the steps or share a guide on how to import an existing on-premise application from the ABAP repository into BAS, make changes, and deploy it back to the on-premise system?

I have gone through several blogs related to how to migrate projects from SAP Web IDE to BAS. However, I haven’t come across any blog specifically explaining how to use the same on-premise application import and deploy process in BAS like we do in Web IDE.

It would be really helpful if someone could provide resources, a detailed guide, or share their experience on this topic.

Thanks in advance!

Thanks, 

Prasad Reddy

Accepted Solutions (0)

Answers (1)

Answers (1)

Radoslaw_Kiela
Participant
0 Kudos

Hello,

Just execute report /UI5/UI5_REPOSITORY_LOAD, pick the app and choose "Download"

radoslaw_kiela2_0-1747378692747.png

Afterwards compress the dowloaded content, go to BAS, and use

radoslaw_kiela2_1-1747380355012.png

to import repository downloaded before.

Br,
Radoslaw

2367835
Explorer
0 Kudos

Hi, thanks for your reply and support.

This is the way to download the required application form the SAP backend system and import it to the BAS.

Is there any way to import the application from BTP BAS itself and do the required changes to that particular application and deploy it back to the same system.

 

Thanks,

Prasad

 

 

rotem_puterman-sobe
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Prasad,
You can use 'git clone' to "import" your application source code to your Business Application Studio dev space, then you can deploy it back to the system either through CI/CD pipeline (connected directly to your git repository), or directly from your dev space into your on-premise dev / test system, as explained here: https://help.sap.com/docs/bas/developing-sap-fiori-app-in-sap-business-application-studio/deploying-...

Thanks,

Rotem