This Blog is to share my knowledge on Business objects.This is a Business objects Mashup will have all the article on Business objects.
Friday, February 1, 2008
Overview of Report Design
Report Design:
Guidelines & Best Practices:
Introduction:
Gives the basic guidelines/practices that could be followed in any Report Design.
General
--> Give meaningful names for the report tabs --> For complex reports, keep an overview report tab explaining the report --> Use the Report properties to give more information about the report
Dataproviders
--> Each Dataprovider should be given a name that reflects the usage of the data its going to fetch. --> Select Objects in such a fashion that the resulting SQL gives a hierarchial order of Tables. This helps to achieve SQL Optimisation. --> Avoid bringing lot of data into the report which will unnecessarily slow down the report performance.
Report Variables
--> Follow the naming convention of "var_" as prefix to each report level variable. This helps to identify Report Variables different from Universe Objects. --> Each variable that carries a calculation involving division should have IF <> 0 THEN
No comments:
Post a Comment