I am trying to execute a WebI report using java apis.Am able to create a reportEngine instance bit when I try to setup a
DocumentInstance using - reportEngine.openDocument(1234)
I get the error - RWI 00014
which (from SAP documentaion) relates to
Cause
You cannot retrieve more than one report part in DHTML output format simultaneously.
Action
Enter a single report part reference.
The report I am trying to open is a simple report so not sure what the above error means and how to get around that
Thanks.