You are on page 1of 8

This document is regarding how to migrate the reports:I am providing the sample for SAP module which is created

recently and I am a part


of that activity:First design the schema in CRDWSTDR.unv as shown below. The schema should be
prepared compared with XIR2 business views and tables.

CRDW LOV for cascading prompts :-

Universe Schema For SAP compared with XIR2 :-

Give the proper filters required for each class with BI security.

Add filters Customer Decrypt which needs to shown in report level :-

Check the connection of Universe from universe parameter list and point it to
eBI_CONN incase it is not there. Now save and Export the universe.

Now we will move to reports modification part as a part of migration:First need to change the HP logo which is in header part of each reports need to put
in footer part by the below mentioned process.
We need to do some common changes to reports during CRDW to eBI migration.
1. Release version
Reports in CRDW have 6.02 version. We need to change it to 4.00 in the migration.
Change it from CR client for crystal report and Infoview for webi report.

2. Verify on First Refresh option


We need to make sure the Verify on First Refresh option in all standard CR reports
is enabled. Reports in attachment need to be corrected for this option. Please
update them in File menu -> Report Options.

3. Update HP logo in Report footer.


CRDW reports use old HP logo in report footer:

We need to change them to use the new one:

Please follow below steps to update CR reports in the migration.


a. Delete the old HP logo in report footer.
b. Copy the logo object from report header to the old logo place in report footer.

c. Right click the logo object in report footer, click Format Graphic
d. Uncheck Read-only in Common tab.
e. Change Width and Height value from 0.5 to 0.7 in Picture tab.
f. Click the X+2 button.

g. Change text {@sGraphicLocation} to cdGetcustomerlogo("HP"), Save.


f. Switch back to Common tab, uncheck Can Grow option.
g. Save report.

Now remove all the business views by selecting edit command from query filters
and put the proper filter which we are going to pass as shown below.

Give a proper name to the parameters passing to the report. Suppose in Master
report you are passing as Customer_Name, Group_Name and Region_name give the
same parameters name in reports as shown below from master wrapper report.
Master Report Prompt :-

Change all the parameters listed in parameter list from dynamic to Static.

For Customer name change the value for prompt text as Encrypted Customer Name
in the edit parameter list.

Now add the decrypt customer name to your report list by using formula workshop .
Right Click->Ass to report-> Modify the brackets from Customer name-> Save and
close.

Go to Formula List and double click on sCustomerName

Can able to see the below screen which shows Decrypt Customer name is added to
your list.

Save and close the report. Now the report is migrated.

You might also like