cancel
Showing results for 
Search instead for 
Did you mean: 

cuid url in crystal reports

Former Member
0 Kudos

Hi, i would want to know can i view the reports in url thought cuid?

now the format is : https://server:port/businessobjects/viewrpt.cwr?id=1234&apsuser=administrator&apspassword=11233&cmd=...

since the report id is can't upgrade to other platform so we will change to use CUID instead of ID. can i do that?

thanks~

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kenji,

The URL that you can use is:

http://<servername>:<port>/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=Aa6GrrM79cRAmaOSMGoadKI&...

This can be used for Webi and CR. Refer OpenDocument Guide:

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F6465...

For CR URL reporting I couldnt find anything for CUID.

Document for CR URL reporting is:

http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_cr_url_reporting_en.pdf

Regards,

Jatin

Former Member
0 Kudos

Thx Jatin

any methods can open crystal reports through URL? i also can't find in your reference thanks

Former Member
0 Kudos

Hi Kenji,

OpenDocument can be used for CR and WEBI both.

The parameters defined in the following link explains everything in general:

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F6465...

There is a PDF attached in the attachement section down below.

Regards,

Jatin

Former Member
0 Kudos

Hi Kenji,

In your URL, change the ID to CUID.

Original URL:

https://server:port/businessobjects/viewrpt.cwr?id=1234&apsuser=administrator&apspassword=11233&cmd=...

New URL:

https://server:port/businessobjects/viewrpt.cwr?id=Fl0gTVKX6gcAqzgAAEApMQ0A2J1&apsuser=administrator&apspassword=11233&cmd=EXPORT&EXPORT_FMT=U2FPDF:1&promptex-as_project_reference="XXXXX"

Fl0gTVKX6gcAqzgAAEApMQ0A2J1 should be CUID of the report.

This works for me in BI4.

Regards,

Jatin

Former Member
0 Kudos

Hi Jatin

Thank you for your prompt reply, i have test in xi r2 system use New URL format doesn't work. i will try to test in BI4 later, thanks again for your help.

Former Member
0 Kudos

Hi Kenji,

If you want to test the OpenDocument in XIR2 use the SAP NOTE: 1266337

The URL will change but the parameters remain the same.

Regards,

Jatin

Former Member
0 Kudos

Hi Jatin

some reasons we can't through opendocument to create URL, anyway thanks for advice, we are trying to test New URL in BI4, thanks~