SAP
C_BOCR_11 · Question #205
C_BOCR_11 Question #205: Real Exam Question with Answer & Explanation
Sign in or unlock C_BOCR_11 to reveal the answer and full explanation for question #205. The question stem and answer options stay visible for context.
Question
Your HR Manager asks you to create an array of all 4000 employee IDs for your company. You create the following formula in a Crystal report: whileprintingrecords; numbervar array EmployeeIDArray; numbervar Counter; if not({Employee.Employee ID} in EmployeeIDArray) then (Counter := Counter + 1; (Redim Preserve EmployeeIDArray[Counter]; EmployeeIDArray[Counter] := {Employee.Employee ID})); Why do you get an error when you refresh the report?
Options
- AThe array counter does not increment correctly.
- BThe array is discarding existing values when adding another element.
- CAn array can contain a maximum of 1000 values.
- DThe array was evaluated too many times.
Unlock C_BOCR_11 to see the answer
You've previewed enough free C_BOCR_11 questions. Unlock C_BOCR_11 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.