cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Error (10702 ) while creating WebI report on UNV using 4.1 REST SDK

Former Member
0 Kudos

Hi Everybody

I am trying to create WebI report programatically by using WebI REST SDK on BO4.1. My source universe is of UNV type NOT UNX.

My problem start, after creating query when I try to refresh the query I am getting following error.

A filter is defined on an object that is incompatible with the objects selected on the Result Objects pane. (WIS 10702)

In SAP Error Message guide. Resolution of this defect given is : Remove the filter.

But my query don't have any filter or even not a single object used in query have any filter applied.

I am able create WEBI report manually on same universe.

I really not able to find what cause this error. The only thing i am trying to do here is , to create a webi report on unv by using REST SDK.

Is WebI REST SDK is not compatible with UNV type universe?

I appreciate if any one can share any solution or clue about it.

Thanks

Amit

Accepted Solutions (1)

Accepted Solutions (1)

former_member197386
Active Contributor
0 Kudos

Hello,

Webi RESTful API is definitively compatible with all kinds of datasource supported by Webi.

In your case, what I can suggest is to build the desired Webi document using regular Webi UI and save it. Then, have a look to the document query specification using RESTful API (using a GET call).

You will surely discover what was wrong!

Best regards,

Anthony

Former Member
0 Kudos

Thanks Muller.

I find out where was the issue.

Regards

Amit

Answers (0)