can anybody tell me about issues faced while creating reports
Answer Posted / vikram
While creating reports, there would be no issues in general if you have FRD(Functional Requirement Document) with you. Apart from that one must ensure few small things to avoid any sort of issues while creating a report in SAP BO
1. Always select the required objects in report rather than selecting the entire objects from the respective class.
2. Once objects are selected, try to view once the 'view script' by navigating your cursor in the query panel to avoid any multiple flow of the query which is formed.
3. Try to use query filters to reduce the load of data inside the report rather than report filter but ensure with business requirements.
4. if there is need to create multiple queries to meet business requirement then try to go for dependent filters for better performance.
5. If feasible go for Scope of analysis rather than drilling. performance factor.
6. if merging is not done then multiple types of errors will come inside report so go for merging.
7. If custom query is required then best practice would be creating a derived table rather then free hand sql, it is safe and secured.
8.avoid auto merging option in reports , this would give abnormal output.
9.if a table in universe /database is modified then it will impact reports. so don't get surprise if report was working yesterday and today not. relax and start to debug as reverse engineering.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we do load testing for webi reports? (Example if I have have to test one webi report for concurrent users refreshing report at one time)?
Which command using Query Analyzer will give you the version of SQL server and operating system ?
Explain is there any other repository domains rather than universe, security, document?
How to Explain about BO projects in interviews?(in Banking,insurance,Manufacturing domains)
How to do impact analysis for a change in Database field size which is assigned to a Dimension object and used in 10 universes
What sort of existing documents should business analysts refer to when starting on a new project?
Explain how we drill up week to month?
What are the general problems that are faced while importing the .biar files and what is the solution to overcome it in business objects?
Explain are data mart and data warehouse normalized or denormalized? Do both of them exist in?
Difference between zabo and webi?
What is top business?
what is document design in boxi,have u participate in that
Is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
How to create Index to the table in the universe designer and how it improves the Query performence
Explain the difference between union and group?