SAP
C_BOWI_41 · Question #47
Which Pos() function syntax should you use to find the location of the space in the Category string "Evening wear"?
The correct answer is C. Pos([Category] ; " " ). See the full explanation below for the reasoning.
Question
Which Pos() function syntax should you use to find the location of the space in the Category string "Evening wear"?
Options
- APos([Category] , "" )
- BPos((Category) , "" )
- CPos([Category] ; " " )
- DPos({Category} ; " " )
How the community answered
(67 responses)- A3% (2)
- B6% (4)
- C78% (52)
- D13% (9)
Community Discussion
No community discussion yet for this question.