cancel
Showing results for 
Search instead for 
Did you mean: 

crystal report refresh based on document ID

Former Member
0 Kudos

Hi All,

i am able to do webi report refresf based on document id but i am not able to find crystal report refresh based on document ID BO SDK API on JAVA.

please help me on this?

the below code is for webi report refresh :

ReportEngines engines = (ReportEngines) Esession.getService("ReportEngines");

ReportEngine widocRepEngine = (ReportEngine) engines.getService(ReportEngines.ReportEngineType.WI_REPORT_ENGINE);

widocRepEngine.setLocale("en_US");

DocumentInstance doc = widocRepEngine.openDocument(documentId);

doc.refresh();

Accepted Solutions (1)

Accepted Solutions (1)

Adam_Stone
Active Contributor
0 Kudos

Well, first, the ReportEngine code you are using is only for Webi and Deski. You may want to start by looking at the RAS and Enterprise sections of the this [wiki|http://wiki.sdn.sap.com/wiki/display/BOBJ/BusinessObjectsSDKSampleApplications]

Answers (0)