cancel
Showing results for 
Search instead for 
Did you mean: 

Error: RWI 00014

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It seems you are using the Report Engine java sdks. Just providing the error code doesn't give enough information about the error. Providing a full stack-trace of the error may help.

Having said that, what is the end result you want to achieve, as Report engine sdks are becoming obsolete with most of the features deprecated.

You would want to consider using the Restful web services which is the future especially in terms of webi as of now.

You can find more details about the restful web services from the blogs and documents available in this forum space.

Also refer to the developers guide available at help.sap.com.

Thanks,

Prithvi

former_member197386
Active Contributor
0 Kudos

+1 Prithvi answer

Let us know if you need some help about using RESTful API Kishore.

Regards,

Anthony