cancel
Showing results for 
Search instead for 
Did you mean: 

BO SDKs migration from 4.1 SP7 to 4.2 SP6

0 Kudos

Hi Team,

We are planning to upgrade our BO4 Platform from 4.1 SP07 to 4.2 SP06/SP07. We have below custom code components which are heavily dependants on BusinessObjects .NET & Java SDKs.

  1. Windows Service - Designed using SAP BO .NET Universe COM SDKs & Platform SDKs (for creating Folder structure (Security Model) in BO Platform & manipulating Universes & its Objects)
  2. Java Servlet - Designed using SAP BO Java Platform SDKs (for performing SSO of a user to BI Launchpad).

Can you please let me know what are the impacts & what needs to be taken care of in terms of SDKs custom components while upgrading the platform? Are there any classes, methods & interfaces which gets deprecated in BO SDKs from BO 4.1 SP7 to BO 4.2 SP6/SP7?

Thanks,

Shailendra

Accepted Solutions (0)

Answers (1)

Answers (1)

daniel_paulsen
Active Contributor
0 Kudos

Hi Shailendra,

I hope all is well.
From an SDK standpoint, you should not need to make any code changes, but from 4.2 SP04 and higher, there have been many security enhancements and upgrades.

See SAP Note: 2433337

Additional Jars are required for RSA security, and VS2005 C++ dependencies have mostly been removed (some 3rd party libraries may still have VS2005C++ dependencies).

For current supported platforms, see the Product Availability Matrix.

Dan