cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment to onPrem ABAP Frontend Server from GIT

Bernard
Participant
353

Hi,

We are running S/4HANA 1610 and build bespoke apps in SAP Cloud. Up until now we deploy directly to the ABAP Repository from the SAPWebIde.

This however does not seem to be the best approach to me.

We want a Developer to push their local changes from their Cloud local GIT repo to a remote GIT repo and then we want a build tool to push the Fiori UI component to the Frontend Server after its been tested.

What approach are others taking to deploy from the GIT Repo into the ABAP Frontend Server.

Keen to hear your approach or recommendations / suggestions.

Accepted Solutions (1)

Accepted Solutions (1)

Nachshon
Product and Topic Expert
Product and Topic Expert

Hi

You can also take a look at the official Best Practice guide from SAP for SAPUI5/SAP Fiori on ABAP Front-End Server

https://www.sap.com/developer/tutorials/ci-best-practices-fiori-abap.html

Hope that helps.

Bernard
Participant
0 Kudos

Thank you. This is exactly what I was looking for.

We have partially implemented this and the article will help us slot in a few outstanding pieces.

Very grateful!

Answers (1)

Answers (1)

Joseph_BERTHE
Active Contributor
0 Kudos

Hello,

If you want the best practices in development infrastructure provided by sap it is this one : https://blogs.sap.com/2013/08/09/setting-up-a-development-infrastructure-for-sap-hana-cloud-platform...

But, for your purpose, a private GIT repo can be the right way for you. Each développer will be able to manager sources, all with the web ide.

Regards,

Bernard
Participant
0 Kudos

Thanks Joseph. Appreciate the pointer.