SAP
C_BOCR_11 · Question #206
You must create a custom function that converts centimeters to inches or vice versa depending on an argument passed to the function.Which custom function syntax is correct?
The correct answer is A. Function (stringVar Measurement, numberVar ConversionLength) if Measurement = "I" then. See the full explanation below for the reasoning.
Question
You must create a custom function that converts centimeters to inches or vice versa depending on an argument passed to the function.Which custom function syntax is correct?
Options
- AFunction (stringVar Measurement, numberVar ConversionLength) if Measurement = "I" then
- BFunction (currencyVar := Measurement, numberVar := ConversionLength) if Measurement = "I" then
- CFunction (numberVar Measurement, numberVar ConversionLength) if Measurement = "I" then
- DFunction (stringVar Measurement, stringVar ConversionLength) if Measurement = "I" then
How the community answered
(42 responses)- A74% (31)
- B12% (5)
- C10% (4)
- D5% (2)
Community Discussion
No community discussion yet for this question.