SAP
C_BOCR_11 · Question #31
C_BOCR_11 Question #31: Real Exam Question with Answer & Explanation
Sign in or unlock C_BOCR_11 to reveal the answer and full explanation for question #31. The question stem and answer options stay visible for context.
Question
You need to create a formula that extracts the area code from each customer's telephone number and displays the region based on the area code. Phone numbers are stored in a text field in the form 555-555-5555. Which formula will meet the stated requirements?
Options
- ALocal stringVar sCode := {Customer.Phone} [1 to 3]; IF sCode in ["604", "250"] THEN "BC" ELSE IF sCode
- BShared stringVar sCode := {Customer.Phone} [1 to 3]; IF aCode in ["604", "250"] THEN "BC" ELSE IF
- CstringVar sCode := {Customer.Phone} [1 to 3]; IF sCode in ["604", "250"] THEN "BC" ELSE IF sCode in
- DGlobal numberVar sCode := {Customer.Phone} [1 to 3]; IF sCode in ["604", "250"] THEN "BC" ELSE IF
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.