cancel
Showing results for 
Search instead for 
Did you mean: 

Update Dimension from UNX with SDK SAP BusinessObjects BI 4.2 in (JAVA)

0 Kudos

Hello,

I want to update multiple Name and Description of a dimension of UNX file with the Java SDK.

* if there is anyway to do it ?

* with which SDK ?

* if there is an example of this process.

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

ayman_salem
Active Contributor
0 Kudos

see SL_SDK examples

Extract the ".....\SAP BusinessObjects Enterprise XI 4.0\SL SDK\SDK-Examples\com.sap.sl.sdk.authoring.samples.source.jar" and look at the file "EditLocalBusinessLayerTest.java"

Answers (1)

Answers (1)

daniel_paulsen
Active Contributor
0 Kudos

In addition to the samples above, here are some links to the Developer guide and the Semantic Layer API Reference:

Semantic Layer API Reference (zip file)

Semantic Layer Developer Guide

The Developer guide also explains how to use the samples mentioned by Ayman,

Dan