cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade from 7.0 to 7.1 : Impact on existing IR & ID objects, See Burger

Former Member
0 Kudos

Hi ALL

It would be of great help if you could let us know, if there is any possible impact on the IR & ID objects developed on PI 7.0 once we upgrade it to PI 7.1.

And also, if we need to care of anything specific with regard to all our existing development and configuration objects.

We also have development related to See Burger adapters too.

Your help is greatly appreciated!!

Thank you,

Patrick

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

1. Java Proxies would need to be regenrated.

2. Adapter modules would need to be re-coded.

Other than that, make sure that you do a regression test of your interface's

Regards

Bhavesh

Former Member
0 Kudos

To give a bit of background to what Bhavesh has mentioned, the jave package structure of some of the SAP's libraries have been changed( like, com.sap.foo.bar to com.sap.blah.blah.foo.bar).

Due to this, any custom Java development needs to be recomipled(as you would specify the package strcture in your import statements)

Answers (0)