cancel
Showing results for 
Search instead for 
Did you mean: 

How are SAPUI5 applications deployed in real project scenario?

Former Member
0 Kudos

Hi all,

I would like to know how are the SAPui5 applications deployed in real project scenario is it via deploying in abap server and run the application as BSP application ? or is there anyother way to do it.How are the files .js..gateway service moved from DEV to QA system ? can all of these be attached to a TR?

Thanks

Deepan

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182862
Active Contributor
0 Kudos

Hi Deepan

Have you read the article from

-D

Former Member
0 Kudos

Thanks,

So to run sapui5 in abap server it can be run only via BSP application.

Former Member
0 Kudos

Hi,

Thanks,I would like to know in case of not using HANA XS.

SergioG_TX
Active Contributor
0 Kudos

Deepan,

a sapui5 appliation which is part of a project and ultimately part of a package can be added to a Delivery Unit (as long as you have those permissions to create a DU and also to assign a (sub) package to it. Once you have created a DU (.tgz file) then you would export it from the src system. You then import this DU into the destination system and activate it. The activation process of the DU in the destination system is your final step of your migration. Then test your solution to make sure everything has been migrated correctly.

The DU should be smart enough to activate dependencies in order, however, if you would like to play safe, make sure you activate database objects logically first (tables, then views and stored procs) then your xs project.

These instructions are for a SAP HANA XS project with sapui5 controls from a SAP HANA XS environment, not an ABAP system.

There may be other alternatives for this, however, it is suggested to use DU for migration of SAP HANA artifacts. You can read more details in the Developer Guide.

hope this helps