cancel
Showing results for 
Search instead for 
Did you mean: 

How to Perform Version Comparison for HANA Calculation Views ??

former_member462348
Participant
0 Kudos

Hi Experts,

I have two Calculation views in my Development System.

Cal View1 - No Changes made, Original view

Cal View1_Copy - 5 new Columns has been added to this view. - Copy version of the Original View

But since the View has many joins and projections, I want to do a version Comparison and to easily identify which Joins and Projections has been modified/touched in the "Cal View1_Copy" version.

I checked some blogs and could not get this information. Can someone share me the step by step process i need to follow to do this Version comparison.

Regards
Rufus Samuel

Accepted Solutions (1)

Accepted Solutions (1)

former_member213277
Active Participant

Hi Rufus,

You can compare the versions by accessing view from repository as shown below.

You can also revert back to any previous active version by selecting Show in History and then select Check Out and Rebase to Active

Also, to compare any previous versions, select the Compare with as shown in below screen shot


Regards,

Nag


former_member462348
Participant
0 Kudos

Hi Nagaraj,

Thanks so much your assistance 🙂 and explaining with Screenshots.

Regards
Rufus Samuel

Balu483
Participant
0 Kudos

is that true that every time when we activate HANA view (for example calculation), a new version get's created

if it is true, over a period of time there are lot's of versions will we created right. in that list of version's how can i find relevant version which want to revert back i.e. can we able to provide version specific description like ABAP REPO objects ? so that it would be helpful to identify the exact one over list of versions.

Answers (2)

Answers (2)

Hi Laxmikant ,

To get that option , switch to Development Perspective , and navigate to your view through REPOSITORIES tab.

BR
Rajesh A

former_member213277
Active Participant

Hi Bala Krishna,

Below table stores all versions of a object

"_SYS_REPO"."OBJECT_HISTORY"

Thanks

NG

laxmikantd
Discoverer
0 Kudos

But am not able to see the Option of compare....
How to get that option? Please Help