[2016-New] C_BOCR_11 Exam Dumps Questions New Updated By SAP Official Exam Center (141-150)
2016 July SAP Official New Released C_BOCR_11 Q&As in Lead2pass.com!
100% Free Download! 100% Pass Guaranteed!
Lead2pass provides 100% pass C_BOCR_11 exam questions and answers for your SAP C_BOCR_11 exam. We provide SAP C_BOCR_11 exam questions from Lead2pass dumps and answers for the training of C_BOCR_11 practice test.
Following questions and answers are all new published by SAP Official Exam Center: http://www.lead2pass.com/c-bocr-11.html
QUESTION 141
You create a variable in a subreport to pass back the following formula, called @SKUcalc, to the main report:
WhilePrintingRecords;
Numbervar SKU; SKU:=maximum(Part.PartID);
In the main report, you create a formula called @SKUdisplay to display the SKU number: WhilePrintingRecords;
Numbervar SKU;
SKU When the report is run @SKUdisplay returns a NULL value.
Which statement explains why the result of the formula is NULL?
A. You did not declare the variable as a shared variable.
B. You did not re-declare the variable in the main report.
C. Only local variables can pass values from a subreport to a report.
D. You did not declare the variable as a global variable.