Q. What are the options when definging
aggregates?
A: * - groups accotding to characterstics
H - Hierarchy
F - fixed value
Blank --- none
Q. How will you debug errors with SAP GUI (like Active X error
etc)
A: Run Bex analyzer -> Business Explorer menu item -> Installation
check; this shows an excel sheet with a start button; click on it;
this verifies the GUI installation ;if u find any errors either
reinstall or fix it.
Q. When you write user exit for variables
what does I_Step do?
A: I_Step is used in ABAP code as a conditional check.
Q. How do you replace a Query result from a master Query to a
child Query?
A: If you select characterstic value with replacement path then it
used the results from previuos Query; for ex: let us assume that u
have Query which displaysthe top 10 customers, we have Query Q2
which gets the top 10 customers for info object 0customer with as a
vairable with replacement path and display detailed report on the
customers list .
Q. How do you define exception reporting in the background?
A: Use the reporting agent for this from the AWB. Click on the
exception icon on the left;give a name and description. Select the
exception from Query for reporting(drag and drop).