cancel
Showing results for 
Search instead for 
Did you mean: 

Is there some kind of SPAU for an extended Fiori app after upgrade?

andreas_gall2
Participant

Hello! We run some extended Fiori apps which also required some redefinitions of JS function in the controllers since the extension points weren't sufficient enough to meet all the business requirements.

After a release upgrade of the Gateway the app doesn't work anymore due to changes of the underlying standard app. My question here is, does something like a SPAU exists to see the differences of a redefined function with the standard app function? Or is there a way to keep track of the changes without comparing every line of the extension with the original standard controller?

Kind regards,

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

tracy_barkley
Employee
Employee
0 Kudos

Andreas,

No there isn't a SPAU for this. However if you keep a copy of the project on the "GIT Service" in SCP it will keep a copy of the original controller. Then you can use the compare branch feature of in GIT to see the line changes easily.

andreas_gall2
Participant
0 Kudos

Hi Tracy,

thanks for your answer. Using the compare branche feature of Git is a solution to solve possible problmes due to changes within standard apps. But where there is a lot of redefinition it can be a bit "overwhelming" using Git.

Regards

Answers (0)