cancel
Showing results for 
Search instead for 
Did you mean: 

Fail to get Webi view with iOS SAP BI Mobile SDK

Former Member
0 Kudos

Hi all,

I'm trying to embed Webi view in my iOS application with the latest SAP IB SDK (MOBSBOPIOSSDK600_3-80000036).  However, it always report getDocumentFailed with the message "Document with given CUID does not exist".  I double checked that CUID exists and the corresponding webi report supports mobile.

Here's the code and any suggestions are highly appreciated:

   [_mobiOperation getDocumentView:@"AdtD24GGjtVDs7DCI1HXY6w" type:WebIntelligenceDocument additionalProps:@{REPORT_INDEX: @"0"}];

Thanks in advance!

Regards,

Tim

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I have meet the same problem, how to solve it?