InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 201. |
What Are The Naming Conventions For Aggregates Created From Statistics? |
|
Answer» STAT 1 through STAT n. |
|
| 202. |
What Are The Naming Conventions Used For Aggregates Created From Query? |
|
Answer» MIN 1 through MIN N and MAX 1 through MAX n. MIN 1 through MIN n and MAX 1 through MAX n. |
|
| 203. |
What Are The Important Aggregation Usage Indicators? |
|
Answer» a. Number of records. a. Number of records. |
|
| 204. |
What Is Aggregate Hierarchy? |
|
Answer» AGGREGATES that are BUILT on other aggregates; the hierarchy is done automatically; it is recommended that you CREATE a few base large HIERARCHIES and small aggregates can be built from hierarchy. Aggregates that are built on other aggregates; the hierarchy is done automatically; it is recommended that you create a few base large hierarchies and small aggregates can be built from hierarchy. |
|
| 205. |
What Is A Free Characteristics? |
|
Answer» The CHARACTERISTICS in this area are not DISPLAYED in the initial VIEW of the query but you can drill down and filter once you execute the query. The characteristics in this area are not displayed in the initial view of the query but you can drill down and filter once you execute the query. |
|
| 206. |
What Is Filter Area? |
|
Answer» The CHARACTERISTICS in this AREA are RESTRICTED and cannot be FILTERED or DRILLED down further. The characteristics in this area are restricted and cannot be filtered or drilled down further. |
|
| 207. |
What Is 1rowcount Key Figure? |
|
Answer» For ODS and infosets, the QUERY DESIGNER AUTOMATICALLY adds this key figure “number of RECORDS” to COUNT the records. For ODS and infosets, the query designer automatically adds this key figure “number of records” to count the records. |
|
| 208. |
What Is A Restricted Key Figure And Give An Example? |
|
Answer» These are key FIGURES “RESTRICTED” by ONE or more characteristics; for example when you want to compare the sales of product “A” between different FISCAL year periods, you will create a restricted key figure with “Sales QTY” as key figure and restricted by OMATERIAL of value “A”. These are key figures “restricted” by one or more characteristics; for example when you want to compare the sales of product “A” between different fiscal year periods, you will create a restricted key figure with “Sales qty” as key figure and restricted by OMATERIAL of value “A”. |
|
| 209. |
What Is A Constant Selection? |
|
Answer» This features allows you to mark a selection in the query designer as “Constant”; navigation and FILTERING has no effect on this selection during RUN time; for example if you want to report a PRODUCT’s sale in reference to a product group rather than all the products, you make the product group as the constant selection; any drill down, navigation, filtering will always give the sales QUANTITY of the product group. This features allows you to mark a selection in the query designer as “Constant”; navigation and filtering has no effect on this selection during run time; for example if you want to report a product’s sale in reference to a product group rather than all the products, you make the product group as the constant selection; any drill down, navigation, filtering will always give the sales quantity of the product group. |
|
| 210. |
How Do You Activate Personalization For Hex? |
|
Answer» 1MG -> ACTIVATE PERSONALIZATION for HEX. 1MG -> Activate personalization for hex. |
|
| 211. |
What Is A Calculated Key Figure? |
|
Answer» To do complicated CALCULATIONS on key figures such as mathematical FUNCTIONS, percentage functions and total functions, etc. To do complicated calculations on key figures such as mathematical functions, percentage functions and total functions, etc. |
|
| 212. |
What Is The Percentage Variance? |
|
Answer» This is defined as parameter1 % pararneter2; EXAMPLE ACTUAL EXPENSES EXCEEDS the % budgeted expenses. This is defined as parameter1 % pararneter2; example actual expenses exceeds the % budgeted expenses. |
|
| 213. |
What Is Percentage Share? |
|
Answer» It is DEFINED as parameter 1%A parameter 2; GIVES the percentage SHARE of parameter 1 of parameter2. It is defined as parameter 1%A parameter 2; gives the percentage share of parameter 1 of parameter2. |
|
| 214. |
What Is Percentage Share Of Result (%ct)? |
|
Answer» DEFINED as %CT parameterl; GIVES the RESULT in percentage with respect to result. defined as %CT parameterl; gives the result in percentage with respect to result. |
|
| 215. |
Percentage Result Of Overall Result (%gt)? |
|
Answer» Defined as %GT parameter 1; similar to PREVIOUS but the PERCENTAGE is share of OVERALL results. Defined as %GT parameter 1; similar to previous but the percentage is share of overall results. |
|
| 216. |
What Is Count Function? |
|
Answer» Count (PARAMETER) RETURNS VALUE I if parameter is not zero ELSE zero. Count (parameter) returns value I if parameter is not zero else zero. |
|
| 217. |
What Is Ndlvo? |
|
Answer» ndiv0(PARAMETER) RETURNS 0 if the parameter returns DIVISION by 0. ndiv0(parameter) returns 0 if the parameter returns division by 0. |
|
| 218. |
What Is Sumct? |
|
Answer» SUMCT(PARAMETER) RESULT of parameter in all ROWS and COLUMNS. sumct(parameter) result of parameter in all rows and columns. |
|
| 221. |
What Are The Mathematical Functions? |
|
Answer» MAX, MI ABSOLUTE, SMALLEST, DIVISION. Max, Mi Absolute, smallest, division. |
|
| 223. |
How Do You Create A Reusable Structure From A Local Structure? |
|
Answer» RIGHT click on the LOCAL structure, SELECT SAVE as, enter technical name and description. Right click on the local structure, select save as, enter technical name and description. |
|
| 224. |
What Is A Structure? |
|
Answer» COMBINATION of CHARACTERISTICS and KEY FIGURES. Combination of characteristics and key figures. |
|
| 225. |
What Is A Reusable Structure? |
|
Answer» These are QUERY LEVEL STRUCTURES which can be USED in any QUERIES. These are query level structures which can be used in any queries. |
|
| 226. |
What Is A Cell Editor? |
|
Answer» GIVES definition of specific cells in QUERIES (INTERSECTION of TWO structures one characteristics STRUCTURE and one key figure structure). Gives definition of specific cells in queries (intersection of two structures one characteristics structure and one key figure structure). |
|
| 227. |
What Is An Exception Cell? |
|
Answer» CELL specific DEFINITION allows you to define explicit formulas to override implicitly created cell values; this allows you to design much more DETAILED QUERIES use the icon to create exception cells. Cell specific definition allows you to define explicit formulas to override implicitly created cell values; this allows you to design much more detailed queries use the icon to create exception cells. |
|
| 228. |
What Is Scaling Factor? |
|
Answer» Valid RANGE is 1 to 1 billion; if you set a scaling factor of 1000, then the VALUE 3000 is displayed as 3. Valid range is 1 to 1 billion; if you set a scaling factor of 1000, then the value 3000 is displayed as 3. |
|
| 229. |
What Is An Exception Aggregation And Give An Example? |
|
Answer» This defines how the KEY figure is aggregated in relation to exception characteristics usually a TIME characteristics; for EXAMPLE when you report number of employees by cost CENTER, you would CREATE a exception aggregation on “Last Value”. This defines how the key figure is aggregated in relation to exception characteristics usually a time characteristics; for example when you report number of employees by cost center, you would create a exception aggregation on “Last Value”. |
|
| 230. |
What Is Hierarchy? |
|
Answer» STRUCTURE of characteristics to view DATA in DIFFERENT ways. Structure of characteristics to view data in different ways. |
|
| 231. |
What Are Nodes? |
|
Answer» NODES are like branches in trees; the uppermost is ROOT node and a hierarchy can have MULTIPLE ROOTS. Nodes are like branches in trees; the uppermost is root node and a hierarchy can have multiple roots. |
|
| 232. |
What Are Hierarchy Levels? |
|
Answer» All NODES in the same LEVEL are in the same level. All nodes in the same level are in the same level. |
|
| 233. |
What Are Intervals? |
|
Answer» This is to group LEAVES TOGETHER AUTOMATICALLY; so when a NEW value is added to a characteristics it is added to the proper interval automatically. This is to group leaves together automatically; so when a new value is added to a characteristics it is added to the proper interval automatically. |
|
| 234. |
What Is A Link Node? |
|
Answer» This NODE is used to INCLUDE a SUB tree in a hierarchy more than once. This node is used to include a sub tree in a hierarchy more than once. |
|
| 235. |
What Is The Enhancement For User Exit For Bex Reporting? |
|
Answer» RSR00001. RSR00001. |
|
| 236. |
What Is The Component? |
|
Answer» EX1T_SAPLRRSO_0O 1. EX1T_SAPLRRSO_0O 1. |
|
| 237. |
What Is The Include Program Name? |
|
Answer» ZXRSRUO 1. ZXRSRUO 1. |
|
| 238. |
What Are The Other Variables? |
|
Answer» a. 1_VARTYP - variable TYPE 1 — CHARACTERISTIC, 2- hierarchy node , 3-text, 4- FORMULA, 5-hierarchy. a. 1_VARTYP - variable type 1 — characteristic, 2- hierarchy node , 3-text, 4- formula, 5-hierarchy. |
|
| 239. |
What Is L_s_range? |
|
Answer» This is the structure to POPULATE E_T_RANGE; LOW - low end VALUE; HIGH - high end value; SIGN — ‘I’ to include, etc; OPT — GIVES the OPTIONS like ‘BT’ for between, EQ’ for equal, etc. This is the structure to populate E_T_RANGE; LOW - low end value; HIGH - high end value; SIGN — ‘I’ to include, etc; OPT — gives the options like ‘BT’ for between, EQ’ for equal, etc. |
|
| 240. |
What Is E_t_range? |
|
Answer» This is the internal table POPULATED with variable VALUES in CUSTOMER exit. This is the internal table populated with variable values in customer exit. |
|
| 241. |
What Is I_vnam? |
|
Answer» It is the variable containing variable name within ABAP; you should do a CASE statement on this to GET the variable you are working. It is the variable containing variable name within ABAP; you should do a CASE statement on this to get the variable you are working. |
|
| 242. |
What Are Variables? |
|
Answer» These are QUERY input, replaced at RUN time by BEX QUERIES. These are query input, replaced at run time by bex queries. |
|
| 243. |
What Are The Objects That Support Variables? |
|
Answer» Characteristics, HIERARCHIES, HIERARCHY NODES, texts and FORMULA elements. Characteristics, hierarchies, hierarchy nodes, texts and formula elements. |
|
| 244. |
What Is The Scope Of Variables? |
|
Answer» VARIABLES are defined for info OBJECTS; so they are AVAILABLE ACROSS info providers. Variables are defined for info objects; so they are available across info providers. |
|
| 245. |
Give The Variable Types? |
|
Answer» CHARACTERISTICS, HIERARCHY NODE, TEXT and hierarchy VARIABLES. Characteristics, hierarchy node, text and hierarchy variables. |
|
| 246. |
What Is A Characteristics Variable? |
|
Answer» You can select dynamic INPUT for characteristics using this; for example if you are developing a SALES report for a given PRODUCT, you will DEFINE a variable for OMATERIAL. You can select dynamic input for characteristics using this; for example if you are developing a sales report for a given product, you will define a variable for OMATERIAL. |
|
| 247. |
What Are Text Variables? |
|
Answer» These are USED to display dynamic texts for a given characteristics; for example take the SALES report for a given product for the last 3 months; the inputs prompted are product and fiscal year period; on the column level you have drilled down by fiscal year period; since the fiscal year period is dynamic (DEPENDING on the user input), you want to display the correct descriptions for the 3 months displayed; so in this CASE create a text VARIABLE for the fiscal year period and use it in the text of properties; these are defined as &text_variable_name&. These are used to display dynamic texts for a given characteristics; for example take the sales report for a given product for the last 3 months; the inputs prompted are product and fiscal year period; on the column level you have drilled down by fiscal year period; since the fiscal year period is dynamic (depending on the user input), you want to display the correct descriptions for the 3 months displayed; so in this case create a text variable for the fiscal year period and use it in the text of properties; these are defined as &text_variable_name&. |
|
| 248. |
What Are Formula Variables? |
|
Answer» These are variables USED in CALCULATIONS in the query; for example TAKE a customer discount report where each customer is given a different percentage discount; you create a formula variable for the discount percentage and use it in the calculated key figure. These are variables used in calculations in the query; for example take a customer discount report where each customer is given a different percentage discount; you create a formula variable for the discount percentage and use it in the calculated key figure. |
|
| 249. |
What Are The Options For Hierarchy Node Variables? |
|
Answer» a) FIXED HIERARCHY and VARIABLE hierarchy node where only the node is selected at run time B) variable hierarchy and variable node where both hierarchy and nodes are selected at run time. a) fixed hierarchy and variable hierarchy node where only the node is selected at run time b) variable hierarchy and variable node where both hierarchy and nodes are selected at run time. |
|
| 250. |
What Are The Variable Processing Types? |
|
Answer» User entry, REPLACEMENT path, authorization, CUSTOMER EXIT and SAP exit. User entry, replacement path, authorization, customer exit and sap exit. |
|